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

761 Topics 5.8k Posts
  • Cloudflare IP logging

    cloudflare
    4
    0 Votes
    4 Posts
    417 Views
    girishG
    My understanding is that this will allow apps to get the real IP when behind Cloudflare. Currently, the apps get Cloudflare's IP.
  • Change default background

    6
    1 Votes
    6 Posts
    830 Views
    jdaviescoatesJ
    @nebulon yes, see the OP https://forum.cloudron.io/post/54886
  • Ability to ignore NS check for DNS Provider changes

    1
    4 Votes
    1 Posts
    197 Views
    No one has replied
  • More than 1 network/NIC&bind container to networks

    1
    1 Votes
    1 Posts
    270 Views
    No one has replied
  • Delete Backup Button

    cloudron backups delete
    7
    2 Votes
    7 Posts
    1k Views
    jdaviescoatesJ
    @necrevistonnezr said in Delete Backup Button: @girish Or add a requirement to enter your password for such deletion? I think that's how I'd do it, like Nextcloud does with app updates etc.
  • Prevent app from opening in new tab?

    Moved dashboard
    15
    0 Votes
    15 Posts
    2k Views
    timconsidineT
    @robi said in Prevent app from opening in new tab?: I wouldn't change the default % Opening an app in a new tab is key productivity for me. Would be more than little p***ed off for it not be available.
  • Integrate using other runtimes

    2
    1 Votes
    2 Posts
    349 Views
    girishG
    For the moment, if anyone is interested in different run times, you can experiment by creating a systemd dropin for the docker configuration. See https://docs.cloudron.io/storage/#docker-images for an example on how to create a drop-in.
  • Add new object storage locations to Vultr in Cloudron Backups

    Solved
    2
    1
    2 Votes
    2 Posts
    428 Views
    nebulonN
    Thanks for the info, I've added those now https://git.cloudron.io/cloudron/dashboard/-/commit/5a7629f22410138429cf9b694a5131166fa5a455
  • Change Add User API

    api
    24
    1 Votes
    24 Posts
    3k Views
    MooCloud_MattM
    @plusone-nick I didn't check the part of our code that manage user creation for ages, but 99% sure, that you don't need to provide a password, or not even a username just an email. Then you create the invite link with a second request if you want to have the onboarding process managed by cloudron. Personal note: Remember that as the server owner you are responsible for the content hosted in it, for this is normally a good idea to have some manual approval before creating an account from a form; or you have to provide a good moderation.
  • Include min and max in memory graph

    6
    3
    2 Votes
    6 Posts
    1k Views
    girishG
    @avatar1024 yeah, admittedly those values are so small and close together that it's not readable. To address this, in 7.3 we just started hiding the apps that don't consume much memory. I don't know if this improves the situation. It is showing memory consumption from apps that are not running That is indeed a bug, will get that fixed.
  • Mail Relay - to Bridge Cloudron Servers

    email relay
    6
    0 Votes
    6 Posts
    959 Views
    girishG
    @roofboard did you get this sorted out?
  • Add Dreamhost as a DNS provider

    dns hostingprovider setup dreamhost
    4
    0 Votes
    4 Posts
    786 Views
    BrutalBirdieB
    @RubenFixit leave all the question and solutions you find on the way here. This way the community can participate and learn with you. Also this might be useful for hands-on doc for further interest in development. Cheers, Elias
  • Disable support tab for non-superadmin admins

    Solved support admin superadmin
    4
    1
    5 Votes
    4 Posts
    632 Views
    M
    @girish thanks a bunch! Yes, so that you don't have to do first level support
  • Custom Icons for web link apps

    Solved app link
    5
    2
    1 Votes
    5 Posts
    765 Views
    nebulonN
    Since there are quite a few different standards and some pages use their own paradigm, fetching an icon is not a trivial task. Already we code which attempts different ones. In your case the issue is, they specify multiple favicons with the same tag and attributes, where our code happens to pick the smallest one pixel wise. Have to see how we can maybe make this more robust by maybe trying to guess from the filename which one is more useful there.
  • Add a Note about 'Packet Time' to the 'Backups' section in Docs

    docs
    6
    1 Votes
    6 Posts
    1k Views
    M
    @girish Did some testing. I think you are right. The distance is reducing the bandwidth I guess.
  • Add External Turn Server

    Unsolved
    11
    4 Votes
    11 Posts
    2k Views
    E
    @anschein Yep. Unfortunately I've never found a solution with matrix as the cloudron matrix overwrites turn on restart. Apparently the external turn option is coming in Cloudron 7.3.
  • Backup options

    Unsolved backups
    2
    4 Votes
    2 Posts
    465 Views
    robiR
    Managing backups like we mange mailboxes does sound like a good idea, and can have checkboxes for daily, full, etc. per app, and more.
  • ping URL/send email on successful backup

    3
    1 Votes
    3 Posts
    766 Views
    P
    @nebulon I was maybe not clear enough, the feature request is for sending out an HTTP request when a backup is successful, not reacting to an API request.
  • Catch-all aliases

    Solved email
    5
    4 Votes
    5 Posts
    1k Views
    girishG
    This is implemented in 7.3
  • Custom Default Password

    3
    7 Votes
    3 Posts
    680 Views
    girishG
    +1 . I think this will indeed make things a lot more secure than we have now. It is complicated to have this work across apps, but we should do it for all the apps that support it .