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

671 Topics 5.2k Posts
  • Disable spamassasin

    1
    1 Votes
    1 Posts
    183 Views
    No one has replied
  • 0 Votes
    4 Posts
    366 Views
    LonkleL

    Note: I believe this will also allow me to host a main TLD at one Cloudron and all of it's subdomains at another. Which would be a further benefit to users.

  • Make Admin Path manually configurable for all apps

    13
    2 Votes
    13 Posts
    948 Views
    LonkleL

    @robi I don't touch dashboard code. I wouldn't mind doing a PR for the Wordpress (Developer) project to add this but to be applicable to all users dashboard code would be needed since "admin urls" are technically changeable.

    I don't think @girish should accept anything less than me doing a PR for making the fields customizable. And...okay, now that I've thought about it, if Girish isn't against the PR for the dashboard change, then I'm down to code it.

  • 3 Votes
    3 Posts
    204 Views
    d19dotcaD

    @girish I think so? I'm not sure if there's a better way or not. But that'd be at least a start, better than nothing. haha. 🙂

  • New Relic Integration

    10
    0 Votes
    10 Posts
    733 Views
    ?

    New Relic is proprietary analytics trackers et al:-

    https://reports.exodus-privacy.eu.org/en/trackers/130/

    Not to be trusted for embedding into Cloudron!

  • Request: A CLI flag to skip the "reboot y/n" question on Cloudron installation

    Solved
    7
    1 Votes
    7 Posts
    661 Views
    girishG

    Haven't tried but echo "yes" | ./cloudron-setup probably works as well to automate reboot.

  • List deleted apps in a "Recycle Bin"

    2
    8 Votes
    2 Posts
    205 Views
    d19dotcaD

    @atrilahiji I definitely like this idea! I know I've had to delete an app the odd time that I'm not sure if I will need later or not. My workarounds so far are to change the URL of the app to something like "app-old" or to make sure I download the backup info file first before deleting the app. Your idea is much cleaner and would be an awesome addition! It will allow for extra redundancy if for example we delete an app so it can be replaced by a new app at the same URL and something goes wrong, we can quickly revert back in such a case.

  • :( Something has gone wrong

    Solved
    15
    5 Votes
    15 Posts
    865 Views
    marcusquinnM

    @nebulon Ahhh @robi was making a funny 🙂

  • Is the text "Running" superfluous?

    13
    5 Votes
    13 Posts
    801 Views
    robiR

    @scooke comrade! 😆 🇷🇺

  • Bulk Edit of app permissions

    Solved
    6
    0 Votes
    6 Posts
    445 Views
    BrutalBirdieB

    @girish Ahhhh yes this works! Thank you very much.

  • Ability for spam messages to not be forward via mailing list

    Solved
    10
    3 Votes
    10 Posts
    913 Views
    d19dotcaD

    @girish - this is not possible to do unfortunately in Cloudron it seems, but kindly tell me if I'm doing something wrong here.

    The redirect works for filtering out spam, in other words only non-spam messages get through to the endpoint email using a filter like this:

    # rule:[Forward non-spam messages] if allof (not header :contains "x-spam-status" "Yes,") { redirect "<externalEmailAddress>"; }

    However, all messages marked as spam still save in the mailbox regardless of any filters I set to discard them. In my case, I want the spam messages to be discarded/deleted automatically as there's no sense in them remaining in the "forwarding only" mailbox. It seems maybe there's a priority filter going on elsewhere in Cloudron that's overriding my sieve filter?

    Using a filter like this:

    # rule:[Discard spam messages on arrival] if allof (header :contains "x-spam-status" "Yes,") { discard; stop; }

    ... will still save the email in the Spam folder. I've tried variations of it too but no-dice. Basically I can't get any filters to work when it's an identified spam message, only filters when it's NOT spam.

    Here's a way to reproduce it:

    Set this filter in Roundcube: # rule:[Discard spam messages on arrival] if allof (header :contains "x-spam-status" "Yes,") { discard; stop; }

    Send a message to the email account using the GTUBE string which SpamAssassin automatically marks with 1000 points, it's basically a test for spam filters: XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X

    See if the message is really discarded per the sieve filter or if it's still arriving in the Spam folder. In my cases, they still arrive in the Spam folder which seems to be incorrect behaviour.

    Edit: I wrote a dedicated bug for this instead: https://forum.cloudron.io/topic/5189/can-t-discard-spam-messages-on-arrival-using-sieve-filters/1

  • Failed LE Certs due to DNS config change

    8
    1 Votes
    8 Posts
    514 Views
    robiR

    Right, if Cloudron is no longer in control of a domain, switch that domain to manual or No-OP so all the other expected things don't keep failing.

  • Vultr DNS

    Solved
    3
    2 Votes
    3 Posts
    413 Views
    girishG

    Added in 6.3

  • hCaptcha on Login Forms

    8
    0 Votes
    8 Posts
    507 Views
    nebulonN

    I think enabling 2fa on your Cloudron will prevent brute-forcing already and the validation REST call on the server is pretty light-weight, so I don't think adding a captcha will be of great benefit.

  • Cloning from backup does not include the custom icon assigned

    Moved Solved
    7
    2 Votes
    7 Posts
    416 Views
    d19dotcaD

    @girish Always so quick to fix these things - thank you so much for your attention to this as always! 🙂

  • Backup / Sync with Nextcloud

    4
    0 Votes
    4 Posts
    414 Views
    nebulonN

    @krashdeez-0 I would recommend to use a minio instance on another server for backups. This is widely used already by our users and is a lot more stable than Nextcloud.

  • Clone a Live Local App

    6
    5 Votes
    6 Posts
    552 Views
    robiR

    @marcusquinn Yeah, I have another idea once differential backups become available..

    Have the template App be backed up locally, while others remotely, keep things fast.

    Let's see which we get first.

  • Cloudron First Use Instructions Modal

    13
    6 Votes
    13 Posts
    681 Views
    girishG

    @marcusquinn yes, I think for a start if it's just a simple popup with some customizable markdown, I think it's easy to add this.

  • Network usage monitoring

    9
    4 Votes
    9 Posts
    688 Views
    robiR

    @hillside502 yes, would be cool to map home networks and the upcoming Cloudron Multiserver.. and any ActivityPub App federations.

  • [Minor cosmetic change] Icons width in store's sidebar

    Solved
    6
    2 Votes
    6 Posts
    437 Views
    nebulonN

    Fixed now 😄