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.0k Topics 20.5k Posts
  • LetsEncrypt failing

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    T

    Hello! Sorry - yes inbound 80 is open. results of journalctl:

    No journal files were found.

  • Create User via API without Invite

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    girishG

    Normal users can create tokens but they don't have access to any call other than the /api/v1/profile/* routes. Internally, each token has a list of "scopes" (oauth scopes) which indicate what API can be allowed. For normal users, this scope is only the profile scope. For admin users, it includes all the other API calls.

  • Update 2.1 Stuck at "Downloading and installing new version"

    Solved
    5
    1 Votes
    5 Posts
    1k Views
    F

    @girish The update worked! The first steps didn't work for me, but the apt update did the trick. Thank you!

  • Cloudron stops working periodically

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    T

    @girish Thanks for the response. I have wiped the server and did a restore, so I can't do what you suggest atm.

    There is/was plenty of space (42gb used out of 490), and ram (1gb out of 6gb).

    I was/am running 2.0.1.

    I'll check the event log size once the problem comes in again and will report here.

  • Webadmin error on manual update of self-hosting free-plan

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    nebulonN

    @x1tan I have made the page publicly accessible now. For some reason it had a wrong setting there.

  • Improve security and ciphers

    Solved
    8
    2 Votes
    8 Posts
    1k Views
    nebulonN

    I have updated the ciphers now according to mozilla's config generator. The commit is https://git.cloudron.io/cloudron/box/commit/ddaa52163bf3844b36d6c29fdffb5db3e0b3f5d0

    For the CSP settings, this indeed cannot properly be done on a platform level, as apps require differently strict settings there and have to provide this on their own, so this should ideally be fixed in each app upstream.

  • Cloudron MySQL Rate Limit

    Solved
    4
    0 Votes
    4 Posts
    914 Views
    S

    @girish I have a 238 ko iCal file.
    I've split it in twice and I went from 250 importation err from 1 err.
    The problem should come from that, thanks!

    I was at the beginning thinking about it (splitting the file) but after that, I was focusing on RateLimit - wrong way! Also, I advise people which want to import a big file to increase drastically the mem allowance of the app (2Gb in my case)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Receive Email

    Solved
    4
    1 Votes
    4 Posts
    1k Views
    T

    Yep! I am on a Lightsail instance and simply needed to open up port 25 for traffic. Thanks!

  • Domains configuration

    Solved
    3
    1 Votes
    3 Posts
    807 Views
    M

    It works. Thanks.

  • Help installing Cloudron on Virtualbox

    Solved
    2
    0 Votes
    2 Posts
    962 Views
    nebulonN

    Hi there,

    running on bare metal is totally fine. For the setup within your network behind the router, please make sure that at least port 80 and 443 are forwarded. Port 80 is required to obtain LetsEncrypt SSL certificates. Otherwise please check the logs with journalctl -u box when performing the dns setup on your Cloudron, this should show for which IP it is waiting for the DNS records to be in-sync. Possibly it is checking for the wrong (private) IP.

    Further when using Cloudrflare, please note that currently Cloudron does not support installing apps that are proxied via Cloudflare. Cloudflare backend only sets up the DNS via Cloudflare API and expects website traffic to be unproxied.

  • unrecognized restore-url

    Solved
    2
    0 Votes
    2 Posts
    612 Views
    girishG

    @Marcelo-Barcelos Cloudron 1.9 added a restore ui and we have thus discontinued support for restore-url since.

    For pre-1.9 cloudrons, just get the right cloudron-setup script from our git repos. So,

    wget https://git.cloudron.io/cloudron/box/raw/v1.8.4/scripts/cloudron-setup chmod +x cloudron-setup ./cloudron-setup --provider <provider> --restore-url="..."

    More info here - https://cloudron.io/documentation/backups/#legacy-restore-pre-19