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.6k Posts
  • Transfering apps to a new server SUX!

    backups migration
    27
    1 Votes
    27 Posts
    3k Views
    necrevistonnezrN
    @svtx life of a teenager
  • searching for tool for office room reservation

    Moved
    12
    1 Votes
    12 Posts
    973 Views
    M
    @joseph we dont have one. our needs are very specific. we have members who are encouraged to produce for us and they receive rewards in the form of room booking and payments in tokens....
  • Ask About Cloudron Firewall

    network firewall
    4
    1 Votes
    4 Posts
    844 Views
    I
    @joseph Many thanks for the clear and detailed explanation!
  • Anyone added a custom app to their cloudron?

    9
    1 Votes
    9 Posts
    847 Views
    timconsidineT
    I mentioned earlier using a script to manage the docker build and cloudron install. This uses 2 command line prompts : the docker registry address/image name and optional cache (without it, the scripts builds freach without cache each time). #!/bin/bash if [ "$#" -lt 1 ]; then echo "Usage: $0 <image-name> [cache]" exit 1 fi if [ "$2" = "cache" ]; then echo "Building with cache ..." docker build -t $1 . else echo "Building with no cache ..." docker build --no-cache -t $1 . fi docker push $1 cloudron install --image $1 Hope this helps someone
  • Which DNS BL for mail are you using?

    2
    2 Votes
    2 Posts
    279 Views
    scookeS
    None, ever, except whatever iCloud, gmail, yahoo, outlook, or more recently, MXRoute uses. I'm curious about the replies.
  • Ubuntu Pro & Cloudron

    25
    2 Votes
    25 Posts
    5k Views
    J
    @IniBudi there should be incompatibility but afaik you don't need Ubuntu Pro for Cloudron. Any specific reason?
  • Cloudron Multi-Domain Support?

    multi-domain cloudron instances
    2
    0 Votes
    2 Posts
    447 Views
    nebulonN
    Of course Cloudron can manage multiple domains and put apps on those https://docs.cloudron.io/domains/
  • Postmark - Pricing Changes

    11
    2 Votes
    11 Posts
    1k Views
    P
    @nebulon Yes, is very acceptable...
  • Autoconfig for mail when website not hosted on Cloudron?

    email autoconfig
    8
    3 Votes
    8 Posts
    2k Views
    girishG
    Per https://github.com/Monogramm/autodiscover-email-settings/blob/66c144e923f245dc0b4e64421449afedcad64052/index.js#L89 this is served at /email.mobileconfig?email=username@domain.com . I am yet to find an official doc page that says this though. However, ChatGPT thinks it is configs/email.mobileconfig served with content-type set to application/x-apple-aspen-config ...
  • Reducing backup costs / Backup to pCloud

    Moved backups backblaze
    21
    1 Votes
    21 Posts
    5k Views
    L
    @necrevistonnezr how do you intergrate it in Cloudron for Backups?
  • Notifications on degraded services, also Prometheus / Grafana?

    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • How to uninstall cloudron

    2
    2 Votes
    2 Posts
    360 Views
    J
    There's no uninstall procedure as such since the installation script doesn't keep a copy of all the things it changes. It's best to just reimage ubuntu. Cloudron is developed like a platform/OS and it touches everything - docker, nginx, dns configuration, systemd services, iptables, nodejs etc.
  • Keycloak & Cloudron

    Locked
    105
    7 Votes
    105 Posts
    40k Views
    girishG
    We have published Keycloak as unstable now. Thanks to @nj 's initial packaging work!
  • 1 Votes
    4 Posts
    2k Views
    jdaviescoatesJ
    @joseph perhaps we should report it as a bug upstream...
  • Proxy email via VPS

    17
    1 Votes
    17 Posts
    3k Views
    R
    Your plan to use the VPS for email and home for web apps makes sense. Keeping email on the VPS ensures stable deliverability while hosting apps at home is cost-effective. It’s a solid plan and can use a Mail Relay setup with Postfix for SMTP and Dovecot for inbound mail. Cloudron doesn’t natively support email proxy, but you can configure it to send via your VPS’s SMTP relay and forward incoming mail via Postfix. It Works for web apps but may cause SSL and DNS propagation issues, so check automation for SSL renewals. You might want to check Cloudron forums for similar setups!
  • Which app would be suitable for a community 24/7 effort with time slots?

    4
    0 Votes
    4 Posts
    356 Views
    scookeS
    Thanks all. I'll try the three that are on Cloudron (which @jdaviescoates mentioned) and report back.
  • Trae.ai - AI IDE from Bytedance (TikTok)

    3
    3
    0 Votes
    3 Posts
    2k Views
    robiR
    They have a GH, but only use it for issue tracking https://github.com/Trae-AI/Trae/issues
  • Which Domain Name Registrars do you recommand in 2025 ?

    25
    1 Votes
    25 Posts
    6k Views
    scookeS
    @Rahul Never any of those three. NEVER. The ones you should choose from are listed above (I left out a few simply because op doesn't appear to use crypto, nor have need for super-privacy): Dynadot.com Cloudflare.com Gandi.net Porkbun, namesilo, dynodot, spaceship, and namecheap OVH
  • Cloudron + Forward Email = Quantum Goodness

    2
    6 Votes
    2 Posts
    307 Views
    robiR
    After this excellent read, I thought Cloudron could adopt some of their findings and see how it helps things move forward toward Multi-Cloudron across hosts including domains and email in a more secure way.
  • [OT] Hetzner Box night backup takes 6 hours?!

    24
    0 Votes
    24 Posts
    3k Views
    P
    @jdaviescoates said in [OT] Hetzner Box night backup takes 6 hours?!: I'm looking forward to when we can do multiple backup locations, which I'm hoping will allow me to do rsync to one destination and tarball to another. Yes, waiting for multiple backup locations.