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.5k Posts
  • What do you do?

    Pinned
    70
    6 Votes
    70 Posts
    26k Views
    O
    @ei8fdb I work at Cowchain.io, where we're focused on developing Web3 solutions. I think your idea for a survey is really interesting—it would be great to see what kind of users are using Cloudron and their different backgrounds. It’s always a challenge for those of us in tech to break free from the big tools, but getting a better understanding of user motivations could be a key part of the conversation. Here's a link to our company if you're curious: Cowchain.io.
  • Show me your dashboard :)

    Pinned
    60
    2
    6 Votes
    60 Posts
    13k Views
    SansGuidonS
    yes it is a custom package, but I use slskd as part of the Dockerfile https://gitea.zoemp.be/sansguidon/soulseek-cloudron/src/branch/slskd/Dockerfile.cloudron
  • LDAP Schema?

    ldap authentication user directory user management
    6
    0 Votes
    6 Posts
    42 Views
    nebulonN
    There is indeed no documentation for the schema as such Mainly the ldap server is tailored for the apps which authenticate against it and the attributes are not configurable. Due to lack of documentation, the only way to figure out the responses is by looking at the code, which may or may not help. The resonse attributes for a search query is essentially at https://git.cloudron.io/platform/box/-/blob/master/src/ldapserver.js?ref_type=heads#L166 while the supported DNs (which are also hardcoded) can be found at https://git.cloudron.io/platform/box/-/blob/master/src/ldapserver.js?ref_type=heads#L646 following.
  • Running Cloudron on eMMC – How to Reduce Writes?

    2
    1 Votes
    2 Posts
    31 Views
    nebulonN
    It is a bit to tinker, but you can see all locations Cloudron mostly writes to at https://docs.cloudron.io/storage/#default-data-directory and you could relocate those to the M.2 drive then (see relocate section in the docs page) Further for swap you may also just add the swapfile onto the M.2 drive.
  • Who is selling hosted (and supported) Cloudron servers?

    hostingprovider
    13
    8 Votes
    13 Posts
    2k Views
    robiR
    Looks like mooCloud split/dissolved into JAMflow https://jamflow.cloud/moocloud What all other Cloudron providers took up their slack?
  • Cloudron Packaging Feeback Q&A

    cloudron feedback
    2
    0 Votes
    2 Posts
    39 Views
    L
    I would like to change some of these already. I want to ask which apps they might like to package in the future, and also what we could do to encourage more packagers to try.
  • .ptar a modern alternative to .tar.gz

    3
    3 Votes
    3 Posts
    77 Views
    SansGuidonS
    It seems available only on their development branch, installable using go https://plakar.io/posts/2025-06-27/it-doesnt-make-sense-to-wrap-modern-data-in-a-1979-format-introducing-.ptar/ $ go install github.com/PlakarKorp/plakar@v1.0.3-devel.c7a66f1 I believe the requirement is mainly Go version 1.23.3 (via https://www.plakar.io/docs/main/quickstart/)
  • 6 Votes
    6 Posts
    165 Views
    E
    @necrevistonnezr this looks slick, going to look in to when I get a sec
  • Track my location ?

    20
    2 Votes
    20 Posts
    502 Views
    timconsidineT
    @Joseph ooops thanks for letting me know! will fix
  • AI on Cloudron

    a.i
    252
    2 Votes
    252 Posts
    119k Views
    L
    US$4000 mini super computer: https://wccftech.com/nvidia-mini-supercomputer-the-dgx-spark-launches-this-month/
  • Mounting directory of other cloudron app?

    Moved sftp sftpgo volumes
    2
    0 Votes
    2 Posts
    64 Views
    girishG
    On Cloudron, the only way to share directories is using Volumes . Is it possible to reorg your setup to use Volumes ? You might also have to use https://docs.cloudron.io/apps/#data-directory
  • Deploying Anubis (AI Crawler Filtering) on a Cloudron Server

    3
    2 Votes
    3 Posts
    174 Views
    ?
    You could technically place Anubis on your existing VPS as a reverse proxy in front of Cloudron, but you'd need to ensure that the proxy passes headers and SSL correctly to avoid breaking Cloudron services. Have you tested if Cloudron’s built-in reverse proxy supports custom middleware or chaining with another proxy? If not, isolating Anubis to only specific subdomains via your external Nginx setup may be the safer route.
  • Intranet & VPN app

    Moved
    6
    1 Votes
    6 Posts
    248 Views
    necrevistonnezrN
    @cpa If you blacklist heavily, that means you cannot use the mail server anymore, correct? As servers delivering incoming mail cannot connect anymore….
  • 4 Votes
    3 Posts
    293 Views
    necrevistonnezrN
    New address: https://pinokio.co/
  • Cloudron OS settings/security and "enterprise" focus

    6
    6 Votes
    6 Posts
    190 Views
    BushidoB
    Thank you for sharing your perspective – I’ll look into this further.
  • SendGrid is over, what to use instead?

    Moved
    22
    2 Votes
    22 Posts
    1k Views
    B
    Well, I've just configured SMTP2Go in my Cloudron. I've got 2 domains managed by my Cloudron. So far test emails seem to have worked, so hoping it'll work going forward. Thank you everyone for your input!
  • 1 Votes
    4 Posts
    518 Views
    robiR
    Well that is interesting.. is should be able to be a web-app since it's written in JS/CSS & Vue. It's being packaged with Electron to be a binary, but I see no reason it can't be an app or even cloud connected app-as-a-service. UPDATE: This issue on their Github answers that question.
  • Considerations when backing up on Ubuntu 18, but restoring to Ubuntu 22?

    Solved
    5
    0 Votes
    5 Posts
    670 Views
    jamesJ
    Closed due to inactivity
  • seeking server set up advice

    12
    1 Votes
    12 Posts
    536 Views
    S
    @ccfu said in seeking server set up advice: intuitive I like that, thank you @ccfu said in seeking server set up advice: Hetzner I just gave them a serious look and impressed with what I seen, will be looking again tomorrow, thanks again
  • Cockpit

    Moved
    13
    0 Votes
    13 Posts
    3k Views
    H
    So has anyone been running cockpit on Cloudron? If so, what has your experience been like?