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

659 Topics 5.1k Posts
  • Deploy Cloudron on Akash

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

    3
    0 Votes
    3 Posts
    90 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).

  • 5 Votes
    26 Posts
    4k 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!

  • 6 Votes
    8 Posts
    353 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.

  • MySQL and Postgresql as standalone apps

    19
    10 Votes
    19 Posts
    963 Views
    ChristopherMagC

    @Lanhild Fyi, for me long term I think implementing PostgREST as a cloudron app is what I will eventually be aiming for as for me I am focused on postgresql and this app would eliminate the need for any code maintained by me in the cloudron app and just have my code in postgresql itself with the app dynamically building rest endpoints based on the code in postgresql.

    The tcp proxy solution if possible would be useful separately as it would allow us access to MySQL, Mongodb, Postgresql, Redis, etc. directly via proxying the respective cloudron app service.

  • 3 Votes
    13 Posts
    381 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
    5
    5 Votes
    5 Posts
    191 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
    1k Views
    necrevistonnezrN

    @Lanhild Thanks!!

  • 1 Votes
    2 Posts
    92 Views
    humptydumptyH

    https://www.cloudron.io/get.html

    image.png

  • 6 Votes
    8 Posts
    375 Views
    S

    Thanks @d19dotca and @girish

    Would love to see streamlined options for Local "desktop/workstation" backups and restore process for apps and Cloudron.

    I believe there is a large segment of non tech savvy users who want to use something like Cloudron (for instance those interested in de googling/ taking control of their data) who currently will not because backing up using buckets adds significant cost and overhead. The cost of a Cloudron license, server rental and bucket adds up quickly and for many having a manually saved backup is enough. It makes it easier to justify purchasing a Cloudron license.

  • App descriptions / instructions for users

    1
    3 Votes
    1 Posts
    73 Views
    No one has replied
  • 5 Votes
    20 Posts
    1k 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.

  • File Manager Improvement Ideas

    3
    0 Votes
    3 Posts
    101 Views
    jdaviescoatesJ

    Yeah, I was going to say the same as @girish - it's already possible both to extract files and to change ownership.

    However, this is a quirk that I think could be improved:

    If I upload a .zip it gets www-data ownership. But then after extracting it the extracted folder is owned by root and then needs changing to www-data. It's be better if it was just www-data in the first place.

  • Query app status without token

    4
    2 Votes
    4 Posts
    127 Views
    girishG

    @Lanhild yes, the health value is obtained from the healthcheck. We have a "health checker" which polls apps every 10 seconds . If the app responds to the healtcheck attribute, it gets the state 'healthy'. If it didn't respond, it waits for around 20 mins to mark it as 'unhealthy'.

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    15 Views
  • 2 Votes
    2 Posts
    155 Views
    LanhildL

    See https://forum.cloudron.io/post/83924

  • Arranging Apps

    Moved Unsolved
    26
    2 Votes
    26 Posts
    565 Views
    girishG

    @jdaviescoates yes, first by label if it exists. If label doesn't exist, then fqdn.

  • 3 Votes
    3 Posts
    66 Views
    nebulonN

    Fixed for next release with https://git.cloudron.io/cloudron/box/-/commit/8e4506382d77e1a167096012c5aebb4ad7cc8f79

  • 5 Votes
    4 Posts
    108 Views
    robiR

    @girish said in Make Cloudron Restore dialog more Human friendly:

    Is there any easy fix which does not involved coding?

    Yes, have the pattern available in the textbox so it's obvious what is expected.

    It's more the "backup date/box ver file" than just a "path".

  • 0 Votes
    8 Posts
    200 Views
    jdaviescoatesJ

    @robi said in Is it possible to back up the software of an app but not its data?:

    you can always install older versions of apps by specifying the version number in the App store

    @girish said in Is it possible to back up the software of an app but not its data?:

    @scooke there is no need to back up the code. Cloudron packaging methodology means that code is immutable (readonly). Everyone is using the same code and the code is stored in the docker hub images.

    What they said ☝ Hence why I asked as that was my understanding 🙂