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


Skip to content

Support

Get help for your Cloudron

3.2k Topics 22.5k Posts
  • Open the port 8000

    Solved networking
    10
    1 Votes
    10 Posts
    1k Views
    girishG
    @estudios507 If you want to open up an arbitrary port like 8000 from your server, then you have to build a custom app for this . See https://docs.cloudron.io/packaging/tutorial/ . The custom app has to expose 8000 using https://docs.cloudron.io/packaging/manifest/#tcpports . There is no other way on Cloudron for an app to expose a custom port.
  • 1 Votes
    8 Posts
    328 Views
    girishG
    @AmbroiseUnly yeah, good idea. I will add it to our internal list to check for backup existence to give quicker feedback.
  • dockurr/windows

    Solved
    2
    1 Votes
    2 Posts
    665 Views
    girishG
    @paliwalneeraj this is not the right forum for AKS help (or dockurr or Windows). This is the Cloudron forum. It's a different product.
  • 1 Votes
    6 Posts
    692 Views
    A
    I should have changed DO DNS to AWS before deleting it then, but I didn't quite understand how to do that either. I guess that'll be the worry of the next person who runs into a similar situation.
  • Need a guide to troubleshoot Cloudron issues

    Solved restore
    6
    2
    1 Votes
    6 Posts
    854 Views
    girishG
    I will mark this as solved, but if you hit this again please let us know.
  • Digital Ocean Issues after altering Droplet name?

    Moved Solved digitalocean troubleshoot
    3
    1 Votes
    3 Posts
    340 Views
    girishG
    @ReessKennedy said in Digital Ocean Issues after altering Droplet name?: Changed name of droplet. but this is a superficial change that I think only occurs in a Digital Ocean database just for labeling and does not impact any server config. In DigitalOcean, the name of the droplet is also the reverse/PTR address for the IP address. Just something to remember, this is not the reason your Cloudron is unreachable though. All systems seem like they are working fine Can you also run cloudron-support --troubleshoot on the server?
  • 1 Votes
    3 Posts
    129 Views
    girishG
    Yup, you are right that Cloudron needs IPv4 currently. IPv6 only setup is coming only in Cloudron 8
  • 1 Votes
    6 Posts
    737 Views
    girishG
    @AmbroiseUnly Good find... Cloudron does not support IPv6 only setups yet. But it's coming in the next release (Cloudron 8).
  • Redirect is not working

    Solved domains redirect
    3
    1
    1 Votes
    3 Posts
    125 Views
    T
    @ccfu it is working now. I guess it needs some time to take effect. Thanks!
  • Cloudron 2 Server with 2 disks

    Solved storage
    3
    1 Votes
    3 Posts
    413 Views
    girishG
    What @Dont-Worry said. As long as it' mountable on the server as Cloudron Volume, it should work without a problem. With NAS and network storage, one thing to keep to mind is the flakiness/stability of the network. Apps can behave erratically if the attached storage is not stable.
  • Error on Data Migration

    Moved Solved
    6
    1 Votes
    6 Posts
    651 Views
    girishG
    @Recliner2042 good catch! Fixed in https://git.cloudron.io/cloudron/box/-/commit/f386c326e2c7645eed77bc171c4913fbd99ef2d3
  • 1 Votes
    2 Posts
    375 Views
    girishG
    @victorlinares94 GoDaddy has put some new limitations on API access. Please contact their support. https://www.reddit.com/r/godaddy/comments/1bl0f5r/am_i_the_only_one_who_cant_use_the_api/ " We wanted to inform you that we have recently updated our Domain API requirements. As part of this update, customers are now required to have 50 or more domains in their account to utilize the API. Unfortunately, as you currently only have 1 domain in your account, access to the API is blocked for you. " See also: https://www.reddit.com/r/godaddy/comments/1chs1j8/godaddy_access_denied_via_apicall/
  • Backup Import

    Solved
    2
    1 Votes
    2 Posts
    257 Views
    murgeroM
    @mac3388 The backup file should have had an accompanying json file which tells Cloudron how to handle it, did you back that up as well?
  • 1 Votes
    6 Posts
    699 Views
    humptydumptyH
    Did you double check the name servers with your domain registrar? Sometimes we miss the simple stuff. Maybe you did input them but chose the option where you use the registrars records and not your custom set ones.
  • Email is not configured properly

    Solved mail
    3
    2 Votes
    3 Posts
    414 Views
    girishG
    Please see https://docs.cloudron.io/email/#server-status . Specifically https://docs.cloudron.io/email/#ptr-record and https://docs.cloudron.io/email/#outbound-smtp
  • Can't discard spam messages on arrival using Sieve filters

    Solved sieve
    28
    2 Votes
    28 Posts
    5k Views
    C
    @girish Done: https://forum.cloudron.io/post/89451
  • "docker-volumes" is filling my whole server storage

    Solved docker disk space
    25
    1
    1 Votes
    25 Posts
    2k Views
    D
    Hi Girish, First, thank you for taking the time to provide such a detailed and technical explanation. I genuinely appreciate it, as I find it very insightful. As I mentioned in an earlier post, the TMP directory that fills up the most is indeed Emby's because we move a lot of data there. We add a substantial amount of content regularly. However, it's not just Emby that has this issue. Several other applications also exhibit similar behavior. The list of these applications, which I posted earlier, includes: Emby N8N Cal Uptime Kuma OpenWebUI Penpot And a few other unidentified applications This list is not exhaustive, but these are the primary culprits. To answer your questions: a) Yes, the directory that had around 83GB of data was indeed Emby's TMP directory. This directory fills up quickly as we add more content. However, other applications also contribute to the storage issue, just not at the same scale as Emby. b) I add files to Emby using the File Manager. We do not use Emby's upload feature, even though we have an Emby Premiere instance. We prefer to manage our files directly through Cloudron because we trust its infrastructure and prefer to use it as intended. I understand that the issue is not inherently with Cloudron itself. My reflection was that this docker-volume issue only started appearing after I added a new storage volume to my server. To clarify, I added an OVH NAS-HA as a new volume to the server, and then I mounted it on Cloudron through the admin panel. This docker-volume did not exist, or at least was not noticeable, before this addition. Since moving Emby to the new volume, I see my data on the new volume as expected, but it also appears to be duplicated in the TMP directory on the server's disk. This duplication was not happening before the new volume was added. Hence, my hypothesis is that there might be a configuration that wasn't fully adjusted to accommodate the new volume, causing files to be stored in both locations. I'm not entirely sure how the backend works, so these are just observations and hypotheses based on my use of Cloudron.
  • Customize well-known

    Solved well-known
    17
    0 Votes
    17 Posts
    2k Views
    J
    Building on this, this would be a great feature and eliminate a lot of manual work. We typically place a security.txt file in each site, but the ability to just deploy this would be great and configure via the .well-known configuration. I could be wrong, but could this be done at the "platform" level or would it have to be in each package? For example, pretty easy in the WordPress Developer Package, where we just create the folder, drop the file, and add a .htaccess redirect for domain.tld/security.txt to domain.tld/.well-known/security.txt.
  • Eleventy and Cloudron

    Solved
    4
    1 Votes
    4 Posts
    619 Views
    girishG
    If you want some CI/CD inspiration with GitLab + static asset hosting, you can look at our docs repo. It builds using mkdocs and then pushes the build to surfer . See https://git.cloudron.io/cloudron/docs/-/blob/master/.gitlab-ci.yml?ref_type=heads . The build server is a separate VM running gitlab runner (but only costs around 5 a month).
  • Does Cloudron require an IP4?

    Solved networking ipv6
    3
    1 Votes
    3 Posts
    239 Views
    girishG
    It is as @humptydumpty said. Cloudron 8 (not yet released) has IPv6 only support.