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

670 Topics 5.2k Posts
  • surfer suggestions

    5
    2 Votes
    5 Posts
    400 Views
    R

    @nebulon My thinking for write protection was actually that it could - literally - use filesystem permissions rather than introducing a database. Check if the file is writable before deleting/writing, and fail if it isn't writable (or offer to override, which will have to chmod +w it)

  • Custom names for backups, like date-location+app_name-various_bits.zip

    1
    6 Votes
    1 Posts
    235 Views
    No one has replied
  • Per-App Tarball backups for when they fail with Rsync encrypted

    3
    2 Votes
    3 Posts
    325 Views
    marcusquinnM

    I need to get around to reading this too: https://community.hetzner.com/tutorials/install-and-configure-borgbackup

  • Improvement to backup status bar for better accuracy

    1
    3 Votes
    1 Posts
    156 Views
    No one has replied
  • Referrer-Policy header is overwritten

    Moved Solved
    5
    0 Votes
    5 Posts
    415 Views
    G

    @girish Indeed, the pad had ‘freely’ permission; but that should mean freely editable only to people knowing the URL. By clicking a link in the pad, the pad’s URL was made available to the owner of the linked website.

  • Domain Aliases

    Solved
    52
    5 Votes
    52 Posts
    4k Views
    girishG

    @marcusquinn they don't , no.

  • Monitoring and control of Cloudron mail server reputation.

    6
    9 Votes
    6 Posts
    707 Views
    jdaviescoatesJ

    @mdreira said in Monitoring and control of Cloudron mail server reputation.:

    maybe it would just be to add this application to cloudron (it is already packaged with docker) and join it with the mail server.

    I've just added it to the App Wishlist for good measure:
    https://forum.cloudron.io/post/26865

  • Do NOT default to "Visible to all users on this Cloudron"

    Solved
    5
    8 Votes
    5 Posts
    424 Views
    girishG

    This is implemented in 6.2

  • Official Multisite Support for the Wordpress app (managed and unmanaged)

    Solved
    21
    3 Votes
    21 Posts
    2k Views
    D

    @girish YAAAS so happy.

  • 3 Votes
    2 Posts
    265 Views
    girishG

    I have implemented this for 6.2 (next release).

    This was required as part of another feature - making it possible to restore Cloudron without updating DNS (https://git.cloudron.io/cloudron/box/-/issues/737). Currently, it is not at a domain level but at a global level (can always add it later).

    36323869-f451-4d35-9a4c-0bae5dc69231-image.png

  • LAMP app version with multiple mysql databases without need for custom app

    13
    0 Votes
    13 Posts
    681 Views
    girishG

    I think in theory we could isolate app containers to access only a specific db by restricting based on IP (which MySQL supports). MySQL already has an IP based rate limit for logins, this is why we haven't implemented it. Meaning, an app trying to guess another app's db credentials won't get very far.

  • Proposal: The CUR - Cloudron User Repository

    24
    14 Votes
    24 Posts
    2k Views
    girishG

    @hillside502 said in Proposal: The CUR - Cloudron User Repository:

    @girish said in Proposal: The CUR - Cloudron User Repository:

    App packages listed on the current App Store are all open source

    Confluence is not open source.

    I should have been clearer... I meant the packaging source code itself is opensource (i.e the docker file and the tests) but not the apps themselves. We actually many apps that are not open source - emby, teamspeak, the minecraft apps, the pre-installed smtp plugin in WP (was not opensource, but i have switched it to an open one now), probably forgetting more.

  • 1 Votes
    2 Posts
    355 Views
    girishG

    You can set flags on the email with sieve filters. I think this is only available in roundcube UI though.

    bf4f52b4-5648-41a9-aca2-f799daadb640-image.png

    Then, in thunderbird, you can highlight them accordingly - https://support.mozilla.org/en-US/kb/message-tags

  • App tile display to show Testing / Development / Live

    6
    3 Votes
    6 Posts
    377 Views
    marcusquinnM

    @nebulon Sure, tags are nice for filtering. I just thing those 3 specific tags could be labels for better visual review scrolling the whole list. Also, bear in mind they should be "OR" labels, so maybe it is a separate field to tags?

  • 0 Votes
    1 Posts
    273 Views
    No one has replied
  • Encryption of stored emails

    Moved
    20
    7 Votes
    20 Posts
    1k Views
    robiR

    @marcusquinn It's a more general tool as an attempt to fix and replace the issues with Email in general. It does that well.

    It just needs adoption.

    https://hacker10.com/computer-security/send-email-with-tor-i2p-and-gpg-using-confidant-mail/

    https://privacytools.io has other options too

  • Cloudns.net DNS support

    1
    4 Votes
    1 Posts
    255 Views
    No one has replied
  • Performance stats

    Moved
    5
    1 Votes
    5 Posts
    404 Views
    mmolivierM

    Maybe one of these? https://phoenixnap.com/blog/docker-container-monitoring-tools

    I'll look into Zabbix, thanks for the recommendation

  • Individual disclaimer for each emailaddress or using variables

    7
    5 Votes
    7 Posts
    623 Views
    marcusquinnM

    @paenzy I read somewhere that adding terms and disclaimers to emails made then "contractual", so in some cases and places it is better not to have them.

    I'm always interested in what's supposed to be law and what becomes hearsay law because lots of people do it and tell each other it should be done.

    I don't have experience either way but tend not to use email signatures from both habit and to be personable.

  • BTRFS snapshot based backups

    5
    0 Votes
    5 Posts
    522 Views
    M

    @muewe96

    Fwiw, btrfs has been used for / for years now as default on OpenSUSE. This post sheds light on why, with XFS the default for /home, on that distro.

    I started using the "snapper" snapshot tool on a btrfs / on a desktop machine in daily use just to get used to it, very happy so far - but not a vServer.