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


Skip to content

Discuss

Feedback, suggestions, anything else Cloudron related

1.1k Topics 9.3k Posts
  • Any experiences with IONOS S3 space for backup?

    Moved ionos backups
    4
    1 Votes
    4 Posts
    495 Views
    girishG
    @dsp76 thanks, will adjust the code accordingly. https://docs.ionos.com/cloud/managed-services/s3-object-storage/endpoints says it is a "contract owned" endpoint and it's the future
  • Edit files using the File Manager changes their ownership - why?

    Solved
    3
    1 Votes
    3 Posts
    404 Views
    girishG
    This was just a bug, sorry it slipped through! Already fixed for next release.
  • Looking for CronJob command to Stop an App on Schedule

    4
    1 Votes
    4 Posts
    387 Views
    D
    Thank you for the help
  • Appreciating Cloudron’s controls over app updating

    1
    2 Votes
    1 Posts
    155 Views
    No one has replied
  • The Best Way to Introduce Cloudron to Self-hosting Beginners

    2
    3 Votes
    2 Posts
    291 Views
    marcusquinnM
    I think the best way is just campaigning for more hosts to make it a VPS imaging option. Tech is all about getting a name out there alongside every other related name. Making it a one-click option to try, in the very place target-audience are looking at the most will capture a lot more curiosity, and those users sticking with it will become brand champions to help their friends do the same.
  • Why you should replace NGINX, it's time to upgrade.

    15
    5 Votes
    15 Posts
    2k Views
    T
    Just tried out Caddy today! It is extremely easy!!! I deployed Flowise with only two lines of caddyfile code. flowise.riverhill.ai { # Use Cloudflare SSL certificates tls /etc/caddy/certs/cert.pem /etc/caddy/certs/key.pem # Reverse proxy to Flowise reverse_proxy localhost:3000 } This really opened a whole new world for me! I also tried Traefik, but I had to ask ChatGPT to add labels for me. I don't really understand how those lables work... This is a great tutorial. Worth checking out.
  • Completely baffled with email forwarding /aliases

    10
    2 Votes
    10 Posts
    899 Views
    JohnBeeJ
    @girish said in Completely baffled with email forwarding /aliases: @JohnBee ...I tried to look into mailcow docs as to what aliases mean but I didn't find any relevant docs. Do you have a link where we can read more? Unfortunately, Mailcow isn't very good on documentation - though as I keep a staging server on tap, I can provide screenshots, or even access should you fancy a closer look at the interface etc. [image: 07262024_6_52PM.png] PS, as much as I love Mailcow's creative approach to a turn-key mail server/service, I came to appreciate(the hard way), the inherent risks of using open source software in live environments
  • Praise for Cloudron

    Moved
    1
    9 Votes
    1 Posts
    208 Views
    No one has replied
  • Success! Cloudron 8.0.0 update to 8.0.1 - went well

    cloudron update 8.0.1
    1
    3 Votes
    1 Posts
    124 Views
    No one has replied
  • 4 Votes
    18 Posts
    2k Views
    A
    @ekevu123 yes, it seems self-hostable. https://github.com/netdata/netdata https://www.reddit.com/r/netdata/comments/1cjo9za/self_hosting_netdata/ I'm not sure about the technical details, but I don't believe it processes the apps logs indeed. It's more about monitoring of the system that is common for all computers. Although I noted it does check individual processes, like one of my Cloudron App was relying on Postgres and it notified me when the RAM about that particular process was too high, which helped me increase it (for that process) before running out.
  • E-Mails in Cloudron - privacy with smtp relay server?

    8
    0 Votes
    8 Posts
    780 Views
    E
    I looked into this further and have seen that Postmark provides the opportunity to avoid storing the body in their logs. I think that is reasonably safe. And since I already have a business account with them, I am going to attach my private e-mail account there as well. Thank you for your assistance in this matter!
  • Migration

    12
    0 Votes
    12 Posts
    1k Views
    nebulonN
    I guess first try to get the restore working and then it may make sense to think of some backup location which is not in the same physical location or at least not connected to the same device (some power malfunction could brick it all at once, or otherwise a software bug wiping disks unexpectedly)
  • Securing SSH: disable password authentication

    Solved ssh
    7
    1
    1 Votes
    7 Posts
    673 Views
    matix131997M
    In Ubuntu 24.04 the restart does not work with "systemctl restart sshd", but only with "systemctl restart ssh.service".
  • How do you open downloaded .enc app backups?

    3
    1 Votes
    3 Posts
    334 Views
    girishG
    Also, https://docs.cloudron.io/backups/#file-format has commands to decrypt the filenames . I should probably add that note to the guide that @fbartels linked...
  • Video chat and conferencing options

    47
    0 Votes
    47 Posts
    5k Views
    andreasduerenA
    @svtx said in Video chat and conferencing options: Using Nextcloud Talk everyday without issues. Same here. There are occasional connection/hardware issues but nothing mayor or different from using zoom or Teams
  • Cloudron Forum Posting/Reply Issues for New Users

    Moved
    5
    3 Votes
    5 Posts
    767 Views
    U
    Thanks for your help on this Joseph.
  • IMHO: The "Skip backup" checkbox makes no sense

    Solved
    5
    1
    0 Votes
    5 Posts
    489 Views
    girishG
    Thanks for reporting... Fixed in https://git.cloudron.io/cloudron/box/-/commit/d97d82b225195f4323fe0f0af947358c49e18c63
  • Upgrade to Ubuntu 24.04 - Share your experience!

    14
    1 Votes
    14 Posts
    2k Views
    girishG
    @adhodgson no, do not use Cloudron's unbound as the resolver for AdGuard, that is just asking for trouble. unbound is mostly an internal implementation detail from Cloudron point of view. In Cloudron 8, it's role has decreased a lot. In future, we will most likely completely remove it. It's best to use some other resolver on your network.
  • How To Make Cloudron Compatible With Cloudflare

    cloudflare
    4
    0 Votes
    4 Posts
    517 Views
    J
    LDAP uses a custom port and won't be compatible with Cloudflare. Cloudflare only proxies HTTP. OIDC should be compatible with Cloudflare though .
  • Get Ports of Cloudron Apps

    Moved cloudflare tunnel
    4
    0 Votes
    4 Posts
    472 Views
    B
    @girish yes it makes total sense, I thought there would be a way like with portainer where it just tells you ip:port but i get this is a bit more complex. I got it to work with @murgero tip and an nginx reverseproxy. Thank you both