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
  • set default server mail address via UI/Setting

    14
    1 Votes
    14 Posts
    386 Views
    necrevistonnezrN

    Thank you very much!

  • OSquery for better Cloudron monitoring

    3
    3 Votes
    3 Posts
    86 Views
    robiR

    @Kubernetes Glad you like it, the eBPF stuff is a nice use case. (finally)

  • 2 Votes
    3 Posts
    87 Views
    sponchS

    @girish Thanks. That could possibly do the trick. Maybe as an option to the current behavior.
    In my understanding, this is the expected behaviour of a mailing list. But maybe I'm wrong - it's been a while since I was last active in mailing lists ..... 😉

  • 4 Votes
    3 Posts
    67 Views
    robiR

    A month ago! Oh JOY! 😹

    We love it when you surprise us @nebulon !

  • 5 Votes
    4 Posts
    166 Views
    marcusquinnM

    👍 Good point. This is the way I like to work, too, when available.

  • 1 Votes
    2 Posts
    58 Views
    girishG

    We don't have this feature yet to specify the healthcheck path in the app proxy. I will move this feature request.

    Thanks for the suggestion!

  • 5 Votes
    45 Posts
    2k Views
    necrevistonnezrN

    Super!
    I have used this script now via cron and everything seems to work fine, including a significant reduction of "denied" mail attempts in the mail log.

    I've added the following lines to keep the last 20 url lists, compressed with 7z (which I prefer for compression), for analysis (if needed):

    7z a -mx9 "${current_datetime}.7z" "formatted_$output_file" rm "formatted_$output_file" rm "$output_file" ls -td *.7z | grep -v '/$' | tail -n +20 | while IFS= read -r f; do rm -f "$f"; do>

    Also: If you use the script, don't just blindly add url-lists. I already managed to lock myself out once by adding the "standard" Firehol list (https://iplists.firehol.org/files/firehol_level1.netset)

  • 8 Votes
    9 Posts
    1k Views
    ?

    Miniflux also uses apprise ! I'm interested to have it on Cloudron 😌

  • 3 Votes
    11 Posts
    632 Views
    necrevistonnezrN

    Can we revisit this? Allowing some code in the (html) header of all apps would be enough, I think (and awesome)

  • Improve DNS updates to avoid rate limits

    Solved
    18
    0 Votes
    18 Posts
    445 Views
    robiR

    @girish You're right, I think not.

    Currently the app is NOT in a 'Running' state if any failures occur.

    An alternate method would be to bring up the app anyway (as long as the primary subdomain is up, and continue to resolve the failed API calls until some 'threshold' (then alert) or it succeeds and all is well.

    No need to ignore the failed ones, they just try again async as with your API rate backoff code, or at the next addition of a new sub if you want to be less proactive and more lazy. (The non working subs, if used will draw attention back to the app anyway.)

  • 2 Votes
    5 Posts
    325 Views
    girishG

    @DualOSWinWiz it's not there, no.

  • proxyAuth addon API keys

    1
    1 Votes
    1 Posts
    57 Views
    No one has replied
  • DNS provider InternetX/AutoDNS/Schlund

    5
    4 Votes
    5 Posts
    309 Views
    BrutalBirdieB

    Regarding a helping hand for autodns:

    acme.sh does support dnsapi cert generation for autodns maybe this code can help developing.
    https://github.com/acmesh-official/acme.sh/blob/master/dnsapi/dns_autodns.sh

    Also acme.sh has MANY more dnsapi supports:
    https://github.com/acmesh-official/acme.sh/tree/master/dnsapi

  • 0 Votes
    1 Posts
    58 Views
    No one has replied
  • 2 Votes
    10 Posts
    226 Views
    bmannB

    Yeah, the access key is what is going to check if the domain is there. I think "Skip nameserver validation for custom Route53 NS names" would get me there 🙂

    And all of the DNS and Email stuff...I totally understand how difficult it is to give less technical users the ability to even USE this stuff, as well as support slightly more advanced users. You're doing a great job!

  • 4 Votes
    2 Posts
    103 Views
    nebulonN

    The filemanager has gotten no attention for mobile use, as I mostly saw that as a sysadmin tool and not something one would use on a phone. Generally mobile use of the dashboard as an admin is a bit rough 😕

  • Backup: Add Backup Size

    Locked
    2
    1 Votes
    2 Posts
    89 Views
    girishG

    Dup of https://forum.cloudron.io/topic/6236/record-backup-size-estimate-in-backup-metadata , I think.

    But this feature is coming...

  • Automatically sync DNS when enabling IPv6

    2
    2 Votes
    2 Posts
    71 Views
    girishG

    @BrutalBirdie said in Automatically sync DNS when enabling IPv6:

    Right now you either have to just wait for it to happen some time

    Actually, it never happens automatically (this might appear to be automatic if you had Dynamic DNS enabled).

  • Cloudron Docs - Community Guides

    14
    4 Votes
    14 Posts
    468 Views
    J

    @girish Awesome, thank you! I'll fork the changes and have some items as drafts and will submit a PR when I get them updated.

  • New app install CPU share : change default

    12
    1 Votes
    12 Posts
    304 Views
    girishG

    @jdaviescoates yes, that's my understanding. setting it all to 50% means you are not giving any app any "preference".