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

2.6k Topics 18.2k Posts
  • Certificate renewal error because of htaccess password

    Solved
    4
    0 Votes
    4 Posts
    364 Views
    M

    Ah my bad, for whatever reason I deleted the DNS entry and didn't check what was up, all my fault :s

  • connecting to sieve filter

    Solved
    7
    0 Votes
    7 Posts
    945 Views
    T

    @girish working. thanks!

  • Update in progress...

    Solved
    10
    0 Votes
    10 Posts
    966 Views
    R

    Thanks again! Everything is up and running now!

  • What is an app's password??

    Solved
    2
    0 Votes
    2 Posts
    386 Views
    girishG

    @scooke Right, so the newapp.app@domain.com is the default allocated mailbox. If you want to make the app use a different email address, you have to do this https://cloudron.io/documentation/email/#changing-the-from-address-of-an-app . It's geeky, we are looking into fixing this in the next release since this is often requested.

  • Redis

    Solved
    5
    0 Votes
    5 Posts
    621 Views
    R

    Awesome. Thanks!

  • PHP mail() function fails

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    M-arcusM

    @fbartels @girish Thank you for the support.

    Solution:

    use a SMTP mail solution sendmail (and the mail()) are not usable in current state PHPMailer could be used as an alternative
  • VPN ISSUES

    Solved
    3
    0 Votes
    3 Posts
    521 Views
    S

    @girish Okay, workaround works ! 🙂

  • Nextcloud: Empty Trashbin intervals

    Solved
    3
    1 Votes
    3 Posts
    1k Views
    M

    @nebulon said in Nextcloud: Empty Trashbin intervals:

    trashbin_retention_obligation

    @nebulon thank you very much! Missed that the config.php is symlinked to /app/data and therefore it is editable 👍🏼

  • Forms, Scheduling etc

    Solved
    2
    0 Votes
    2 Posts
    570 Views
    S

    Upon some investigating, did find a polls utility like doodle in nextcloud. It allows you to share it with users but also share a public link. Pols can be text based or created using a calendar. Persons responding can answer a yes,no and maybe on whatever options are offered.
    https://github.com/nextcloud/polls

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Unable to get nameservers

    Solved
    2
    0 Votes
    2 Posts
    855 Views
    girishG

    @TheNils For new domains, the NS record sometimes takes to propagate. That error message means that it's not propagated to the Cloudron server yet. You can try this:

    SSH into the Cloudron host -t NS mydomaine.net (This should not display NXDOMAIN) If the above works, it should work on Cloudron as well. If not, can try sudo systemctl restart unbound and then try adding the domain again?

    We will improve the error message to be more descriptive (https://git.cloudron.io/cloudron/box/issues/548).

  • Cloudron build not starting

    Solved
    5
    0 Votes
    5 Posts
    449 Views
    M-arcusM

    @nebulon Thank you 🙂

  • LetsEncrypt failing

    Solved
    7
    0 Votes
    7 Posts
    981 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.

  • 1 Votes
    5 Posts
    845 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
    881 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.

  • 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
    866 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
    649 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