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

729 Topics 5.5k Posts
  • Cloudron Build Service: Add ability to to install custom apps

    2
    2 Votes
    2 Posts
    282 Views
    LanhildL

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

  • Arranging Apps

    Moved Unsolved
    26
    2 Votes
    26 Posts
    2k 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
    3 Votes
    3 Posts
    189 Views
    nebulonN

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

  • Make Cloudron Restore dialog more Human friendly

    4
    5 Votes
    4 Posts
    333 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
    0 Votes
    8 Posts
    498 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
    883 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
    47
    5 Votes
    47 Posts
    7k 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
    105 Views
    No one has replied
  • HOME=/app/data by default in terminal

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

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

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

    3
    1 Votes
    3 Posts
    232 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
    3
    3 Votes
    3 Posts
    139 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
    383 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.

  • Backup Improvements: Restic Backend

    Moved
    35
    19 Votes
    35 Posts
    4k Views
    girishG

    @necrevistonnezr that's an excellent post which I forgot about! I just proceeded to set up a backup of my laptop with restic+minio. Let's see how it goes!

  • 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
    3k 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
    308 Views
    BrutalBirdieB

    @girish Trrruuueeee 😄 but . . . errr. . .
    Still would be a cool option for maintenance tasks, so you can announce them. 🙂

  • Private Docker Registry - Support multiple private registries

    7
    5 Votes
    7 Posts
    651 Views
    fbartelsF

    In the documentation is an example for using Gitlab for auth instead: https://docs.cloudron.io/apps/docker-registry/#without-cloudron-directory

    But I don' t think there is way with the app to skip auth for local users only.

  • Add a 3rd Party section after App Store

    15
    4 Votes
    15 Posts
    2k Views
    robiR

    @MooCloud_Matt said in Add a 3rd Party section after App Store:

    i really think that installing an custom app from UI is easy, as API are there to do that.

    Have you made any progress on this for a single custom app?