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

811 Topics 6.1k Posts
  • Custom Nginx Directives

    Moved feature-request
    4
    1 Votes
    4 Posts
    41 Views
    jamesJ
    Hello @Andrew Many apps run their own NGINX or APACHE2 inside the app and can be configured on that level or on the application level. For example Nextcloud has the /app/data/php.ini file where you can configure e.g post_max_size and upload_max_filesize to limit that. Same for WordPress. Ideally, each app should have the ability to configure this. From your example, the apps ghost and peertube do not have a php.ini because they run NGINX inside the app. Having the possibility to edit / configure NGINX directives there as well is understandable. I will tag this topic as feature request to track this for the future.
  • Sorting server/system graphs when viewing all apps

    2
    1
    3 Votes
    2 Posts
    37 Views
    J
    Absolutely. I had the same gripe and reported it to the team. This will be fixed soonish.
  • Add additional Cloudron Proxy Auth option on apps

    proxyauth
    4
    3 Votes
    4 Posts
    53 Views
    andreasduerenA
    @joseph Not sure if I can follow. I understand what @girish said in App proxy questions and proxy/authentication possible improvement suggestions But from Cloudron's POV, there is authentication and authorization But basically adding the option to add optional Authentication in front of any app (presumably through the web server) would be very useful in a lot of cases. This is already a feature in the proxy app but would be good to be a toggle in any app.
  • Elasticsearch

    Moved elasticsearch
    54
    0 Votes
    54 Posts
    7k Views
    nichu42N
    Newer OpenSearch versions do not work with Mastodon anymore. This is what I need ES for.
  • Improving user experience with SSH keys for SSHFS and volume mounts

    Solved
    2
    4 Votes
    2 Posts
    81 Views
    nebulonN
    This is fixed with https://git.cloudron.io/platform/box/-/commit/2cb755fe44ad379327186878960255fe0d905f9b
  • Allow app operator to deploy an app without admin rights via CLI

    5
    1 Votes
    5 Posts
    84 Views
    E
    Honestly, I didn't try. I didn't find evidence that this was possible, so I assumed it wasn't. For my needs, I have found a different solution for this now, but maybe this could be helpful to clarify, if it works, then in the docs.
  • Storage limits per-app

    25
    13 Votes
    25 Posts
    6k Views
    jamesJ
    Hello Everyone We have added a guide documentation for Per-App storage limit. If there are questions about this guide, or you have feedback on how to improve it further, please let me know.
  • Can't upload .svg as logo on Cloudron 9

    Moved Solved branding
    4
    2 Votes
    4 Posts
    109 Views
    nebulonN
    This is fixed now for next release.
  • When downloading app logs, allow specifying date range

    5
    2 Votes
    5 Posts
    93 Views
    robiR
    @ekevu123 The team is keen, you adjust for the different notification types. Date range is still useful, this is just tied to notifications.
  • Email Relay Brevo - API

    email relay brevo
    2
    2 Votes
    2 Posts
    33 Views
    nebulonN
    Can you give more context what you mean by that? Which API would one use for relaying there, since https://developers.brevo.com docs also refer to regular smtp relay for relaying purposes. Also what would be the benefit there? Like postmark or so, brevo also has an API to send/compose emails but I am not sure how this relates to the relay part here, but maybe I am missing something.
  • Giving Terminal Access to non-admins

    Moved Solved webterminal admin
    8
    1 Votes
    8 Posts
    1k Views
    jamesJ
    Hello @zack13532 Glad to read that this solution suits you well. Oh, and since that was your first post. Welcome to the Cloudron forum.
  • perpetual licensing

    licensing
    14
    1 Votes
    14 Posts
    841 Views
    timconsidineT
    @adisonverlice2 IMHO you're confusing apples and pears - that's the polite expression, there are others. It seems you COMPLETELY underestimate or misunderstand the ongoing work needed to maintain and develop Cloudron, and keep it stable. Cloudron is not providing some hardware, and some base software or reselling / redistributing a 3rd party software (eg pfSense). I completely fail to understand why anyone would agree to receive a single payment for the next xx years work they have to do, unless that is 20x the annual price. I repeat : pay a single fee for perpetual licence for a fixed version of Cloudron ? maybe that might work. Want the benefits of a maintained platform with upgrades, forget it. I've had enough of this discussion, which is IMHO is just plain silly.
  • email: autoconfig for autoconfiguration (example: via thunderbird)

    Moved Solved email thunderbird
    28
    5 Votes
    28 Posts
    12k Views
    nebulonN
    As far as I understood this, thunderbird maintains an ISP database mainly. So once a domain was manually configured in any thunderbird, subsequent account setups will have the server addresses auto "discovered" from that database.
  • Add "Hetzner" as DNS provider

    Locked Solved hetzner
    9
    1
    10 Votes
    9 Posts
    2k Views
    nebulonN
    Will lock this thread. This is about the old API, the new thread is at https://forum.cloudron.io/topic/14383/hetzner-dns-transfer-to-new-console/
  • Request: Customisable dashboard

    dashboard request customization
    1
    6 Votes
    1 Posts
    74 Views
    No one has replied
  • 2 Votes
    3 Posts
    148 Views
    nottheendN
    @girish nice, happy to hear!
  • Cloudron 9 - VPN In/Out for Containerized Apps

    6
    5 Votes
    6 Posts
    576 Views
    M
    @james I'm TERRIBLE at writeups, but I'll summarize it and maybe we can write something better together if you think it's interesting enough: So I have a cloudron machine with a public IP, vanilla setup. I also have a raspberry pi in my home network running a few services, and an external VPS. I use a "hub-and-spoke" wireguard architecture, which is pretty common and straightforward as well. It is set up like so: VPS has a public IP I installed and set up wireguard in it. Let's say it uses interface wg0, and its wg IP address is 10.0.0.1, network 10.0.0.0/24 I had to set a few things to enable packet forwarding on the VPS so it would act as a "router" between my raspberry pi and other devices, but its pretty straightforward stuff I installed and set up wireguard in my raspberry pi, interface wg0, IP address 10.0.0.2; added the VPS added as a peer with its public key, allowed-ips 10.0.0.1/24, and the endpoint is its public IP and the port I had wireguard listen on So now when I turn on wireguard on both VPS and pi, I can ping 10.0.0.1 from the pi, and I can ping 10.0.0.2 from the VPS. This is the simple hub-and-spoke setup, with the VPS acting as the hub (because it has a public IP address) and the raspberry pi and other devices (say my laptop or phone) are the "spokes". So now for the cloudron part: installed wireguard on my cloudron machine and set it up as a peer to the wireguard network, same as I did on the pi. Added the VPS as the only peer, and on the VPS added one more peer which was the cloudron server. Say its IP is 10.0.0.100 I can now ping 10.0.0.1 (vps) and 10.0.0.2 (pi) from the cloudron server, and I can also ping these IPs FROM ANY CLOUDRON APP as well! I had a service running on the raspberry pi on port 8080, so I installed a new app proxy on the cloudron from the app store, and the upstream address was http://10.0.0.2:8080, and it all worked. Now, I COULD get rid of the VPS and use only cloudron, boith as the wireguard "hub" and reverse proxy. That would be great because it's one less machine I have to pay for and maintain (the VPS), and I would benefit from user management and stuff. Cloudron explicitly says it needs to be the sole service installed on the machine, though (which makes sense, not complaining), so I haven't done this yet. Not sure this is a good enough description, but I'm here to answer any questions if needed.
  • 2 Votes
    6 Posts
    224 Views
    girishG
    @Neiluj sometime soon but yeah, I don't have a timeline yet . Also, a note about your initial post, if you mark users as inactive in Cloudron A, they won't sync to Cloudron B. Of course, they can't login to Cloudron A either.
  • LDAP disable allowlist / allow all networks

    ldap firewall
    2
    3 Votes
    2 Posts
    122 Views
    J
    @andreasdueren A workaround is to set 0.0.0.0/1 128.0.0.0/1 in the allow list . This allows the full internet. But maybe a geo block is better - https://www.ipdeny.com/ipblocks/
  • 1 Votes
    1 Posts
    154 Views
    No one has replied