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.5k Topics 17.6k Posts
  • Error restoring from backup (tampered file)

    Solved
    13
    0 Votes
    13 Posts
    239 Views
    32463

    @girish awesome! I think what would be helpful is to test the parameters before pressing 'restore', just to validate that both the connection and decryption keys are OK.

    I found the error messages we have right where more confusing than helpful. I don't really know what I did wrong because to resolve it, I just took a fresh backup and restored it using the same details.

    All good now though.

  • Difference between Free and Premium?

    Solved
    4
    1 Votes
    4 Posts
    257 Views
    I

    @girish Thank you for the reply, that's good to know!

  • 0 Votes
    10 Posts
    796 Views
    Jan MacenkaJ

    @girish since it worked with my other NAS, I am pretty confident now that it is rather a Permission-Issue on the TrueNAS-Side which I dont understand well enough as of yet.

    Thanks for the link!

  • Cloudron LDAP middle name not correctly propagated

    Unsolved
    17
    1 Votes
    17 Posts
    343 Views
    imc67I

    @girish 👍🏻

  • Running cloudron in k8s

    Solved
    4
    0 Votes
    4 Posts
    79 Views
    girishG

    I doubt we will support k8s as such, but we will implement multi-server/host cloudron for sure.

  • 0 Votes
    23 Posts
    918 Views
    girishG

    Thanks all. This issue was already fixed as well last month - https://git.cloudron.io/cloudron/box/-/commit/67cde5a62cf0394c8bf2d78ee3408e5995a220e7 . It's already in 7.3.5.

    Essentially, if you have CIFS/NFS/SSHFS, there is a crash.

  • How to upload/import app backup in Cloudron

    Solved
    8
    0 Votes
    8 Posts
    531 Views
    d19dotcaD

    @girish said in How to upload/import app backup in Cloudron:

    Can you make a feature request and link to this post?

    Filed it here: https://forum.cloudron.io/topic/8359/ability-to-import-backups-from-computer-disk-rather-than-needing-to-scp-files/1

  • Email status red even when valid

    Solved
    17
    2 Votes
    17 Posts
    508 Views
    girishG

    @imc67 yes, this one is only fixed in 7.3.5 . Still waiting for the fix for the graphs and mailbox listing issue to get that out.

  • Cloudron post install questions

    Solved
    46
    1 Votes
    46 Posts
    2k Views
    N

    okay, i'll try it running on ubuntu using virtual machine.. .

  • 0 Votes
    8 Posts
    459 Views
    D

    @girish It is working now!

    I've found a good doc from Namecheap themselves:

    Namecheap DOC about Sendgrid

    It's important to not add the domain part in the CNAME entries! Hopefully this helps someone else in the future 😄

    Thank you for your commitment @girish

  • Ways to free up space?

    6
    1 Votes
    6 Posts
    171 Views
    jdaviescoatesJ

    @girish said in Ways to free up space?:

    28GB of data does seem off.

    Yeah, I've got 48 apps running and mine is only 4.11GB (if my.cloudron.coop/#/system is to be believed - have all sorts of issues with it so I don't really trust it at all, see https://forum.cloudron.io/post/58715 )

  • Cloudron / Guacamole through NGINX proxy

    2
    0 Votes
    2 Posts
    102 Views
    girishG

    @nickbeswick Can you explain your setup a bit more. I assume Nginx Proxy Manager (NPM) has the public IP address and Cloudron is in some internal network?

    I think something like this https://forum.cloudron.io/topic/5898/nginx-in-front-of-cloudron-install/9 . Put the IP address as internal IP and also add the domain name.

  • Adding Volumes: hostPath does not exist

    Solved
    4
    0 Votes
    4 Posts
    119 Views
    nebulonN

    Ah, I guess the error message could be more descriptive. Currently there is a hard-coded allowlist of paths on the filessystem to be used as volumes, to avoid accidents where someone might add system folders. The list is at https://git.cloudron.io/cloudron/box/-/blob/master/src/volumes.js#L57

  • 0 Votes
    6 Posts
    236 Views
    fbartelsF

    @andreasdueren said in How can I block email addresses in catch all?:

    I thought these addresses are only checked for in the from fiel not the to?

    No, to the best of my knowledge it applies to any addresses in the mail. In any case this is how I prevent these kind mails from popping up in my mailbox.

    @subven said in How can I block email addresses in catch all?:

    via a mail sieve filter

    That could work as well, but another mailbox is not necessary. You can just filter on the recipient address.

  • Custom app install complains about subdomain

    Solved
    4
    0 Votes
    4 Posts
    98 Views
    nebulonN

    Glad you managed to resolve this. Some ago we changed the REST api there which probably caused this issue when using an outdated cloudron cli tool.

  • 0 Votes
    7 Posts
    99 Views
    P

    @fbartels ! i got there just as you were hitting send i think 😄

    i was cloudflare, and it wasn't working -yet- because i had an OR where I should have had an AND 😅🥴 but I GOT THERE. damn that feels good.
    thanks for your help 🙂

  • Supported operating-systems?

    Solved
    4
    0 Votes
    4 Posts
    155 Views
    A

    Cool. Thanks for the definitive answers all. Cheers.

  • 0 Votes
    6 Posts
    388 Views
    girishG

    OK, I have fixed the unbound issue with IPv6. It's an upstream bug but I have made a workaround for the moment. Fix will be part of 7.3.5 (released next week).

  • 0 Votes
    24 Posts
    910 Views
    girishG

    This is fixed in 7.3.5 (will be released next week).

  • 0 Votes
    5 Posts
    431 Views
    potemkin_aiP

    @girish said in Restrict Dashboard Access - Cloudron v6.1.2:

    @potemkin_ai UFW and Docker are not compatible. I haven't looked into the repo you linked yet.

    I didn't test the solution yet, found it with people referring as a working one, so I have hopes.

    The idea is to modify /etc/ufw/after.rules to contain:

    # BEGIN UFW AND DOCKER *filter :ufw-user-forward - [0:0] :ufw-docker-logging-deny - [0:0] :DOCKER-USER - [0:0] -A DOCKER-USER -j ufw-user-forward -A DOCKER-USER -j RETURN -s 10.0.0.0/8 -A DOCKER-USER -j RETURN -s 172.16.0.0/12 -A DOCKER-USER -j RETURN -s 192.168.0.0/16 -A DOCKER-USER -p udp -m udp --sport 53 --dport 1024:65535 -j RETURN -A DOCKER-USER -j ufw-docker-logging-deny -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 192.168.0.0/16 -A DOCKER-USER -j ufw-docker-logging-deny -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 10.0.0.0/8 -A DOCKER-USER -j ufw-docker-logging-deny -p tcp -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -d 172.16.0.0/12 -A DOCKER-USER -j ufw-docker-logging-deny -p udp -m udp --dport 0:32767 -d 192.168.0.0/16 -A DOCKER-USER -j ufw-docker-logging-deny -p udp -m udp --dport 0:32767 -d 10.0.0.0/8 -A DOCKER-USER -j ufw-docker-logging-deny -p udp -m udp --dport 0:32767 -d 172.16.0.0/12 -A DOCKER-USER -j RETURN -A ufw-docker-logging-deny -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW DOCKER BLOCK] " -A ufw-docker-logging-deny -j DROP COMMIT # END UFW AND DOCKER

    Why not just enable 2FA on the dashboard?

    It's a different security layer. 2FA relies on the code, which is much more complicated, as opposed to network level filtering.

    What is more complicated could have more issues.

    So, whenever possible, I close any code from outside access - everything have bugs, some of them are in security space, even if you are OpenBSD 🙂

    Do you believe this could become part of the system?

    I would really like to deny from all with allow from xxx.xxx.xxx.xxx with periodic firewall disable for let's encrypt.