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


Skip to content

Discuss

Feedback, suggestions, anything else Cloudron related

957 Topics 8.2k Posts
  • SSD nodes - nice deal

    13
    1 Votes
    13 Posts
    435 Views
    doodlemania2D

    ๐Ÿคท not sure

  • Memory usage

    3
    0 Votes
    3 Posts
    136 Views
    jdaviescoatesJ

    @David-0 said in Memory usage:

    do the apps need this much memory all the time

    Yes, at least.

    I find that in practice in use they nearly always use more.

    It's probably overkill, but I tend to default to manually setting the RAM to double the minimum.

    @David-0 said in Memory usage:

    Do I need to upgrade?

    More RAM is always good.

    But you don't really need more until you start regularly getting apps crashing because they ran out of memory.

  • Ubuntu Pro & Cloudron

    23
    2 Votes
    23 Posts
    868 Views
    girishG

    @nichu42 that you can safely upgrade to

  • Redirect tool error message

    5
    0 Votes
    5 Posts
    101 Views
    J

    Thank you,
    I got this solution

  • The Cloudron Google ranking is too good

    11
    5 Votes
    11 Posts
    567 Views
    marcusquinnM

    Cloudron is the ultimate flywheel business. More users -> more community -> more insight -> more relevance -> more traffic -> more users -> more investment -> more apps -> more relevance -> more community -> more users ๐Ÿ”

    The whole reason I invest in this forum, and the crafting of my posts with SEO considerations, is the ROI I get from its growth in capabilities and like-minds to compare notes.

    It's like having the best sys admin team to work with, everyone's here for the results, the better results everyone gets, the more come here to help with more positive results.

    All the wins from one very reasonable subscription / membership. Long may it grow, and become an increasing part of a healthier online future.

  • using cloudflare tunnel with cloudron

    2
    0 Votes
    2 Posts
    121 Views
    nebulonN

    This topic was discussed few times already for example at https://forum.cloudron.io/topic/7231/cloudflare-tunnel

  • Forum is regularly slow + today it was down?

    Moved
    9
    1 Votes
    9 Posts
    260 Views
    W

    This week the forum was way more reliable for me except one or two cases where the forum software told me I have no internet connection. So I wanted to report this issue as resolved but then I faced just right now this (502 Bad Gateway errors; refreshing several times helped):

    grafik.png

    Interestingly, I also face at the same time issues with Microsoft Office 365 services. Looks like they share something in common.

  • WAF Solution for Cloudron?

    Moved
    2
    0 Votes
    2 Posts
    116 Views
    girishG

    Don't have experience with BitNinja but Cloudflare is used quite commonly for this.

  • 0 Votes
    4 Posts
    122 Views
    nebulonN

    This is correct, only the Cloudron version is relevant in this case

  • 1 Votes
    13 Posts
    663 Views
    girishG

    @CBCUN It's in our TODO list. I don't have an ETA yet.

  • NFS network share

    Solved
    3
    0 Votes
    3 Posts
    147 Views
    randyjcR

    @girish Oke feel stupid. That worked, thank you.

    Iโ€™m using Tailscale IP, so all traffic is going via the tunnel. My assumption is that it doesnโ€™t matter if itโ€™s not encrypted as long as I use the Tailscale tunnel? ๐Ÿ˜ถโ€๐ŸŒซ๏ธ

  • 2 Votes
    16 Posts
    4k Views
    girishG

    In case, anyone is using borgbase, they seem to be having a big outage. Possibly down for a week already.

    https://status.borgbase.com/status/default

    I found out from https://news.ycombinator.com/item?id=37115540
    image.png

  • 0 Votes
    1 Posts
    120 Views
    No one has replied
  • 5 Votes
    7 Posts
    861 Views
    fbartelsF

    robi said in [Guide] Auto Deploy of Hugo via Gitea + Drone CI:

    how this could all run from the same cloudron

    It already could. Drone's runner (would be the same with Gitea or Woodpecker) is a simple go binary that just needs access to a local docker socket. It's just me running jobs on my installation, so there's no risk of exposing data to others by accessing the Docker socket.

    And if you're serious about CI, you'll want optimised machines anyway (building in a ramdisk ftw), not running your CI jobs where their resources are competing with Wordpress & co. Being a simple binary that doesn't hold any local data also means you don't need to back up your runners, and since they access a central node, they don't even need internet access.

    If you want to save costs, you can even let your developers run the runner on their local machines.

  • 1 Votes
    7 Posts
    338 Views
    randyjcR

    You could also use rclone together with mergerfs to create some kind of layer.
    like
    /mnt/remote
    /mnt/local
    /mnt/mergerfs

    You then write stuff locally, and it'll upload stuff in the background to your remote storage.

    You can look for inspiration @ https://github.com/l3uddz/cloudplow

  • Cloudron forum and GIT offline for long time?

    5
    0 Votes
    5 Posts
    156 Views
    robiR

    Some tar - streaming would help with all the small files.

  • LDAP port (security considerations)

    10
    1 Votes
    10 Posts
    262 Views
    potemkin_aiP

    @imc67 geo-block feels like a more feature-rich solution, that might be of help, but not exactly my cup of tea.

    I would guess, that Cloudflare doesn't prevent anyone from accessing your web service directly (should they figure out the IP address, for example, via e-mail you've sent)?

  • Switch to Debian - Ubuntu Spying

    Moved
    17
    0 Votes
    17 Posts
    1k Views
    potemkin_aiP

    Guess CentOS / RedHat is out of consideration now... ๐Ÿ™‚

  • 0 Votes
    5 Posts
    97 Views
    nebulonN

    That is fixed https://forum.cloudron.io/topic/9625/branding-bug

  • icedrive as backup solution?

    23
    1 Votes
    23 Posts
    611 Views
    robiR

    @LoudLemur said in icedrive as backup solution?:

    How would marking the bucket on idrive e2 as private rather than public effect usage with applications on the Cloudron?

    With object storage, public buckets mean it's accessible via HTTP to anyone.

    Some people use it to host web assets or even entire static websites.