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

803 Topics 6.0k Posts
  • Trigger full backup from cli / scripted migration

    8
    3 Votes
    8 Posts
    2k Views
    robiR
    How much of this will change with Multi-Cloudron?
  • 3 Votes
    2 Posts
    851 Views
    timconsidineT
    @d19dotca I'm excited by the potential for https://ntfy.sh. Maybe a cloudron official instance which sets up channels for all customers, so cloudron-generated notifications can be delivered to a customer. Or maybe there's a better way. I just think ntfy.sh is so easy to implement into scripts.
  • User takeover (from an external directory provider)

    Solved
    5
    6 Votes
    5 Posts
    1k Views
    nebulonN
    This is now implemented and will be part of the next release.
  • LEMP app as alternative to LAMP app

    7
    8 Votes
    7 Posts
    2k Views
    MooCloud_MattM
    @d19dotca that is also because Nginx uses FPM and not FastCGI(Apache in some cases can use FPM) for PHP, which give already a good boost. NextCloud and WP could take good advantage of it, and Nginx could help solve the issue of the main image being too "fatty" It's easy to use Nginx in a multi-layer image.
  • Mailerlite

    2
    0 Votes
    2 Posts
    745 Views
    girishG
    It seems they don't offer SMTP relay as per https://www.mailerlite.com/help/does-mailerlite-offer-smtp-simple-mail-transfer-protocol . Their partner company mailersend has it - https://www.mailersend.com/help/smtp-relay . If you can, please try using mailersend with Cloudron's External SMTP Server option - https://docs.cloudron.io/email/#relay-outbound-mails . If that works well, I can add it to the dropdown (the dropdown is really just a UI template to prefill things).
  • Wasabi backup option needs support for recently added Canadian region

    Solved
    4
    0 Votes
    4 Posts
    942 Views
    girishG
    @d19dotca that's correct. There is no difference between using S3 compat vs Wasabi option since as you guessed they are just templates for pre-filling. Also, when you update, it won't get automatically changed to Wasabi, it will remain as s3 compatible. The change is entirely just UI - https://git.cloudron.io/cloudron/dashboard/-/commit/8dfc142905171160ba41bdb592933bd2dd60748d
  • Auto Syncing apps across Cloudrons

    3
    0 Votes
    3 Posts
    933 Views
    robiR
    There is a much simpler way to keep things in sync in a p2p fashion with GunDB. The trickier part is integrating with the different apps in a way where it can use that data.
  • Mailing feature: add users and groups as members

    3
    0 Votes
    3 Posts
    891 Views
    avatar1024A
    @girish said in Mailing feature: add users and groups as members: When added to a list, are you expecting the primary email of the user to be used ? Indeed
  • File Manager Upload Overwrite & Rename

    Moved Solved filemanager
    4
    1 Votes
    4 Posts
    1k Views
    nebulonN
    This is now fixed for the next version. On upload conflict, the code will add .n to the filepath, whereas n is an increasing number until no conflict is found.
  • QuestDB for Time Series Data

    4
    0 Votes
    4 Posts
    967 Views
    robiR
    @girish I see, which seems like a fine choice for a single server, however QuestDB is better suited for multi server aggregation and immediate consistency from multiple sources.
  • Incorporate a WAF built into cloudron

    firewall
    7
    6 Votes
    7 Posts
    2k Views
    girishG
    @wind-gmbh FWIW, we don't use the upstream distro packages. We use the packages straight from nginx.org since they provide better security fixes - https://nginx.org/packages/ubuntu/pool/nginx/n/nginx/ . Looks like https://nginx.org/packages/ubuntu/pool/nginx/n/ is the pre-built modules they have.
  • Nginxproxymanager

    Locked
    2
    1 Votes
    2 Posts
    763 Views
    fbartelsF
    Hi @Mastadamus, this has already been discussed in https://forum.cloudron.io/topic/4726/cloudron-as-reverse-proxy-for-non-cloudron-apps/
  • Hide admin user(name)s for mail managers

    user management
    11
    1
    0 Votes
    11 Posts
    3k Views
    micmcM
    @andreasdueren said in Hide admin user(name)s for mail managers: @girish personally I would enjoy the option to limit the E-Mail manager to the groups they are part of. For example some clients use so little resources like only a website with E-Mail that it doesn’t make sense to give them a dedicated server but instead put a few on the same. Very good points as well, however as @girish says, as this would require to implement shared resources the idea is easier said than done. On the other hand, I personally can't see why it would not make sense to provide dedicated VPS at low cost for its own little resources needs to such client. In when you think about it, any client can grow and in such case the client is already set to scale without any more hassle. Cloudron is not too heavy for a simple basic use as it will adjust its own resources need only for the needs of the installed apps. Now it would be nice if they could configure their own emails without being able to see let alone change the configuration of others. Moreover, as explained previously if you install Cloudron for the client, a 10 bucks per month VPS would be more than perfect for such low needs, as superadmin you keep full control of the instance's management for the client and you give it admin privileges so it can fully manage its mail server. And with the upcoming multiple instances of Cloudron feature that should should become easier to manage from your side as well.
  • Support PowerDNS Provider

    1
    3 Votes
    1 Posts
    534 Views
    No one has replied
  • LDAP/AD Server

    Moved Solved auth
    60
    11 Votes
    60 Posts
    15k Views
    marcusquinnM
    Sounds like this is now done and live with 7.1? https://forum.cloudron.io/topic/6654/cloudron-7-1-released https://blog.cloudron.io/cloudron-7-1-released/ https://docs.cloudron.io/user-management/#directory-server
  • Alternate IP Address (Ability to specify outbound IP for an app)

    Moved
    10
    1 Votes
    10 Posts
    2k Views
    nebulonN
    @JLX89 this is currently not on our immediate roadmap.
  • Backup Notes

    Solved backups
    8
    8 Votes
    8 Posts
    2k Views
    J
    @jdaviescoates Awesome, thanks -- I missed that.
  • Email notify on SSH login

    notifications ssh
    10
    7 Votes
    10 Posts
    1k Views
    X
    @mehdi said in Email notify on SSH login: @xarp actually, Cloudron uses the inbound port 25. This does not prevent it from sending stuff. I tried the postfix/mailutils method which uses a simple bashrc method in the user/root home, however when Cloudron rebooted, the mail service couldn't start unfortunately.
  • Environment Variables to expose as part of the application runtime.

    2
    0 Votes
    2 Posts
    646 Views
    nebulonN
    @nj not sure if this would be a good idea to map Cloudron dashboard labels of apps into the apps as such. It will be quite hard to explain where such labels within the app might come from. Further an app label is not required, so it may be unclear what to be used as the fallback default. Or maybe I haven't really understood what kind of label this might be. If you look for general env variable support, the cloudron cli tool support adding further env variables https://docs.cloudron.io/packaging/cheat-sheet/#environment-variables
  • Temporarily Open DB Port

    5
    0 Votes
    5 Posts
    1k Views
    doodlemania2D
    @girish yeah, that's one option, as is the SSH tunnel, but thinking about a more user friendly approach so DBAs can simply do DBA things with a few clicks from the admin instead of setting up tunnels, etc.