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
  • Disk full no access to Cloudron dashboard

    Solved backups dashboard
    6
    1 Votes
    6 Posts
    1k Views
    V
    Hello guys, everything is back online (thanks to Cloudron’s out-of-this-world backup feature). I am grateful for all your help.
  • Modifying Files in /app/code

    Solved cli debug recovery
    6
    1 Votes
    6 Posts
    1k Views
    ChristopherMagC
    For anyone else coming later, if you need to modify these files to test out for instance a code fix you would use the CLI tool to run cloudron debug --app app.domain.com, open a web terminal to the app, edit whatever files you need to in /app/code, and then run /app/pkg/start.sh from within that web terminal to manually start the app and test your change. You can exit debug mode, which will delete your changes, by going to the app's settings in cloudron, Repair, and clicking the Disable Recovery Mode button.
  • How to Publish Website on Main Domain Without Cloudron?

    Moved Solved domains
    2
    0 Votes
    2 Posts
    416 Views
    girishG
    @p998 You have to change the DNS entry of maindomain.com to your external server's IP.
  • A restAPI noob

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    If you keep your browser devtools open and install an app, you can copy the network command as "curl" command. For example, if you install app, just look for the "install" POST call. [image: 1661045493977-9ff9a963-7e36-42ea-b4ec-b4070f1046a1-image-resized.png]
  • Dashboard and applications unreachable after recovery from full disk

    Solved
    19
    0 Votes
    19 Posts
    4k Views
    whitespaceW
    Thank you very much for resolving the issue. I would love to understand what i did wrong. I tried deleting the nginx.conf and certs and let them be regenerated as you have described in other threads. Yet I did not manage to get nginx back up and running. Are there additional steps besides deleting cofings, restarting box, nginx and unbound? Muchas Gracias for saving the day!
  • Invite Email Logo

    Solved branding
    5
    0 Votes
    5 Posts
    858 Views
    nebulonN
    @plusone-nick right, the email just contains a URL for the image and the URL does not change on image change.
  • Just to be clear. hosting simple web/mail but several domains - is free?

    Solved pricing
    5
    0 Votes
    5 Posts
    801 Views
    girishG
    There used to be a limit of domains/uses etc but we removed all limits in the previous release.
  • Bug in 2FA Force

    Solved 2fa security
    7
    3
    0 Votes
    7 Posts
    1k Views
    girishG
    This is fixed in https://git.cloudron.io/cloudron/dashboard/-/commit/b3cdcb2adb4666f274ed23f2ab05428563531dc8
  • Unexpected SPF record when using outgoing-only mail

    Solved spf mail
    5
    0 Votes
    5 Posts
    1k Views
    R
    @girish Hmm, that didn't match the behaviour I saw. I ended up with two separate SPF records in Hetzner. One that I had already set up from my own DNS setup, and one added from Cloudron - which didn't contain the content of my own record. Thankfully it wasn't difficult to fix, once I read up on it.
  • Noob with a couple questions

    Solved
    5
    0 Votes
    5 Posts
    806 Views
    girishG
    I think the main thing is you are looking for subscribe/unsubscribe like mailmain, then Cloudron does not have that feature.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Active Directory Synchronisation

    Solved activedirectory ldap user directory
    15
    0 Votes
    15 Posts
    2k Views
    S
    @nebulon Issues solved it was my issues by doing wrong LDAP Filter.
  • Advice for self-hosting? Can't get past Unbound install.

    Solved self-host unbound dns cloudflare
    9
    0 Votes
    9 Posts
    2k Views
    robiR
    @ajtatum Congrats on the success and all the learning!
  • 0 Votes
    4 Posts
    482 Views
    jdaviescoatesJ
    @girish said in Adding a new user with _ in their username doesn't work and generates no errors/ warnings/ messages: I tried this now and see a message: guess you must be running a patched/ fixed version?
  • import users into groups

    Unsolved ldap groups nextcloud
    8
    1
    2 Votes
    8 Posts
    1k Views
    P
    @nebulon can you maybe have a look into the other thread, I am a bit stuck but it would be important to get this right for a porject of mine.
  • Docker IP range

    Solved
    17
    1
    0 Votes
    17 Posts
    2k Views
    girishG
    @savity So, create a file named /etc/systemd/system/docker.service.d/custom.conf: [Service] ExecStart= ExecStart=/usr/bin/dockerd -H fd:// --log-driver=journald --exec-opt native.cgroupdriver=cgroupfs --storage-driver=overlay2 --experimental --ip6tables --bip 192.168.1.1/24 Then, # systemctl daemon-reload # systemctl restart box If you do, docker network inspect bridge, you will see the IP has changed.
  • remote file access

    Unsolved sftp
    5
    0 Votes
    5 Posts
    1k Views
    R
    @roofboard Hmmm I am looking at Rclone It appears to be the backend that many file sync apps like google drive use to "do the magic" This may be a part of the better solution for folder synchronization...
  • mount app backups?

    Solved backups
    9
    0 Votes
    9 Posts
    1k Views
    P
    @girish done
  • Issue with Cloudron Unresponsive

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    applecrusherA
    @girish We did. We also had a RAID1 configuration which is why it probably why the server didn't go down all together. I was just surprised that the NVMe memory got corrupted within 6 months of having this server which is why I didn't suspect it until they ran the bench test.
  • dynamic ip - TTL/manual update?

    3
    0 Votes
    3 Posts
    578 Views
    humptydumptyH
    @jdaviescoates said in dynamic ip - TTL/manual update?: Never really got why so many people use Cloudflare, mostly seems to just add complications and break things, and contributes to massive centralisation of the internet I'm using their DNS proxying to hide my home server IP address. I don't know of any alternatives. Especially one that has DNS proxying AND is already added to Cloudron (for automating DNS).