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.4k Posts
  • cloudron certs update API doesn't work

    Solved api certificates
    9
    0 Votes
    9 Posts
    1k Views
    potemkin_aiP
    @girish thank you, the output is different now, so I hope that will work. I took that API call from my forum request earlier, but I guess there was a misunderstanding the API call example was for the specific domain, not to update them all. Thanks for your assistance!
  • Cloudron.io 2FA Problem & LDAP Question

    4
    0 Votes
    4 Posts
    691 Views
    3
    @nebulon said in Cloudron.io 2FA Problem & LDAP Question: To be clear, each Cloudron requires one subscription. We have had various ideas around how to team up multiple servers into one Cloudron, but that is not implemented, once that is done, we will adjust our pricing scheme to match this "node" system then. For me its not even to "team up". I tought about the idea to record the coachings and share it (yt) to marketize myself, my customers pages and cloudron aswell. I still need to blur something but i just dont want to use my normal acc^^ But still be able to push/pull a install of my server to a customers server after i got him far enough to do it without destroying it (or "deleting" the internet)^^
  • error with ./cloudron-setup

    Unsolved
    4
    0 Votes
    4 Posts
    717 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
    1k 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
    425 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
    639 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
    2k 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
    2k 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
    558 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
    736 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
    904 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
    946 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
    1k 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
    368 Views
    girishG
    This is being take care of in support .
  • Can someone explain why my site wont load?

    4
    0 Votes
    4 Posts
    729 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
    529 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
    1k 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
    1k 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