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

660 Topics 5.1k Posts
  • Filter by State of the app

    Solved
    14
    7 Votes
    14 Posts
    557 Views
    rmdesR

    @girish Yay thanks a lot !

  • 2 Votes
    8 Posts
    214 Views
    girishG

    @d19dotca Fixed for the next release, thanks for reporting.

  • Faster backups or more settings options for backups

    Solved
    8
    5 Votes
    8 Posts
    488 Views
    girishG

    For tgz, what we found is that the slowness is mostly because of the gz part and most of the cloud VPS are not very fast at this. And the whole tgz by it's nature is single core.

    For rsync, parallelism and buffer size were indeed a constraint. But these are both now configurable in the 5.5 and 5.6. Note that the concurrency her also depends much on the storage backend. For example, DO can handle only 20 at a time. But S3 can handle 1000s at a time. One has to experiment with the values a bit to figure the right number. Mostly s3 connectors don't publish ideal sizes and concurrency unfortunately.

  • Configuring Minio for several use cases

    Solved
    5
    1 Votes
    5 Posts
    349 Views
    robiR

    @girish said in Configuring Minio for several use cases:

    @robi said in Configuring Minio for several use cases:

    Several example configs could be provided which can be swapped out for various use cases (only one install needed)
    A new config UI could be adapted from OpenVPN

    Ideally, all this should come from the upstream app (given that it already has a UI). Maybe we can open up a feature request there? I am not sure why their admin ui is so "ignored".

    The UI is just a browser, and not a configuration system ;-/

    We just need to manage our own CLI configs.

    @girish said in Configuring Minio for several use cases:

    I pushed changes to allow custom config in new minio release.

    Thank you!

  • 1 Votes
    15 Posts
    439 Views
    mehdiM

    Never had an issue with cloudron in FF, neither in the Terminal nor here. I can confirm that I can just paste screenshots

  • Set tags during App install config

    2
    2 Votes
    2 Posts
    128 Views
    LonkleL

    I like this idea better UX flow. But it should be clear it’s an optional field.

  • 4 Votes
    7 Posts
    347 Views
    robiR

    @nebulon
    Thank you, you're amazing!

  • 5 Votes
    23 Posts
    2k Views
    LonkleL

    Oh, wanted to mention - despite PHPMyAdmin being worked on rn; if anyone has an interest in connecting a remote SQL client app (like Sequel Pro) to Cloudron apps on an app-per-app basis. Here are instructions to do so here: https://forum.cloudron.io/topic/3237/remote-sql-support-on-a-per-app-basis

    In my experience this is a much better, faster way to work with databases than PHPMyAdmin could ever dream to be.

  • Cloudron API web hooks

    1
    0 Votes
    1 Posts
    156 Views
    No one has replied
  • Dashboard Stats / Health

    17
    3 Votes
    17 Posts
    821 Views
    nebulonN

    @Lonk said in Dashboard Stats / Health:

    @jdaviescoates I signed up to the GIT. But I think either @girish or @nebulon have to give me permissions to make a repository or be added to one. I don't see the ability to do so anywhere.

    I've increased the project limit for your account now.

  • 5 Votes
    3 Posts
    188 Views
    LonkleL

    @girish https://www.ipdeny.com/ipblocks/data/countries/all-zones.tar.gz

    But I did get that from your blog post for 5.6: https://blog.cloudron.io/cloudron-5-6-released/ so maybe you're looking for better ones?

  • 0 Votes
    5 Posts
    199 Views
    LonkleL

    @robi Ahh, i completely understand now. This is a much complex level of what @girish and I are building right now with the VPN Client being one network you can choose to connect multiple other networks to. We’ve scoped that out pretty well so as we work on that and as it gets more fleshed out, I’ll update this ticket with advancements of how we might be able to have take this “sharing networks” basic concept further. I really like this train of thought though so I won’t forget it! ☺️

  • Add Network selections to each App

    4
    1 Votes
    4 Posts
    178 Views
    LonkleL

    Oh, interesting, I hadn't thought of those other use cases for this, but I really like that you brought them up, thanks for the feature request! I'll keep this thread updated with any development on that end if @girish doesn't beat me to it! ☺️

  • Organize Apps Into Folders Via Tags

    11
    2 Votes
    11 Posts
    547 Views
    LonkleL

    @atrilahiji I prefer the tag / label approach, and since tags are already built in, I figure they could pull this off first before getting into a more "drag and drop" kind of interface (as well as being able to toggle turning tag-based organization on and off).

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Bi-Directional 'Catch All' Emails

    Solved
    9
    1 Votes
    9 Posts
    573 Views
    robiR

    @girish I think the key point here is that simplelogin is self-hostable!

    https://github.com/simple-login/app#self-hosting

    So we can have this cake and eat it too! 🍰 😋

    I'll add it to the app request list here.

  • 2 Votes
    4 Posts
    145 Views
    nebulonN

    I've added a task in gitlab for this now at https://git.cloudron.io/cloudron/box/-/issues/738

  • Cloudron Favicon

    3
    3 Votes
    3 Posts
    171 Views
    girishG

    @nebulon anything here - https://bitwarden.com/help/article/website-icons/ ?

  • 0 Votes
    5 Posts
    301 Views
    LonkleL

    Thank you for the quick reply. But even in my testing environment, telling me my backup method is unsafe once a day is just a hassle to weed them out of the Cloudron update (valuable) notifications. I bet I can just trick Ubuntu into seeing the path as a volume to get rid of the notification.

    But for normal Cloudron users, I bet an option to acknowledge and disable the “backup is unsafe notification” would be valuable for them especially in their first non-production use of Cloudron (where I’m personally at for now).

  • 1 Votes
    2 Posts
    199 Views
    nebulonN

    I guess some webhook api could be supported. It is a bit of work though and lets first see if this feature is also relevant to more people.