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

659 Topics 5.1k Posts
  • 2 Votes
    5 Posts
    214 Views
    girishG

    This was added in 5.1

  • 0 Votes
    7 Posts
    358 Views
    girishG

    Members only flag was added in 5.2

  • 3 Votes
    8 Posts
    469 Views
    nebulonN

    If this is disabled or archived, this also means that it is still "known" to the system, currently the data simply is not removed from the disk, but other relevant information is purged from the database.
    So I agree, that deleting an account should also delete the mailbox data, if there is no proper way to restore that (currently you have to create a new mailbox record with the same mailbox handle and magically the data comes back). For that some archived state could be the solution to have a structured way to restore.

  • 0 Votes
    13 Posts
    1k Views
    M

    good points, thanks, gonna switch to cifs then! ๐Ÿ™‚

  • 2 Votes
    2 Posts
    256 Views
    girishG

    Indeed, currently catch-all has to have the feature to set mailboxes across domains (like aliases).

  • 0 Votes
    9 Posts
    532 Views
    marioM

    @jdaviescoates ๐Ÿ™‚

  • 0 Votes
    3 Posts
    341 Views
    d19dotcaD

    @nebulon For sure, yeah I figured it may need more interest before it's implemented, and realistically I'm probably the only Cloudron user who's hosting on LunaNode (though I'd love to know if others are too), as I think LunaNode is a nice hidden gem that's not overly used yet and I switched to them recently as I had heard great things and their pricing is pretty good. Brief recommendation at the bottom for anyone interested. I'll let them know too about Cloudron in case they can do anything to help out too. ๐Ÿ‘

    On the topic of DNS at LunaNode though... it seems pretty awesome from what I can tell, as it has integrated load balancing and failover which is perfect and works with their included monitoring feature too (which is like Uptime Robot but provided by LunaNode), and so if my monitor fails and I have a second DNS entry, it'll automatically remove the failed one from the DNS records temporarily until it's back online, giving only the backup DNS entry for the "hot standby" server. Hoping to take advantage of those features in the not too distant future if it's feasible for me to run a second "hot standby" server. Waiting on Cloudron to add in some functionality to clustering which I think is coming in v6. ๐Ÿ˜‰ Once that's there, I hope to be able to do that. Nudge nudge. haha.

    ๐Ÿ—ฃ Brief recommendation based on my initial tests so far for other Cloudron users who want a good inexpensive hosting provider: I recently moved my Cloudron server from OVH to LunaNode to test out their performance, and the exact same Cloudron server in OVH used to take 10 minutes to fully come online after a reboot in OVH, and having restored that same server in LunaNode it now takes only 2-3 minutes to fully come online. That's also with some memory-intensive applications like Mastodon and NodeBB (which are always the last two to start in my environment given their resource usage). Same 8 GB nodes between OVH and LunaNode too. This performance improvement now cuts my downtime after reboots for security updates by almost 75%! That's my brief recommendation for LunaNode. haha.

  • Dynamic addons

    Moved
    4
    1 Votes
    4 Posts
    303 Views
    girishG

    @murgero (you probably know this but just writing it out for the wider audience)...

    Cloudron was primarily made to install and manage pre-packaged apps. This meant that addons were defined by the package and we don't want end users to make difficult decisions as to what database to use and what caching backend to use. Lesser choices cover 90% of the use cases.

    But over time, we saw a lot of demand about custom apps. And thus LAMP app and even allowing custom packages. And now we probably also need dynamic addons (ie. select which database post installation or just before installation). While this is doable, this moves Cloudron more and more into PaaS territory. My initial instinct is that it's fine to venture into this space and maybe cover 90% of the use cases but we have to think through it ๐Ÿ™‚

  • 1 Votes
    2 Posts
    255 Views
    girishG

    This is possible but will increase complexity in deploys and maintenance. I have also noticed that MySQL changes things between patch releases a lot. Maybe because their release numbers don't follow semver .

  • 0 Votes
    5 Posts
    247 Views
    R

    Good morning,

    that sounds acceptable for me.

    Have a nice day!

  • 0 Votes
    3 Posts
    222 Views
    d19dotcaD

    @girish yes, thatโ€™s a much better idea. Essentially the ability to โ€œswapโ€ app instances, or in other words the ability to easily promote from staging app instance to production app instance on the same server. Thatโ€™d be ideal. ๐Ÿ™‚

  • 0 Votes
    4 Posts
    271 Views
    girishG

    Yeah, email ids don't go via LDAP. Email ids and aliases are restricted because in other email systems people can use _, - and + as subaddress. Cloudron only supports + right now but might extend it to - and _.

    @nebulon IIRC, the _ restriction comes when we had 1-1 mapping between username and email. Maybe it's not relevant anymore. I am more open in allowing it in usernames than mailbox names.

  • 3 Votes
    7 Posts
    383 Views
    ?

    Firefox Monitor Server -- breach data is powered by haveibeenpwned
    https://github.com/mozilla/blurts-server
    https://monitor.firefox.com/

  • 0 Votes
    2 Posts
    109 Views
    girishG

    I like this idea! I have sorted the graphs by usage for now.

  • 1 Votes
    4 Posts
    297 Views
    T

    I absolutely would love this option - and by "option" i mean like maybe we can make it "optional". So that you can activate on your cloudron if you want, but if you don't want thats fine as well!

  • multiple domains to one app

    Moved Solved
    7
    0 Votes
    7 Posts
    525 Views
    imc67I

    This is awesome!!! Thanks @nebulon

  • App bind address

    Moved Solved
    5
    0 Votes
    5 Posts
    2k Views
    yusfY

    Thanks for clarifying. I could do that, but Iโ€™m only looking to put certain apps behind IP restriction, not all of them.

  • Backup: compress mysqldumps

    Moved
    9
    1 Votes
    9 Posts
    618 Views
    necrevistonnezrN

    Maybe we could at least introduce an optimization of the databases from time to time. The size of the referenced "ttrss_entries" table went from an insane 1,238 MB (!) to 583 MB after optimization.
    The following command, maybe via a button, should to the trick:

    mysqlcheck -Aos --user=${MYSQL_USERNAME} --password=${MYSQL_PASSWORD} --host=${MYSQL_HOST};

  • 2 Votes
    11 Posts
    1k Views
    girishG

    @necrevistonnezr Still evaluating what is the best option to update existing installations. Most likely we won't do dist-upgrade automatically. Also, new installations will default to 18.04.