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
  • 0 Votes
    5 Posts
    573 Views
    girishG
    @d19dotca You can try https://git.cloudron.io/cloudron/box/-/commit/3c565defca000feb21c47e9d8c9ada4c62c11cef and then systemctl restart box. Alternately, you just use the docker CLI until the next release: usr/bin/docker update --memory 805306368 --memory-swap 1610612736 mail The containers are named mysql, postgresql, mail, mongodb.
  • SSL error after upgrading to 5.6.0 on ubuntu 16

    Solved dashboard ssl upgrade
    17
    1 Votes
    17 Posts
    3k Views
    O
    @gml said in SSL error after upgrading to 5.6.0 on ubuntu 16: That seemed to solve it, even if a server reboot did not solve it. I also got a mail, that this was also visible from other mail-servers (not just from my mail client), as I use DANE for certificate pinning. Thx girish! I had the same issue. And the same fix. A reboot didn't work, a service restart did the trick. Thanks!
  • No 'resetToken' for admin password reset

    Solved usermanagement password
    15
    0 Votes
    15 Posts
    3k Views
    girishG
    Done. I also made a change now where that ghost file is automatically removed after you use it once to login. Just in case, people forget to remove it.
  • Lets Encrypt renewal time

    Solved certificates letsencrypt
    4
    0 Votes
    4 Posts
    781 Views
    girishG
    @marcusquinn said in Lets Encrypt renewal time: Without looking at that screen again, maybe it wasn't clear it should recommend using the root domain for that input? I think many people start out just like you did and then move it to the main domain. We don't put the recommendation as such because I think it can be scary to throw your root domain and API credentials into a product you are just first trying out.
  • 0 Votes
    5 Posts
    1k Views
    nebulonN
    Those sync.cache files are state files of the rsync backup uploader. That has to run as root to be able to list and read the app's files, the app file permissions here depend on the app itself and how it manages permissions. The yellowtent user as such does not have root rights on the system and uses helper scripts in such cases. The list of scripts which need and thus run with elevated permissions can be found at https://git.cloudron.io/cloudron/box/-/blob/master/setup/start/sudoers
  • Can't add domains on 5.6.1?

    Solved domains namecheap
    6
    0 Votes
    6 Posts
    1k Views
    marcusquinnM
    @atrilahiji I use Namecheap too, decent service but equally the Cloudflare free DNS services is pretty solid and not had any trouble with that & Cloudon. Just mentioning in case you got stuck or hadn't compared that option.
  • User sorting is random

    Solved usermanagement userinterface
    4
    3 Votes
    4 Posts
    890 Views
    girishG
    This is fixed in the next release. If you are curious, we had an async loop to fetch user objects. The responses were simply appended to an array. The sorting was thus messed us because the network response arrive out of order.
  • 0 Votes
    6 Posts
    1k Views
    girishG
    I opened https://git.cloudron.io/cloudron/box/-/issues/736 to track this.
  • New Firewall Feature issues

    Solved firewall
    11
    2
    0 Votes
    11 Posts
    2k Views
    S
    thank youuuuu
  • Cloudron install failed when motd-news don't exist.

    Solved improvement installation
    4
    0 Votes
    4 Posts
    985 Views
    JOduMonTJ
    @msbt said in Cloudron install failed when motd-news don't exist.: had the same issue, @nebulon already fixed that two days ago: https://git.cloudron.io/cloudron/box/-/commit/23474c97528893dbc25b47d68441d3cc0c6de6b3 Thank for the reply, it is always nice to not feel alone with specific issue
  • checkDiskSpace not notifying about low diskspace in /boot?

    ubuntu disk space
    2
    0 Votes
    2 Posts
    552 Views
    nebulonN
    Ah we did hit that kernel/initramfs issue with /boot getting filled up by Ubuntu already before. If it is 100% full even the autoremove fails. Would be good to actually not just maybe warn about that, but see how the whole situation can be mitigated in the first place. Afterall it is not much use to have that many kernel versions around.
  • Handshake faliure when trying to login through CLI

    Solved cli
    5
    0 Votes
    5 Posts
    507 Views
    M
    node --version said v8.10.0, updated to v12.18.3 for good measure
  • Cloudron private installation

    Solved private-network homelab networking
    20
    0 Votes
    20 Posts
    4k Views
    M
    @girish stellar service as usual, of course it was the old node version, login works as expected now!
  • Deleting Backups - unexpected behaviour

    Solved backups
    6
    3
    0 Votes
    6 Posts
    1k Views
    luckowL
    Reading documentation is sysadmins nightmare Thank you for the clarification. That makes sense and it looks like a clever solution. I guess that in case of a Cloudron trivia night, the question "How many backups do you expect in your storage location?" will be answered in many different ways according to the "important rules" from the documentation
  • Real hosting support needed - nginx-php-apache-postgresql-memcached-nodejs

    12
    0 Votes
    12 Posts
    1k Views
    mehdiM
    @b247_eu said in Real hosting support needed - nginx-php-apache-postgresql-memcached-nodejs: In documentation it says: "The nginx configuration, provided with the base image, can be used by adding an application specific config". Yeah, nginx ins provided with the base image in the sense that the nginx binary is pre-installed. @b247_eu said in Real hosting support needed - nginx-php-apache-postgresql-memcached-nodejs: In my understanding it seems that all i have to do to add my custom config is: FROM cloudron/base:2.0.0 CLOUDRON related stuff eg WORKDIR ADD nginx-custom.conf /etc/nginx/sites-enabled/nginx-custom.conf OTHER CUSTOM STUFF required by my app This would be enough to change the config for said nginx, yeah, but you still have to run it in your start.sh ! @b247_eu said in Real hosting support needed - nginx-php-apache-postgresql-memcached-nodejs: @mehdi, you've say that you "packaged" few apps for cloudron, can you tell us one authored by you? like this one authored by @girish : https://git.cloudron.io/cloudron/wordpress-unmanaged-app/-/tree/master https://git.cloudron.io/cloudron/openvpn-app was originally done by me, but now it's maintained by the cloudron team https://git.cloudron.io/mehdi/river/ this one could be interesting for you, as I run multiple services in the same container, including an nginx https://git.cloudron.io/mehdi/orthanc is also done by me and awaiting review to be on the official store
  • How to install old version of package

    Solved
    3
    0 Votes
    3 Posts
    948 Views
    A
    @girish Awesome, thanks it worked!
  • How to install 2nd WP install on subdirectory (domain.com/wp)

    2
    0 Votes
    2 Posts
    487 Views
    girishG
    @celeb , let's discuss this at https://forum.cloudron.io/topic/3144/how-to-install-wp-in-subdirectory
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    2 Views
  • X-ACCEL/X-SENDFILE Nginx support

    8
    0 Votes
    8 Posts
    2k Views
    rmdesR
    One their dev created this post here : https://forum.cloudron.io/topic/3120/real-hosting-support-needed-nginx-php-apache-postgresql-memcached-nodejs
  • Lack of CloudronManifest validation

    Solved notifications manifest
    7
    0 Votes
    7 Posts
    1k Views
    girishG
    I have fixed the docs and the notifications.