Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Discuss

Feedback, suggestions, anything else Cloudron related

1.1k Topics 9.7k Posts
  • Town

    13
    1
    5 Votes
    13 Posts
    2k Views
    marcusquinnM
    @g66lol Don't know anything about Veilid, but yeah, definitely some we-know-best vibes. Creators prerogative, I guess.
  • Hetzner finally offering S3 Object Storage

    12
    1
    8 Votes
    12 Posts
    2k Views
    andreasduerenA
    @marcusquinn Sorry missed that part
  • Running Cloudron at home with a Cable ISP (and hence no IPv4 address)

    4
    1 Votes
    4 Posts
    640 Views
    N
    You may also check this post if you are technically skilled with wireguard and a public VPS.
  • App wish list status

    2
    2 Votes
    2 Posts
    372 Views
    girishG
    @AartJansen it's a fair question. The app wishlist is just that - a wish list. The apps listed there are not part of our plans or roadmap. I recall we used to do an 'in progress' tag to some of the apps but this didn't work out well because we simply cannot promise when apps will get packaged. FWIW, we don't have some internal/private timeline for the apps to be packaged. Our main priority is always the platform and the updates of existing apps. New apps have low priority. If there is something we can do to make what I said clearer (to other/new users), we can adjust the forum accordingly. Maybe some header text, nav bar text...
  • Is Cloudron plan to add agentic apps?

    Locked ai
    2
    0 Votes
    2 Posts
    457 Views
    J
    Will lock this a dup of https://forum.cloudron.io/topic/12514/agentic-platforms-crew-ai-langflow-autogen
  • Persistent mail queue

    3
    0 Votes
    3 Posts
    532 Views
    N
    Thanks, I can confirm this. The mails just did not show up in the queue on the web frontend which I find a bit confusing.
  • Audio/video calls in react matrix

    7
    0 Votes
    7 Posts
    491 Views
    andreasduerenA
    @nebulon True, but he didn't specify what client he uses. Matrix does have the turn server set up and I found that a dedicated turn server works much more reliably.
  • 0 Votes
    4 Posts
    669 Views
    girishG
    @msbt yes, exactly. It will also get into error state only after some time (because it will retry a lot)...
  • How do you handle (auto/manual) updating apps with confidence?

    7
    2
    0 Votes
    7 Posts
    748 Views
    A
    @fbartels said in How do you handle (auto/manual) updating apps with confidence?: @joseph said in How do you handle (auto/manual) updating apps with confidence?: based on the update schedule Which just to have it said, could be adjusted to install a new version every hour. https://docs.cloudron.io/updates/#update-schedule
  • Mixpost Lite Install Guide for LAMP App

    28
    8 Votes
    28 Posts
    6k Views
    andreasduerenA
    @reactive said in Mixpost Lite Install Guide for LAMP App: Okay I managed to make it work, there was another typo in step 7, this is the correct script to make it work: #!/bin/bash # Place custom startup commands here sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan horizon & sudo -u www-data /usr/bin/php /app/data/mixpostapp/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 & fyi I'm just using it in the cron section: * * * * * cd .. && cd data/public/mixpost-enterprise-app && php artisan schedule:run >> /app/data/null 2>&1 @service cd .. && cd data/public/mixpost-enterprise-app && php artisan horizon
  • Hardware Refresh

    Solved dashboard
    3
    0 Votes
    3 Posts
    527 Views
    mpeterson0418M
    @BrutalBirdie Thanks for providing that information. Much appreciated!
  • Is It Possible To Keep A Backup For The Deleting App?

    2
    2 Votes
    2 Posts
    235 Views
    necrevistonnezrN
    I believe you mean the same thing that's discussed here as "archiving an app" (i.e download a backup and delete it), see https://forum.cloudron.io/topic/12256/archiving-apps And no, I don't think this is implemented yet.
  • 0 Votes
    3 Posts
    551 Views
    M
    Yeah, that makes sense. Thanks for the answer!
  • Ubuntu 24.04.1 Noble Numbat LTS - now available

    ubuntu 24.04.1 lts os
    2
    0 Votes
    2 Posts
    398 Views
    nebulonN
    This seems to be targeting the desktop flavor of Ubuntu 24.04. So this does not directly apply to Cloudron. For Cloudron, please follow https://docs.cloudron.io/guides/upgrade-ubuntu-24/
  • Dashboard > Domains: search box missing on one of my CR's

    Solved
    3
    2
    1 Votes
    3 Posts
    198 Views
    humptydumptyH
    @nebulon Ah, I didn't notice that difference. My homeservers have 11 domains as they reside on a subdomain of the main domain, so my.sub.domain.com. Any way, the search box brought on another idea. Cloudron-wide search from the dashboard! The shortcut / lets you start searching apps, but what if it lets you search for settings too? Similar to how iOS' search works. You type "accounts", you'll get results for the settings that have accounts page like Mail, and anything else related. I'll repost this as a feature request.
  • How to setup Hetzner Storage Box using SSHFS

    storagebox
    7
    1 Votes
    7 Posts
    2k Views
    jdaviescoatesJ
    @avatar1024 said in How to setup Hetzner Storage Box using SSHFS: I've had no more issue restoring using sshfs Good to know, thanks!
  • Archive an app

    Locked Solved
    20
    6 Votes
    20 Posts
    5k Views
    girishG
    This discussion is continued at https://forum.cloudron.io/topic/12256/archiving-apps
  • Catch-all mailboxes are being identified by many vendors these days

    6
    7 Votes
    6 Posts
    2k Views
    E
    That is so helpful, thank you! I used a catchall because I relied on it (for convenience, but still). I have now switched to wildcard aliases immediately and set up a catchall I will never look at. I appreciate the posting!
  • From NethServer to Cloudron

    2
    5 Votes
    2 Posts
    530 Views
    girishG
    Such posts are totally fine . Even if you migrate the other way around. I think all posts around Cloudron and selfhosting are welcome as long as discussion/posts are civil.
  • Bare Metal Server Backup/Rescue Software

    12
    2 Votes
    12 Posts
    2k Views
    C
    Final solution: Ventoy + Clonezilla + Anker USB Hub = Tested server restore from USB image! Future solution(s): Terraform (cattle ranching sounds like fun), NetBoot.xyz, Clonezilla with restore images stored on Amazon S3. Thanks to everyone for helping me solve this one!