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

727 Topics 5.5k Posts
  • Make "denied" for incoming emails optional

    9
    0 Votes
    9 Posts
    709 Views
    girishG

    @necrevistonnezr Good catch! That "1" is indeed wrong. I can reproduce it. I can confirm that emptying that textedit in the dialog does clear all the zones.

  • Cloudflare IP logging

    4
    0 Votes
    4 Posts
    312 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
    549 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
    142 Views
    No one has replied
  • More than 1 network/NIC&bind container to networks

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

    7
    2 Votes
    7 Posts
    782 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
    15
    0 Votes
    15 Posts
    1k 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
    245 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
    2 Votes
    2 Posts
    345 Views
    nebulonN

    Thanks for the info, I've added those now https://git.cloudron.io/cloudron/dashboard/-/commit/5a7629f22410138429cf9b694a5131166fa5a455

  • Change Add User API

    24
    1 Votes
    24 Posts
    2k 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
    2 Votes
    6 Posts
    828 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

    6
    0 Votes
    6 Posts
    702 Views
    girishG

    @roofboard did you get this sorted out?

  • Add Dreamhost as a DNS provider

    4
    0 Votes
    4 Posts
    604 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
    4
    5 Votes
    4 Posts
    419 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
    5
    1 Votes
    5 Posts
    546 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

    6
    1 Votes
    6 Posts
    709 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
    1k 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
    2
    4 Votes
    2 Posts
    338 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
    340 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
    5
    4 Votes
    5 Posts
    729 Views
    girishG

    This is implemented in 7.3