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.1k Posts
  • 0 Votes
    6 Posts
    275 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
    126 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
    152 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
    184 Views
    A

    Cool. Thanks for the definitive answers all. Cheers.

  • 0 Votes
    6 Posts
    464 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
    1k Views
    girishG

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

  • 0 Votes
    5 Posts
    479 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.

  • Extensive CPU usage (over 400% at the graph)

    9
    0 Votes
    9 Posts
    297 Views
    robiR

    @Vladimir Sounds like a popular site with lots of traffic.

    Sounds like you found one reason to be the translation plugin.

    You should be able to view the apache logs and monitor for errors, similarly for long DB calls which might make things wait, but then you'd notice site slowness from that too.

  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    36 Views
  • Lets Encrypt

    2
    0 Votes
    2 Posts
    140 Views
    girishG

    @AgentM which dns provider are you using? If you go to Domains -> Renew all certs, can you check the logs as to why it is it not getting the certs?

  • Connecting Synology NAS to Cloudron LDAP fails

    Unsolved
    2
    0 Votes
    2 Posts
    290 Views
    nebulonN

    Without being able to debug this further, for a start, the filter seems wrong. The Cloudron provided user records would have the following objectClass attribute:

    objectclass: [ 'user', 'inetorgperson', 'person' ]

    so use one of those three entries there. Also Cloudron has no attribute uidNumber maybe using entryuuid works there though.

  • 1 Votes
    3 Posts
    171 Views
    skinnylatteS

    @nebulon Thank you, I will investigate today and let you know.

  • Switching to a fork of an app

    Solved
    9
    1 Votes
    9 Posts
    453 Views
    chetbakerC

    @brandthedwarf I finally did it. I'm not a technical person and just followed the instructions running it locally

  • 0 Votes
    7 Posts
    202 Views
    nebulonN

    @ChristopherMag I will fix it up now for the next release. We were kinda aware of this already, but wanted the last release out sooner rather than later.

  • "New Apps" filter in Appstore

    1
    2 Votes
    1 Posts
    81 Views
    No one has replied
  • App restore fails at 65% | Wordpress

    Solved
    12
    0 Votes
    12 Posts
    327 Views
    E

    Increasing concurrency and memory, as suggested here, works:
    https://forum.cloudron.io/topic/8219/backup-hangs/14

    Found at Menu > Backups > Configure > Advanced.

    Tip to @girish / dev team: adding in a note on the app > backups page would probably be very helpful.

    Restore failing? Try [increasing memory and concurrency]

    70c14a75-3889-4c9e-abef-799231c38e76-image.png

  • certificate error on https://translate.cloudron.io/

    Solved
    3
    1 Votes
    3 Posts
    73 Views
    imc67I

    @nebulon it's up again

  • Rate limited out of own site?

    2
    0 Votes
    2 Posts
    63 Views
    nebulonN

    If you use something like Cloudflare for DNS then you have to use the raw IP of your server to connect via SSH, since Cloudflare will not proxy other ports besides 443. Cloudron also has rate-limits setup via iptables but those are hard to hit while manually trying to connect and after a short time your local IP will be able to connect again, so I doubt this is what you are hitting.

    Also I am not sure what you mean by ping returning 0.0.0.0?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    6 Posts
    222 Views
    robiR

    yes, if the backup config has a password set, the UI will expect it to be entered before you can restore.

    You can use the top right menu to mark this as resolved.