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

775 Topics 5.9k Posts
  • 2 Votes
    1 Posts
    78 Views
    No one has replied
  • [Backups] Ability to add multiple storage provider/location

    44
    23 Votes
    44 Posts
    8k Views
    SansGuidonS
    I'm also highly interested in such features, to the light of all backup failures faced by few folks including me recently and reported in the support and discussion forums. Could be indeed something as simple as using rclone.
  • Install/Set App locations to a subdirectory

    11
    4 Votes
    11 Posts
    1k Views
    L
    @girish said in Install/Set App locations to a subdirectory: example.com/blog Woops! yes, that is what I meant to write. Thanks!
  • Add Borg as backup option

    backups
    2
    4 Votes
    2 Posts
    413 Views
    infogulchI
    borg2 is in the works which reorganizes the storage backend to support any kind of remote storage, recently including everything supported by rclone.
  • System Info - CPU Usage chart

    graphs performance
    3
    1
    2 Votes
    3 Posts
    457 Views
    mmolivierM
    Hi @girish that's understandable, profiling is beyond what Cloudron is meant to do. However it would be useful if the charts would be more accurate. Imagine this usecase: You have an install with 10 apps. Suddenly there's a lot of incoming traffic on one of these apps, slowing the entire machine down. If this happens, at least you'd want to be able to quickly identify the app which should be stopped. Anyways, it's understandable that this doesn't get much priority given the amazing popularity on this thread
  • Replace DNS lookup with DNS resolve

    domains dns
    11
    0 Votes
    11 Posts
    1k Views
    potemkin_aiP
    @nebulon something is slipping out here... If it works from host abra-ka-da-bra.mydomain.com command, but does not from Cloudron - isn't it something specific to Cloudron implementation?
  • HAWKI - didactic interface based on the OpenAI API

    1
    0 Votes
    1 Posts
    93 Views
    No one has replied
  • Configure custom bounceback message

    Moved Solved
    4
    0 Votes
    4 Posts
    722 Views
    girishG
    @djxx ha ha, sorry I misunderstood The bounce message is sent from Cloudron for undeliverable messages. You can send randomaddress@domain.com and you will get that bounce back message. Going back to your original problem, if gmail is blocking you , the only way to unblock is to wait it out. From your original mail, you are getting blocked at IP level. This means that gmail most likely blocked your entire VPS provider range. You have to set up a relay to get out of this situation - https://docs.cloudron.io/email/#relay-outbound-mails . If your mail is only getting to spam (instead of IP blocked), then usually you have to just "wait" it out. From many years ago, we just sent email from cloudron.io to various gmail friends and asked the to mark as not-spam. After that, it started going through. But gmail is a black box, who knows what they do now.
  • Cloudron mailing list not recognizing PRVS tagging

    Moved mail prvs
    4
    0 Votes
    4 Posts
    680 Views
    girishG
    @Klaus Which email provider are you testing with? We can try to implement it.
  • Mailing List - answer to list not sender

    Moved mail mailing-lists
    6
    2 Votes
    6 Posts
    924 Views
    girishG
    Worthwhile reads - ``Reply-To'' Munging Considered Harmful and Reply-to-List, or Reply-to-All?
  • Backup time considers timezones incorrectly

    3
    1 Votes
    3 Posts
    366 Views
    E
    @girish said in Backup time considers timezones incorrectly: I think you are suggesting showing the Settings Timezone in the Backup Schedule UI, correct? If so, that's a good idea! Yes, that was what I was suggesting The timezone shown in the UI is based on browser timezone . If you had multiple admins, each in their timezones, then the UI shows the correct timestamps. I understand the logic, however, have a look at the screenshot. [image: 1725523216482-screenshot-backup-time.png] Seemingly, the backup starts at 1am, but it finishes before 1am, which is confusing. In fact, it took 24 minutes in this case, but I am in a different time zone now, 1 hour back.
  • Cloudron-wide search, not limited to apps (settings and more)

    1
    2 Votes
    1 Posts
    77 Views
    No one has replied
  • fido2support

    security
    57
    12 Votes
    57 Posts
    7k Views
    A
    also, if any of you have tested this, let me know. I wonna know how you tested and how it was. i've also PM'd @3246 to see if he could test it while I'm still trying to find a server. and I think I might have to open port636 but maybe not, because duo connects to your actual server, not tryed to authenticate there, it wants a connection to your actual real life server. i'm curious to see how this will actually work, or if cloudron has a docker container i'd put it in.
  • Move e-mail mailbox data to a mounted disk?

    email storage
    4
    1 Votes
    4 Posts
    718 Views
    potemkin_aiP
    @nebulon the doc might need to be updated systemctl stop|start docker docker.socket postgresql mysql nginx for the services. rsync --archive /mnt/old_root/home/yellowtent/boxdata /mnt/data/cloudron-mail/ for copying the data (mv when fails produce a whole set of problems to be resolved and can't be resumed). and the following commands to verify: find /home/yellowtent/boxdata/ -type f -printf "." | wc -c find /mnt/data/cloudron-mail/boxdata/ -type f -printf "." | wc -c diff -r -q /home/yellowtent/boxdata /mnt/data/cloudron-mail/boxdata
  • Archiving Apps

    Solved
    11
    4 Votes
    11 Posts
    2k Views
    J
    For the most part, everyone else covered my use case on this. Either the ability to download the file as a tar.gz, that isn't encrypted to store locally or external storage. To take this functionality a bit further down the road: Offload the app and environment settings to an external S3 storage, gui to view these on like the file explorer, view basic details (time offloaded, size, dates, view file contents). There have been times where I had a different version of an app, and I just needed to quickly grab the .env file. It would save a lot of time, to be able to view those files, without having to sift through backups and files.
  • Perhaps email should be an App?

    5
    3 Votes
    5 Posts
    618 Views
    marcusquinnM
    @girish Yup, nothing to say that a Cloudron "App" has to be a Docker Container.
  • Capability to tweak CORS config of an app

    reverseproxy cors
    6
    3 Votes
    6 Posts
    1k Views
    girishG
    @systemaddict I would check the app's configuration. Some apps let you change the CORS. It's not correct for system adminsto change CORS settings, this is a security issue waiting to happen.
  • Possible to schedule Auto App Updates on Specific Server time

    update timezone
    5
    0 Votes
    5 Posts
    668 Views
    D
    @nebulon a checklist of current apps will be ideal scenario
  • IPv6 only Cloudron

    Moved Solved
    24
    4 Votes
    24 Posts
    4k Views
    girishG
    This is implemented in Cloudron 8
  • Cloudron update - using wrong tag should not attempt the update

    4
    0 Votes
    4 Posts
    568 Views
    J
    @ekevu123 the manifest error here refers to the docker image manifest. That part of the error message is from your upstream docker registry and not generated by cloudron.