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


Skip to content

Feature Requests

New ideas, Feature Requests

757 Topics 5.8k Posts
  • add automatic DNS management support for Cloudflare tunnel setup.

    2
    2 Votes
    2 Posts
    297 Views
    robiR
    @Mad_Mattho If you detail your manual configuration, it will help the @staff to see the workflow.
  • 2 Votes
    14 Posts
    2k Views
    marcusquinnM
    @Lonkle He's alive! Where you been for 2 years?
  • Store email messages with object storage S3

    email
    3
    1 Votes
    3 Posts
    424 Views
    B
    Ah so that's a blocker to get this working on the community version. Thanks
  • Convert domain names to punicode when needed

    11
    1 Votes
    11 Posts
    1k Views
    girishG
    @scooke ha ha, no worries. We are just trying to understand your concerns really and if there is something we need to be concerned about if/when we implement this. Some of the other providers seem to have unicode field for domains already and our UI seems lagging behind here. I understand some of your concerns though like the homograph attack.
  • Cloudron dashboard Domains UI

    3
    1 Votes
    3 Posts
    412 Views
    timconsidineT
    Magic, thank you !
  • Detect timezone automatically

    10
    0 Votes
    10 Posts
    1k Views
    girishG
    @warg OK, there was a bug that LA is chosen as default tz, if no tz was explicitly set. I have fixed this to make UTC as the default instead. This feature request is still valid . Maybe we should either auto detect or ask the user about the timezone at installation/setup time.
  • Dynamic enable/disable of proxyAuth configuration

    Unsolved
    7
    2 Votes
    7 Posts
    862 Views
    nebulonN
    Ah this was my fault, I didn't approve the required app package version. This done now. So if you setup a new proxy app via your Cloudron dashboard, the user-management options should be available now.
  • System disk usage should include database consumption of each app

    1
    2 Votes
    1 Posts
    212 Views
    No one has replied
  • Backup retention

    backups
    1
    4 Votes
    1 Posts
    159 Views
    No one has replied
  • Feature request: Notifications about failed backups

    Moved Solved feature-request notifications
    15
    5 Votes
    15 Posts
    2k Views
    girishG
    @jdaviescoates said in Feature request: Notifications about failed backups: As many have previously requested, I would like email notifications after just 1 failed backup, not 3. Agree that this simply needs to be more customizable. We just went for 3 as a compromise of not having the ability to customize
  • rsync for cloudron CLI

    cli rsync
    3
    2 Votes
    3 Posts
    485 Views
    girishG
    Found https://rsync.samba.narkive.com/DFt4GEa9/over-stdin-stdout which has some interesting discussion.
  • Apps with multiple domains

    Unsolved dns domains
    8
    1 Votes
    8 Posts
    1k Views
    girishG
    @d1rk I have added the multi domain flag to the manifest. Let me know if it works OK.
  • TLS Cert exporter to enable up-front Firewall deep-packet-inspection

    10
    1 Votes
    10 Posts
    984 Views
    BrutalBirdieB
    @Jan-Macenka as a follow up. This module is for the acme protocol: https://datatracker.ietf.org/doc/html/rfc8555 And if I understand this module and everything correctly this will not auto renew on the system it self. So you will have to run the ansible deployment again to renew the certs. For the BigBlueButton Role I maintain I've written a task for installing acme.sh to manage the cert of the deployment. https://github.com/ebbba-org/ansible-role-bigbluebutton/blob/master/tasks/certificate-letsencrypt.yml I also turned this into a standalone Role for my company but not published it since its such a little role/task. Maybe this can help you even further. ps: big thanks for the beer @Jan-Macenka
  • Feature Request: Select parts of a backup while restore

    backups restore
    2
    3 Votes
    2 Posts
    268 Views
    girishG
    @holm yes, thanks. This is planned but with a slightly different approach. The restore process will keep track of what it's downloaded, so that the download can be incremental. That way, one ideally doesn't need to select anything.
  • 4 Votes
    3 Posts
    365 Views
    girishG
    It seems that one can setup an "automount" that will make systemd automatically mount when a mount is accessed . It's unclear if this also applies to mount failures or just "not ever mounted". If someone wants to try, I think we need something like this: The systemd unit file must be named systemd-escape -p --suffix=automount <HOSTPATH> Then, create a file /etc/systemd/system/<unit_filename_from_above_command>: [Unit] Description=Automount of hostpath [Automount] Where=HOST_PATH_HERE [Install] WantedBy=multi-user.target systemctl enable <unit_filename> If that works, I can put this in our code (for volumes and backups).
  • 3 Votes
    1 Posts
    90 Views
    No one has replied
  • Redis - can it be disabled?

    Moved redis feature-request
    7
    1 Votes
    7 Posts
    1k Views
    girishG
    @dylightful Not yet. It's implemented, but we didn't merge into 7.4. So, we will put it in 7.5.
  • Next.js OpenAI Doc Search Starter

    1
    1 Votes
    1 Posts
    133 Views
    No one has replied
  • 1 Votes
    2 Posts
    304 Views
    girishG
    @Neluser Good idea. But it's quite complicated to automate things like this, that's what it's not done. But something to keep in mind. In the meantime, following https://docs.cloudron.io/storage/#docker-images is the way to go.
  • AI Shell - Natural language AI terminal commandline

    5
    1
    5 Votes
    5 Posts
    941 Views
    timconsidineT
    @marcusquinn installed on my Mac locally works nicely although their example fetch me a joke fails on awk step