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.3k Topics 23.2k Posts
  • error with ./cloudron-setup

    Solved
    4
    0 Votes
    4 Posts
    859 Views
    nebulonN
    @kyleh2946 hm that seems quite specific to your proxmox setup. Not sure I can easily help here. Do we have other users on proxmox here?
  • Help troubleshooting email DNS issues

    Solved email dns
    10
    2
    0 Votes
    10 Posts
    2k Views
    nebulonN
    @jdaviescoates ah yes then this most likely was the issue with the unbound anchor file. See https://docs.cloudron.io/troubleshooting/#recovery-after-disk-full
  • Is there a way to get a Python, mysql, nginx web dev stack on here?

    2
    0 Votes
    2 Posts
    503 Views
    nebulonN
    Mostly you can build your own app packages for this. You could look up various different tech stack packages as referenced at https://docs.cloudron.io/packaging/cheat-sheet/#examples
  • 0 Votes
    5 Posts
    686 Views
    d19dotcaD
    @nebulon said in Cloudron CLI login command results in an HTTP 404 error with "Cannot POST /api/v1/developer/login" message: You probably have to update the cli tool, since the /api/v1/developer/login route was long deprecated and finally removed from the server side. @girish said in Cloudron CLI login command results in an HTTP 404 error with "Cannot POST /api/v1/developer/login" message: For reference, the latest CLI version is 4.12.8 (Use cloudron --version to see current version) So I checked the version of Cloudron CLI finally and it seems I am indeed running 4.12.8... <username>@<computerName> ~ % cloudron --version 4.12.8 However, I ran the command cloudron login again and now it suddenly works. So I'm not sure, maybe I had ran the update (I know I did for a fact) but perhaps it wasn't recognized until my computer had restarted over the holidays here. Something strange, but it's all good now it seems.
  • 404 in volumes files manager

    Solved volumes filemanager
    15
    2 Votes
    15 Posts
    3k Views
    nebulonN
    @mehdi thanks for reporting, this is fixed now. Next time a separate thread might be better to track those things if possible.
  • Fastly Complaining About Self-signed Cert

    Solved certificates ssl wordpress subdomain letsencrypt
    11
    0 Votes
    11 Posts
    3k Views
    girishG
    @omen OK, I figured out how configure Fastly now... Please configure it like below: Enable TLS - Yes Verify Certificate - Yes Certificate hostname - In my case, it is wildcard. But since you use the 'manual' provider, the hostname is subdomain.example.com. SNI hostname - this is subdomain.example.com. With the above settings, fastly serves up pages fine on http. [image: 1640323796482-c787fbfb-57bb-4793-a100-3da1015ba6a5-image-resized.png] One thing to remember is, because you are using "manual" DNS provider, Cloudron requires "http" callbacks for Let's Encrypt to work. I am not sure how this works in fastly, does it allow you to have some URLs that are not "cached" ? I guess one way is to call the Cloudron app subdomain as "website.domain.com" but the domain in fastly should be something else like "realwebsite.domain.com" (meaning, name it different). This way, manual setting on Cloudron can continue to use HTTP reliably to get certificates. If you want the domain names to be same, you have to use one of the automated DNS providers in Cloudron.
  • Restoring app from backup?

    Solved backups restore
    2
    1
    0 Votes
    2 Posts
    623 Views
    girishG
    @joesitsolutions said in Restoring app from backup?: I have the .zip file. Cannot figure out why I keep getting "backupFolder path is protected" You can only create backups to specific paths on the server. Many of the paths are "protected" to make sure that the folders won't get overwritten by updates or are used by the system. This is just a hardcoded list of paths: const PROTECTED_PREFIXES = [ '/boot/', '/usr/', '/bin/', '/lib/', '/root/', '/var/lib/', paths.baseDir() ]; (the baseDir above is /home/yellowtent/). You cannot create backups in subdirectories of the above paths. I understand you are using restore here though and not backup The restore logic uses the same validation logic for paths and you have copied the backup to under /home/yellowtent/. Instead, copy the backup in some path like /mnt/backups/ or /srv/backups/ and try to restore, that should work.
  • Cloudron on linode account Email ?

    Solved email relay
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    This got sorted out by @ntnsndr by contacting linode support. The VM had to be rebooted after linode unblocked port 25.
  • Docker hub is down

    Solved docker
    4
    1 Votes
    4 Posts
    882 Views
    girishG
    It's back online now! Agree about having a second source. Ideally, we can have some self-hosted docker registry which is used as a fallback for such situations.
  • domain alias (not redirect)

    Solved domains
    12
    0 Votes
    12 Posts
    2k Views
    girishG
    I created a new topic for reset of the conversation at https://forum.cloudron.io/topic/6191/wp-alias-domains
  • Any guide to updating Cloudron base image from 2.0.0 to 3.0.0

    Solved packaging
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    BTW, 3.1.0 is the most recent image now - https://forum.cloudron.io/topic/6178/new-base-image-3-1-0
  • Cloudron 7.0.2: Mail log searches seem inconsistent, missing results

    Solved mail eventlog
    10
    2
    0 Votes
    10 Posts
    1k Views
    nebulonN
    @d19dotca great catch! I was a bug in the client side code. It is fixed now and will be part of next release.
  • Adding multiple aliases to an app Fails

    Solved aliases
    9
    1 Votes
    9 Posts
    2k Views
    girishG
    @robi said in Adding multiple aliases to an app Fails: it seems to wait for ALL the domains nameservers to respond, when it could do well with just the first. The rest will catch up in a few seconds as they update too. this is done because we cannot predict which nameserver will be used by Let's Encrypt or the browser. By waiting on all nameservers, the whole process is more reliable. Especially for the end user, if the browser hits NXDOMAIN it can get complicated to clear the DNS cache.
  • 0 Votes
    3 Posts
    391 Views
    girishG
    This is being take care of in support .
  • Can someone explain why my site wont load?

    4
    0 Votes
    4 Posts
    855 Views
    girishG
    @charaoh On Cloudron each app runs in a container. So apps cannot access the host (ssh) and vice versa. You can instead upload the files and access the files using the Web Terminal - https://docs.cloudron.io/apps/#web-terminal . This "terminal" is run in the context of the app container.
  • Samba (SMB) Won't connect

    2
    0 Votes
    2 Posts
    604 Views
    nebulonN
    Which app are you referring to or are you referring to the system wide SMB server? For the latter, this is not supported by Cloudron. Installing and configuring other services on the same server where Cloudron is installed, will eventually break either Cloudron or those services. Maybe you can briefly explain the use-case you have on hand?
  • Block access to all IPs, but one + firewall admin problem

    Solved networking firewall
    8
    0 Votes
    8 Posts
    2k Views
    robiR
    There is an allow list file, but you have to access it from ssh. It should be in the docs.
  • Docker Swarm or MultiHost Support?

    Solved multi-host
    6
    3 Votes
    6 Posts
    2k Views
    mehdiM
    @jodumont said in Docker Swarm or MultiHost Support?: It is possible to have 2 cloudrons under the same domain.tld ? The main domain needs to be different, in order for the dashboard to have a unique URL for each Cloudron (the my.domain.com). It could however be a subdomain for one of the machines. And you could afterwards add the main domain to the second machine, in order to install apps on it too. For example, you could have Machine 1 with main domain domain.com, management dashboard on my.domain.com, and apps on app1.domain.com, app2.domain.com Machine 2 with main domain machine2.domain.com, management dashboard on my.machine2.domain.com, and apps on app3.domain.com, app4.domain.com
  • NGINX logs format

    Solved nginx
    13
    2 Votes
    13 Posts
    3k Views
    robiR
    @mastadamus Can you add that as a feature request and mention this thread?
  • Forum search default

    Solved
    5
    3 Votes
    5 Posts
    621 Views
    robiR
    @nebulon no worries.. I found it by searching the admin page