Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
S

subtlecourage

@subtlecourage
About
Posts
56
Topics
11
Shares
0
Groups
0
Followers
0
Following
1

Posts

Recent Best Controversial

  • SMS desktop app
    S subtlecourage

    @timconsidine thanks for the fast reply.

    Ok! Not a beefy one. I’m considering setting up these up for customers on an individual basis, and it seems a simple low tier server would be all that’s needed to run these.

    Probably a server with 20gb ram for multi number/family use cases would be appropriate.

    Off-topic

  • SMS desktop app
    S subtlecourage

    sorry to revive this conversation, @privsec and @timconsidine, but how powerful of a server do you need?

    Off-topic

  • Savapage - print from anywhere
    S subtlecourage

    Have a ton of users that need to print various types of documents? Want to charge per page? Need to keep track of who printed what, and when?

    Introducing SAVAPAGE
    LINK: https://www.savapage.org/

    App Wishlist print savapage

  • SMS desktop app
    S subtlecourage

    @timconsidine
    Little by little!

    I am so stoked!

    Would you consider your version prod ready?

    Off-topic

  • SMS desktop app
    S subtlecourage

    @subtlecourage

    I should click on your links first

    Off-topic

  • SMS desktop app
    S subtlecourage

    Out of curiosity, did you get this from Michael Bazzell?

    https://inteltechniques.com/voip.linphone.html
    https://inteltechniques.com/sms.html

    Off-topic

  • Set robots.txt defaults to the following
    S subtlecourage

    @fbartels Optimism and hope? /s

    Great points.

    Feature Requests robots

  • Set robots.txt defaults to the following
    S subtlecourage

    User-agent:ia_archiver
    Disallow: /

    User-agent: archive.org_bot
    Disallow: /

    User-agent: *
    Disallow: /

    User-agent: Rogerbot
    User-agent: Exabot
    User-agent: MJ12bot
    User-agent: Dotbot
    User-agent: Gigabot
    User-agent: Baiduspider
    User-agent: Ezooms
    User-agent: Nutch
    User-agent: archive.org_bot
    User-agent: MJ12bot
    User-agent: YandexBot
    User-agent: AhrefsBot
    User-agent: HTTrack
    User-agent: Wget
    User-agent: Zeus
    User-agent: BLEXBot
    User-agent: burroboot
    User-agent: DOC
    User-agent: MJ12Bot
    User-agent: SemrushBot
    User-agent: spbot
    User-agent: UbiCrawler
    User-agent: Zao
    User-agent: Netsparker
    User-agent: sitecheck.internetseer.com
    User-agent: Zealbot
    User-agent: MSIECrawler
    User-agent: SiteSnagger
    User-agent: WebStripper
    User-agent: WebCopier
    User-agent: Fetch
    User-agent: Offline Explorer
    User-agent: Teleport
    User-agent: TeleportPro
    User-agent: WebZIP
    User-agent: linko
    User-agent: Microsoft.URL.Control
    User-agent: Xenu
    User-agent: larbin
    User-agent: libwww
    User-agent: ZyBORG
    User-agent: Download Ninja
    User-agent: grub-client
    User-agent: k2spider
    User-agent: NPBot
    User-agent: WebReaper
    User-agent: CyotekWebCrawler
    User-agent: Whizbang
    User-agent: UniverseBot
    User-agent: SlySearch
    Disallow: /

    Feature Requests robots

  • How to update PixelFed storage per user
    S subtlecourage

    @robi So how can I verify that the limit is actually in effect?

    Pixelfed

  • How to update PixelFed storage per user
    S subtlecourage

    @girish

    So I do see that on 1072

    		if(config_cache('pixelfed.enforce_account_limit') == true) {
    			$size = Cache::remember($user->storageUsedKey(), now()->addDays(3), function() use($user) {
    				return Media::whereUserId($user->id)->sum('size') / 1000;
    			});
    			$limit = (int) config_cache('pixelfed.max_account_size');
    			if ($size >= $limit) {
    			   abort(403, 'Account size limit reached.');
    			}
    		}
    

    However, if you try to disable then re-enable to limit, it wont show back up.

    Also, if I change the limit, it wont reflect that in the GUI of any logged in user.

    Pixelfed

  • How to update PixelFed storage per user
    S subtlecourage

    @murgero said in How to update PixelFed storage per user:

    @subtlecourage Don't know if it helps, but maybe: https://docs.pixelfed.org/running-pixelfed/installation.html

    Thank you for that, with that then, I have discovered a bug within the app.

    Bug 1: When I change LIMIT_ACCOUNT_SIZE=true to LIMIT_ACCOUNT_SIZE=false, restart the app, then revert the changes - the limit (atleast graphically) never shows back up.

    Bug 2: When I change MAX_ACCOUNT_SIZE=1000000 to MAX_ACCOUNT_SIZE=10000000000 and restart the app, the UI still shows the original 1Gb file limit

    This was performed with a vanilla install, version 1.6.1

    Pixelfed

  • Volumes are not working
    S subtlecourage

    @brutalbirdie Yup, all sorted and working as intended for now.
    I have upvoted your comment above. Thank you.

    Support volumes lychee syncthing

  • How to update PixelFed storage per user
    S subtlecourage

    The title says it all, the default is 1Gig per user, Id like to set it to 10gig per user, any help or ideas on this?

    Pixelfed

  • Volumes are not working
    S subtlecourage

    @brutalbirdie

    Ha, always the simplest solution. Thank you.

    Support volumes lychee syncthing

  • Volumes are not working
    S subtlecourage

    @brutalbirdie said in Volumes are not working:

    @subtlecourage OK so default the volume is mounted with permissions for root.

    You can check this in the web terminal:

    ls -lah /media/
    
    root@d2ff17d2-7106-48bc-87bc-fab2342c0059:/app/code# ls -lah /media/
    total 12K
    drwxr-xr-x 1 root root 4.0K Oct  3 20:07 .
    drwxr-xr-x 1 root root 4.0K Oct  3 20:07 ..
    drwxr-xr-x 3 root root 4.0K Oct  3 20:09 portfolio
    

    But this is wrong. If you check the permissions of /app/data/

    ls -lah /app/data/
    
    rwxr-xr-x 4 cloudron cloudron 4.0K Oct  3 20:06 .
    drwxr-xr-x 1 root     root     4.0K Oct  3 20:07 ..
    drwx------ 3 cloudron cloudron 4.0K Oct  3 20:09 config
    drwxr-xr-x 2 cloudron cloudron 4.0K Oct  3 20:06 folders
    

    The user is cloudron.

    We can also check which user is running the process:

    ps uax
    
    USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    root           1  0.1  0.0  28480 23648 pts/0    Ss+  20:17   0:00 /usr/bin/python3 /usr/bin/supervisord --configuration /etc/supervisor/supervisord.conf --nodaemon -i syncthing
    cloudron      12  0.0  0.0 725144 16408 pts/0    Sl   20:17   0:00 /app/code/syncthing -gui-address=127.0.0.1:3000 -home=/app/data/config -no-browser -auditfile=-
    root          13  0.0  0.0  18840  6184 pts/0    S    20:17   0:00 nginx: master process /usr/sbin/nginx -c /app/code/nginx.conf
    cloudron      18  0.0  0.0  19188  3376 pts/0    S    20:17   0:00 nginx: worker process
    cloudron      19  0.0  0.0  18984  2372 pts/0    S    20:17   0:00 nginx: cache manager process
    cloudron      24  2.2  0.0 728088 49152 pts/0    SNl  20:17   0:02 /app/code/syncthing -gui-address=127.0.0.1:3000 -home=/app/data/config -no-browser -auditfile=-
    root          39  0.0  0.0   4240  3460 pts/1    Ss   20:17   0:00 /bin/bash
    root          58  0.0  0.0   5896  2828 pts/1    R+   20:19   0:00 ps uax
    

    and the process is also running as user cloudron.

    Now you can simple change the permissions for /media/portfolio

    chown -R cloudron:cloudron /media/portfolio
    

    Then reload Syncthing (browser refresh).

    5977614c-baae-440d-bd47-27c7dcb91f99-image.png

    Now there is this warning / error hmmmm

    Sadly this did not solve my problem

    I have followed your guide step by step and I get d7a84845-28a7-453a-b069-cecd25f5b8e1-image.png

    I have ran your commands, dc85ce85-7c68-4c33-915c-9ad2711b3575-image.png

    and I have restarted the app, twice after running those.

    But it still has not done anything
    4b2d6eaa-4715-44ca-a1cf-9d1e4923d290-image.png

    Support volumes lychee syncthing

  • CWTCH - Surveilance proof messaging
    S subtlecourage

    @robi said in CWTCH - Surveilance proof messaging:

    Confidant Mail

    Oh thats neat!
    https://www.confidantmail.org/docs/

    App Wishlist

  • CWTCH - Surveilance proof messaging
    S subtlecourage

    @timconsidine I fully agree with

    I guess it comes down to the generally low level of tech knowledge in the wider public.

    When people hear the word "Encryption" they misunderstand exactly what that means.

    E2EE is a fundamental human right, regardless if it can be exploited by criminals.

    Having a trustless ecosystem that allows E2EE comms. is vital for the future.

    App Wishlist

  • Volumes are not working
    S subtlecourage

    @brutalbirdie said in Volumes are not working:

    @subtlecourage I will try to replicate your problem.

    Thank you, it is appreciated.

    Support volumes lychee syncthing

  • CWTCH - Surveilance proof messaging
    S subtlecourage

    @timconsidine
    Thank you!

    App Wishlist
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search