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

759 Topics 5.8k Posts
  • Postgresql multiple databases support

    Moved postgresql multi-database
    13
    2 Votes
    13 Posts
    2k Views
    girishG
    @Lanhild said in Postgresql multiple databases support: I'm not sure to understand? What I meant is maybe the manifest can use "postgreSQL": { "prefixCount": 10 } and it creates 10 databases or something like that. Also, multiple databases could benefit to the use of the addon as a "standalone" app - that could act as a simple PostgreSQL cluster. I think it will be nice to create PostgreSQL as an app and with a small frontend to add/remove databases and maybe manage roles. Maybe this app can not use existing addon. Of course, this app has to be developed!
  • Redirects for dashboard domain

    Moved redirect redirection dashboard domains domain setup
    6
    1 Votes
    6 Posts
    952 Views
    jdaviescoatesJ
    Just to add, what I ended up doing was just using Surfer and creating an index.html file with this: <!DOCTYPE html> <html> <head> <title>United Diversity - Together We Have Everything</title> <meta http-equiv = "refresh" content = "0; url = https://my.uniteddiversity.coop/" /> </head> <body> <p>Will redirect shortly to https://my.uniteddiversity.coop/</p> </body> </html>
  • Mailing list from Cloudron Group

    2
    1 Votes
    2 Posts
    264 Views
    jdaviescoatesJ
    I use groups a lot and this sounds like a very useful feature to have.
  • Any issues with including NetData on the root server and as an app add-on?

    70
    5 Votes
    70 Posts
    14k Views
    C
    By default every agent can dispaly a dashboard for itself. You can however stream your metrics to a parent node and deactivate the web interface in the children nodes. This is the way I'm using it at the moment, my parent node is on Cloudron and all my children stream their metrics to it. The auth is done with an API key ( doc here ) I'm not sure actually how my metrics are reaching netdata behind the ProxyAuth. Maybe they stream as UDP and the proxy is only for TCP?
  • Mailing list feature: basic moderation

    mail
    7
    2 Votes
    7 Posts
    1k Views
    avatar1024A
    @girish said in Mailing list feature: basic moderation: I also feel this workflow is very specific to your request. Usually, people want real lists and moderators don't want to manually forward emails. Just my 2c. Perhaps it is specific to my workflow and I'm sure people would prefer real lists ...but I would imagine people would still prefer a basic / manual kind of moderation rather than none at all. Currently we have the option of either a list in which anyone can send to (including spammers), or a fully private list unreachable from external people. So I was looking for a technically simple way to achieve an in-between, even if basic and unperfect, for lack of a better solution likely to be available on Cloudron anytime soon (in a similar way when I proposed to implement private list, which it turned out was simple enough and so you - as always brilliantly - implemented the idea). But I get that in this case it's not so simple Thank you for looking into it anyway and for providing feedback.
  • Automatically Clean Emails

    Moved email
    7
    3 Votes
    7 Posts
    972 Views
    T
    @girish Would be amazing to have this feature yes
  • Block access to Cloudron by GeoIP

    Moved networking firewall
    4
    4 Votes
    4 Posts
    640 Views
    P
    @tgatellier I had to activate a Cloudflare DNS Proxy to achieve this on one Wordperss instance. Now I'm testing 8G Firewall suggested from @jagan . I think Cloudron should have some feature to achieve this ...
  • Ability to define a "report-only" Content Security Policy

    nginx reverseproxy
    1
    1 Votes
    1 Posts
    105 Views
    No one has replied
  • Configure Haraka for Mailman3

    Moved mail
    22
    3 Votes
    22 Posts
    3k Views
    avatar1024A
    @girish Sure that's completely understandable, thanks for the reply. Given that neither mailman or SYMPA seems straightforward to implement in Cloudron I might revive this thread to add a basic moderation function to Cloudron mailing list. I believe for security purpose this is the main missing feature and the proposed approached may not be too hard to implement with the current backend(?). What users still won't get is the ability for members to subscribe and unsubscribe by themselves, but an admin can do that manually so at least it is doable. Another thing that would be nice is to be able to create a list from a Cloudron Group (i.e. mailing list that contains emails of everyone in a group and that gets updated each time you add or remove a user from a group). I don't know how your database works and how easy that might be to implement. What do you reckon? (Again this can be done manually so not as important as moderation, but just something that would be nice and possibly doable if the info are easily retrievable from the user database in the backend.)
  • Custom 'Mail From' Domains

    1
    0 Votes
    1 Posts
    299 Views
    No one has replied
  • Deploy Cloudron on Akash

    1
    1
    1 Votes
    1 Posts
    162 Views
    No one has replied
  • Add ability to switch users in the Dashboard

    3
    0 Votes
    3 Posts
    421 Views
    jdaviescoatesJ
    @nebulon said in Add ability to switch users in the Dashboard: You cannot be logged in with different users within the same session into the OpenID provider. Well, (as per the link I shared) seemingly somehow I did manage to do that. I was logged into my dashboard as jdaviescoates, then I logged out and I was already logged in as uniteddiversity @nebulon said in Add ability to switch users in the Dashboard: So if an app has its own session handling, it is now independent from the OpenID provider session, so you could logout from that, and relogin with another user. That is the thing that currently actually seems impossible to do with lots of apps (e.g. Mastodon) on Cloudron at present (if you log out and then try to login again, it just logs you back in as the user you just logged out as).
  • email: autoconfig for autoconfiguration (example: via thunderbird)

    Moved Solved email thunderbird
    26
    5 Votes
    26 Posts
    7k Views
    A
    oh that might be my problem, none of my apps are in the bare domain. I'll add one and retest EDIT: Tests fine now, thanks!
  • Make it possible to enter RAM value instead of using slider

    8
    6 Votes
    8 Posts
    1k Views
    nebulonN
    Given that those values are not exact anyways giving the user a false feeling is also wrong. I guess https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range has the wording indicating the widget is the correct one to use here: Because this kind of widget is imprecise, it should only be used if the control's exact value isn't important.
  • Image Optimization: Add optipng and jpegoptim packages for each container.

    Solved
    13
    3 Votes
    13 Posts
    2k Views
    girishG
    @BetterWP a workaround for now till we update our base image is : In web terminal: mkdir -p /app/data/jpegoptim cd /app/data/jpegoptim wget https://github.com/tjko/jpegoptim/releases/download/v1.5.5/jpegoptim-1.5.5-x64-linux.zip unzip jpegoptim-1.5.5-x64-linux.zip chmod +x jpegoptim ./jpegoptim --help
  • Per-application access rules

    Moved networking firewall waf
    5
    5 Votes
    5 Posts
    798 Views
    necrevistonnezrN
    Now, combine this with something like Wireguard or Tailscale and limit access to certain apps (Vaultwarden, Nextcloud, etc.) to users connected to such VPN - that would be the dream
  • Event to Webhooks

    18
    9 Votes
    18 Posts
    3k Views
    necrevistonnezrN
    @Lanhild Thanks!!
  • List of VPS providers offering one-click Cloudron installation?

    cloudron
    2
    1 Votes
    2 Posts
    255 Views
    humptydumptyH
    https://www.cloudron.io/get.html [image: 1709745581798-9372718d-527e-405f-a6f9-865c87ec5920-image-resized.png]
  • App descriptions / instructions for users

    1
    3 Votes
    1 Posts
    134 Views
    No one has replied
  • ActiveSync / Push Notifications for Cloudron Mailserver

    20
    5 Votes
    20 Posts
    3k Views
    C
    @girish Seems like the package dependencies are all PHP related (php php-cli php-soap php-mbstring php-imap libawl-php php-curl php-xml php-ldap). I searched on one of my Ubuntu 22.04 LTS instances and all packages were available. I don't have Ubuntu 23 so I can't check that version specifically. Given these are fairly standard libs I would hope they will be available in subsequent Ubuntu releases (23+). FYI, installation details are here for Ubuntu 22.04: https://github.com/Z-Hub/Z-Push/wiki/Installation#Z-Push-on-Ubuntu-2204.