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
  • File Manager Improvement Ideas

    filemanager
    3
    0 Votes
    3 Posts
    432 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
    528 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
  • Cloudron Build Service: Add ability to to install custom apps

    2
    2 Votes
    2 Posts
    402 Views
    LanhildL
    See https://forum.cloudron.io/post/83924
  • Arranging Apps

    Moved Unsolved
    26
    2 Votes
    26 Posts
    3k Views
    girishG
    @jdaviescoates yes, first by label if it exists. If label doesn't exist, then fqdn.
  • Faux bold & italic in the Cloudron dashboard and how to quick fix

    Solved
    3
    1
    3 Votes
    3 Posts
    323 Views
    nebulonN
    Fixed for next release with https://git.cloudron.io/cloudron/box/-/commit/8e4506382d77e1a167096012c5aebb4ad7cc8f79
  • Make Cloudron Restore dialog more Human friendly

    backups restore
    4
    5 Votes
    4 Posts
    514 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".
  • Is it possible to back up the software of an app but not its data?

    8
    1
    0 Votes
    8 Posts
    835 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
  • ZeroSSL: Alternative to Let's Encrypt ACME Provider

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    T
    I do not know, if this may be also interesting, so I just add the link. I noted it because it talks about private pki which might be interesting in my job but I personally don't need it. https://cert-manager.io
  • 2FA for all LDAP apps

    Solved 2fa
    47
    5 Votes
    47 Posts
    10k Views
    girishG
    I will mark this as solved. LDAP standard hasn't moved to support 2FA and neither have apps settled on a pseudo standard. There is not much we can do.
  • OTP request

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied
  • HOME=/app/data by default in terminal

    1
    5 Votes
    1 Posts
    94 Views
    No one has replied
  • Dragonfly DB AddOn

    1
    1 Votes
    1 Posts
    210 Views
    No one has replied
  • Limit CPU Graphs in 2/3 framing

    Moved graphs userinterface
    1
    1
    2 Votes
    1 Posts
    116 Views
    No one has replied
  • Improved global E-Mail signatures

    email
    3
    1
    1 Votes
    3 Posts
    337 Views
    andreasduerenA
    @girish said in Improved global E-Mail signatures: Is the idea to extend our current global signature to use template/variables (from the authenticated user sending the mail)? Practically, yes that would be amazing! Variables I would like to be able to use: First Name Last Name Email Company (Could come from the cloudron branding name) Job Titles (This would require an addition to the user database Profile Photo or image url for static images like logos etc.
  • App Backups don't preserve aliases or redirects

    Moved backups domains
    3
    3 Votes
    3 Posts
    176 Views
    robiR
    Yes, I can see how that would make sense, however, keeping the subdomains while allowing for the domain.tld to change is I think the best of both worlds. If there needs to be a checkbox at restore to keep or discard subdomains, that would be a bonus.
  • Improved User Management

    4
    1 Votes
    4 Posts
    542 Views
    mhgcicM
    @girish Yes and maybe if a call for it to pull fields from log-in providers like Google Workspace. I do know there was someone working on a registration page so people can register for accounts on a Cloudron server, but that was 2022 and has been dead since.
  • App Error / Status Page

    19
    3 Votes
    19 Posts
    2k Views
    nichu42N
    @robi I'm sorry to disappoint you, but the HTML files I created are very simple. The fancy stuff happens on the uptime kuma page. If you are still interested, here's the code: <!DOCTYPE html> <html> <head> <title>HTTP 503 - Service unavailable</title> </head> <body> <center> <h1>HTTP 503 - Service unavailable</h1> <p><b>Ooops, sorry. The service you requested is not loading at the moment.<br> Hopefully it's just a restart as part of regular maintenance, so</b></p> <h2>please try again in a few minutes.</h2> <p><b>If you keep getting this error message, please visit our <a href="https://status.42bit.io">status page</a>, which usually has more details about longer outages.</b></p> <p>If you think the 42bit.io / blueplanet.social admin should have a look at this, please reach out to <a href="mailto:admin@42bit.io">admin@42bit.io</p></a> </center> </body> </html> <!DOCTYPE html> <html> <head> <title>HTTP 404 - Not found</title> <meta http-equiv="refresh" content="15; url='https://42bit.io'" /> </head> <body> <center> <h1>HTTP 404 - Not found</h1> <p><b>Sorry, I cannot find what you were looking for.</b></p> <p><b>All I can do is redirect you to my <a href="https://42bit.io">home page</a>, which I will try in a few seconds.</b></p> <p>If you think the 42bit.io / blueplanet.social admin should have a look at this error, please reach out to <a href="mailto:admin@42bit.io">admin@42bit.io</p></a> </center> </body> </html>
  • 2 Votes
    29 Posts
    4k Views
    bmannB
    I think git link / image registry link is the most flexible. Essentially it could run the code that Cloudron CLI runs anyway.
  • Any way to show which site is currently being used on the Dashboard?

    5
    0 Votes
    5 Posts
    540 Views
    BrutalBirdieB
    @girish Trrruuueeee but . . . errr. . . Still would be a cool option for maintenance tasks, so you can announce them.