Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • App specific firewall configuration

    Feature Requests
    4
    4 Votes
    4 Posts
    574 Views
    potemkin_aiP

    @mehdi my thoughts / use case exactly.

    Doing so with ipchains is a pain (thanks Docker's intervention to firewall); and ufw just doesn't handle all of the use cases (thanks Docker again).

  • 5 Votes
    47 Posts
    4k Views
    necrevistonnezrN

    ... thought I got a "Failed pipeline for master | 3dbdac62" notification... 🙂

  • Firewall IP blocking: IPv6 not possible

    Solved Support
    12
    0 Votes
    12 Posts
    1k Views
    micmcM

    @girish said in Firewall IP blocking: IPv6 not possible:

    I guess this post was before we had IPv6 support. IPv6 is supported in the firewall by now.

    Indeed 😊

  • 0 Votes
    6 Posts
    912 Views
    JOduMonTJ

    I was looking if someone, somehow Cloudron implemented Filtron and apparently not
    it would be nice to have this, even as a sidekick instance.

    Otherwise for now; I limit the query via Cloudflare with their ZeroTrust service
    Screen Shot 2024-07-05 at 07.01.28.png

  • 0 Votes
    13 Posts
    1k Views
    girishG

    Follow up from the customer: "The issue here turned out to be that in Wordpress, WP Rocket caching plugin was used. This plugin automatically starts to preload the cache of each page once something in the site has been updated. The preload itself causes some stress on the CPU and maybe some other processes. Turning off the plugin, the products were sent for less than 2 mins."

    They are working with the WP Rocket team to find a workaround.

  • Networking - Whitelist ports does not work as expected

    Solved Support
    12
    1 Votes
    12 Posts
    1k Views
    BrutalBirdieB

    @girish said in Networking - Whitelist ports does not work as expected:

    @robi @BrutalBirdie done! https://git.cloudron.io/cloudron/box/-/commit/4287642308081d27dcc160f845fd5dedb27eb481

    That was fast. ♥

  • 1 Votes
    4 Posts
    382 Views
    girishG

    @malvim said in Feasibility of running cloudron inside a vpn with package redirection:

    What ports do you think I should be concernet about forwarding packages? Is it just 80, 443 and 25? I've taken a look at cloudron_firewall.sh and there's a bit more stuff going on there, isn't there? Heheh

    https://docs.cloudron.io/security/#cloud-firewall is the full list. But at the barest minimum port 443 is enough.

  • Unable to pull/push repo over SSH

    Solved Gogs
    12
    0 Votes
    12 Posts
    1k Views
    T

    Thanks, now I understand

  • 5 Votes
    3 Posts
    327 Views
    LonkleL

    @girish https://www.ipdeny.com/ipblocks/data/countries/all-zones.tar.gz

    But I did get that from your blog post for 5.6: https://blog.cloudron.io/cloudron-5-6-released/ so maybe you're looking for better ones?

  • New Firewall Feature issues

    Solved Support
    11
    0 Votes
    11 Posts
    1k Views
    S

    thank youuuuu 🙂

  • 0 Votes
    5 Posts
    855 Views
    girishG

    Deployed at https://cloudron.io/documentation/security/#privacy-control

  • SNMP support and iptable settings....

    Support
    6
    0 Votes
    6 Posts
    916 Views
    DanTheManD

    @girish Thanks a lot for this great support and that you want to take a look at it 👍

    It's not a must have, but it come's very handy for monitoring my Cloudron instance and get warnings if something goes weird or reaches high loads.

    Netdata is also something i did not think about earlier, so maybe that will workout for me as well.

    I must say (apart from this topic), i am really 100% satisfied till so far about Cloudron and the active community that's behind it. Many answers to my questions i did already find here in the forums 😉

    Also a big thanks to the Staff of Cloudron, that picks up problems really quick and solve's them as much as they can.

    I hope Cloudron will live for a long time in the upcoming future, because it's the solution i was looking for a long time 😉
    Really glad i came accros all this and thanks to everybody 👍 👍

  • Firewall support for NetData?

    Support
    2
    0 Votes
    2 Posts
    495 Views
    girishG

    @HulaCloud We don't have plans to support netdata out of the box but I think it's a good idea to atleast have some interoperability instructions. Let me give this a try and get back.

  • Help about LDAP

    Support
    2
    0 Votes
    2 Posts
    430 Views
    nebulonN

    This appears to be someone/bot trying out common usernames in one of your apps. Unfortunately this is not too uncommon, but also not an a real issue if you have strong passwords. The requests will be rate-limited as well to prevent proper brute-force attacks.

    The internal IP is associated to an app, it may or may not change when an app is restarted. However the ldap logs might indicate there are multiple apps configured to use LDAP. The port is actually dynamic per request, so that is the reason why it does not show in docker ps/inspect

  • 1 Votes
    23 Posts
    2k Views
    W

    @mehdi Thats kind of scary, thanks for the correction.

  • Ubuntu /var/log/auth.log and others are empty

    Solved Support
    9
    0 Votes
    9 Posts
    4k Views
    S

    @staypath Continuing my conversation with myself 🙂

    Posting this here in case anyone else comes across this with the same question: I found that configuring fail2ban to use systemd was the trick:

    [sshd] port = ssh #logpath = %(sshd_log)s #backend = %(sshd_backend)s backend = systemd enabled = true maxretry = 1 bantime = 14d
  • Restricting app to local subnet

    Support
    4
    3 Votes
    4 Posts
    554 Views
    girishG

    @Trankery Is your comment somehow related to the original subnet question (or did you post in the wrong thread) ?

  • How to I open the firewall for a mumble server?

    Solved Support
    6
    0 Votes
    6 Posts
    1k Views
    nebulonN

    @oatwalker from those posts, I assume you installed mumble on the side on your Cloudron. While this might work, it could break on future updates as we cannot reliably test such setups. If you are interested, you might want to look into https://cloudron.io/documentation/custom-apps/tutorial/ to see how you could package mumble as a Cloudron app. Also the firewall would have been setup by the platform automatically then.

  • Restoring default security setting

    Support
    3
    0 Votes
    3 Posts
    422 Views
    nebulonN

    @988uh is there any update on this from your side?