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

777 Topics 5.9k Posts
  • 3 Votes
    7 Posts
    1k Views
    nebulonN
    Ok I will mark this as solved then since we already have the feature request for the other mentioned issue.
  • FTP backup Support

    Moved backups feature-request
    7
    11 Votes
    7 Posts
    2k Views
    robiR
    This would go well with a secondary backup facility for all things Cloudron doesn't currently back up, which is valuable, such as Volumes. Add a few protocols for this such as FTPS, SFTP, RCLONE, RSYNC, etc..
  • Implement default NGINX logging

    Solved nginx security logs
    2
    4 Votes
    2 Posts
    774 Views
    girishG
    @mastadamus thanks so much for investigating. I have removed it for next release (7.1) - https://git.cloudron.io/cloudron/box/-/commit/6492c9b71f80120413ff4ae7eefa2f03dc96ea0f
  • Numbered lists in UI

    2
    2 Votes
    2 Posts
    547 Views
    girishG
    I like the idea of having a summary for all the things (apps, users, domains, mailboxes). Good idea.
  • Catchall for multiple domains

    Solved email catch-all
    7
    8 Votes
    7 Posts
    2k Views
    d19dotcaD
    @girish said in Catchall for multiple domains: @d19dotca Wouldn't you create a single mailbox called say admin@ and then put your standard addresses as aliases of that mailbox? Ah, I forgot you can add other domains as aliases now, so yes I suppose in my case I could use my main email address at my own domain and add in aliases of postmaster and webmaster and abuse and hostmaster for each domain from the same window, this would definitely save a little bit of time as I couldn't need to add from each domain page individually. Ideally though it'd be great to have some of those standard ones just be auto-created for example and setting it to one email or something since those emails are generally required for proper RFC compliance. I'll work in the meantime on migrating from the old system I had to the new system. I created those before the multi-domain email aliases was added.
  • Disk usage in System Info: show history

    Moved
    4
    1
    3 Votes
    4 Posts
    930 Views
    necrevistonnezrN
    Work-around for the time being: Show disk usage for the last 7 days via SSH login nano diskusage.sh (note, I have two local disks that need monitoring; the command below adds date and data for both disks in one line) #!/bin/sh echo $(date +%F && df -h /dev/sda1 --output=source,fstype,size,used,avail,pcent | tail -n1 && df -h /dev/sdc --output=source,fstype,size,used,avail,pcent | tail -n1)>> /home/USER/Disk.txt cat Disk.txt 2021-12-08 /dev/sda1 ext4 1,8T 1,1T 694G 61% /dev/sdc ext4 916G 444G 426G 52% 2021-12-09 /dev/sda1 ext4 1,8T 1,1T 694G 61% /dev/sdc ext4 916G 445G 426G 52% crontab -e add 45 4 * * * sh /home/USER/diskusage.sh >/dev/null 2>&1 nano ~/.bash.rc add printf "\t\n" cat /home/kdj/Disk.txt | tail -7
  • Include IPv6 into Cloudron

    Solved ipv6
    17
    15 Votes
    17 Posts
    4k Views
    girishG
    @thpuffin yup, working on ipv6 support for 7.1!
  • Harden security features

    6
    6 Votes
    6 Posts
    2k Views
    fbartelsF
    @jodumont said in Harden security features: provide and identifiy authentification via SAML (if it is possible) SAML is an old and outdated protocol (that is also hard to work with), a more modern alternative is oidc (OpenID Connect, a standard based on Oauth 2.0), which is also offered in your screenshot.
  • Hetzner DNS Console

    Locked Solved
    2
    0 Votes
    2 Posts
    701 Views
    girishG
    @wisemetalhead I guess this is a dup of https://forum.cloudron.io/topic/3820/add-hetzner-as-dns-provider
  • Disk IO Tracker

    graphs
    7
    3 Votes
    7 Posts
    1k Views
    robiR
    @mehdi said in Disk IO Tracker: just trying to periodically write stuff and checking the performance, as suggested, would not be great IMO, as it would 1/ be influenced by what's already running on the system 2/ wear out SSDs for little benefit Agreed, there are better ways, the example was more for the output or datapoints. Aspects of BPF tools make this light on resources, but there's a whole stack of tools down the line, including 'iolatency'.
  • Firewall per domain/container

    firewall security
    5
    6 Votes
    5 Posts
    1k Views
    P
    @jodumont I recently posted about crowdsec under feature requests. I think crowdsec is more appropriate, afaik, for cloudron
  • Make Cloudron groups accessible on LDAP

    Moved ldap
    14
    3 Votes
    14 Posts
    3k Views
    Sam_ukS
    @nebulon Great stuff, glad it seem plausible in the medium term..
  • Security feature: Cloudron autologin after hours of inactivity

    7
    0 Votes
    7 Posts
    985 Views
    AizatA
    @moocloud_matt that's really true. My concern is that for example, when user uses it in public computer in laboratory for example, and they totally forget to log out manually. This can be an issue. For public use in research team or something, I might suggest 2FA, but it is no use too, if it keep the token alive. Alternatively, editing the config file in Nextcloud seemed to do the trick.
  • Automated server reboot

    feature-request
    37
    4 Votes
    37 Posts
    6k Views
    necrevistonnezrN
    @potemkin_ai Thanks!
  • 3 Votes
    1 Posts
    295 Views
    No one has replied
  • 3 Votes
    1 Posts
    396 Views
    No one has replied
  • App Pages

    10
    0 Votes
    10 Posts
    2k Views
    jdaviescoatesJ
    @jlx89 said in App Pages: This issue also affects admins like me who have to scroll through ~45 apps to find what I am looking for. I tend to filter by group or domain first, or just use the search, to avoid excessive scrolling (but, yeah, before I got into that habit I scrolled lots)
  • Export list of email addresses by Cloudron group

    2
    4 Votes
    2 Posts
    547 Views
    jdaviescoatesJ
    @sam_uk I'm interested in this use case too. We want to incubate groups on our Cloudron until they've reached a size where they can afford their own.
  • Password Reset should be an option for logged-in users too

    Moved Solved
    24
    1 Votes
    24 Posts
    4k Views
    robiR
    @marcusquinn because it already exists
  • Ability to change the dashboard subdomain

    Moved
    4
    3 Votes
    4 Posts
    935 Views
    robiR
    Best bet so far would be to do a Cloudron instance migration and set it up on a new subdomain. (Restore from backup in a new VPS)