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

1.2k Topics 9.8k Posts
  • Recent Backup Experience and some thoughts

    3
    2 Votes
    3 Posts
    704 Views
    scookeS
    Sure @timconsidine I'm planning on keeping the Kimsufi server as my main backup, but I need to reinstall the OS totally, thus losing everything. So, on the off-chance that something happens to my Cloudron during these few days while I get this done, I've used the Servarica server (which already had my 2nd Cloudron install) as my interim backup, using the Cloudron Minio app. But, I'm trying to keep the Servarica server strictly for media (thus the Nextcloud install), and as we all know, Cloudron backups, especially things like Mastodon, add up quickly, so this is a one-and-done backup to that Minio. I'll keep it for a week or so until there is a safe amount of backup on the reinstalled Kimsufi server. In the next day or two I'll reinstall to Ubuntu 22 on my current main backup, install Cloudron (since I'm not using the current CapRover for anything other than its Minio), then Minio, and resume using it as my main backup destination.
  • SSH Tunnel for local email port 25?

    3
    0 Votes
    3 Posts
    801 Views
    R
    @girish Yes but many hosting providers have port 25 unblocked. And although you no longer have full local custody of your setup, at least you still have full custody of your apps and data. I don't mind creating a DO Droplet just to forward traffic to home. I just need to learn how. Information out there is lacking.
  • Rackspace: VPS Server Auctions

    rackspace auction vps
    1
    2
    2 Votes
    1 Posts
    243 Views
    No one has replied
  • Private forum community: NodeBB, Discourse, Somethiing Else?

    4
    1 Votes
    4 Posts
    854 Views
    girishG
    Loomio and HumHub are also possibly other contenders here (which atleast are seemed to be designed to be 'private'). Never operated a truly private forum, but I would definitely also look into some sort of network blocking/VPN to truly make it private.
  • Online tools to check website security?

    security certificates
    5
    2 Votes
    5 Posts
    1k Views
    DanTheManD
    Also stumbled on this one last week: https://web-check.xyz/ Selfhosted: https://github.com/Lissy93/web-check And a little explanation on how this works: https://www.helpnetsecurity.com/2024/02/26/web-check-website-open-source-intelligence/
  • Email deliverability to Microsoft email servers

    32
    1 Votes
    32 Posts
    7k Views
    scookeS
    @marcusquinn Yes, I've got the full number allowed! I often almost forget what the main email is!
  • Immutable server os

    4
    6 Votes
    4 Posts
    934 Views
    fbartelsF
    @girish said in Immutable server os: There goes my weekend to investigate... I am sorry for that but to be honest I have also spent good amounts of past weekends diving into this topic. @girish said in Immutable server os: I had great hopes for CoreOS Yes, fcos is actually the successor of this, but has meanwhile gotten a bunch of new components such as the usage of ignition instead of cloud-init. I forgot to mention one other cool this about fcos. Once you have generated your ignition file you can use the coreos-installer to bake it into an iso file. I don't know if there is an easier way to generate a software appliance out there. And inside of the ignition file you can merge or even completely replace it at runtime with files it can fetch from the internet at runtime. https://major.io/p/coreos-as-pet/ is another blog that highlights some of the potentials of fcos outside of the usual Kubernetes usage.
  • Seeking recommendations based on experience for Sendmail Relays

    mail relay
    29
    1
    1 Votes
    29 Posts
    6k Views
    jdaviescoatesJ
    @Mastadamus said in Seeking recommendations based on experience for Sendmail Relays: Mailgun seems like a better deal for those not using a massive amount of emails a month. Yeah, they are the only one I've tried because you have to use it for Ghost newsletters. But I've never paid anything for it because you can send up to 5000 emails a month for free and I don't send anywhere like that amount.
  • My spam assassin subject keywords doesn't seem to work..

    email spamassassin
    3
    1 Votes
    3 Posts
    788 Views
    A
    Yes they are added via the custom spam filtering. I have to check with the client as to whether they are going to inbox or junk folder, they might be expecting them to be blocked outright. Also some spam has the key words as sender name, rather than in the subject... Not sure how to classify that.
  • Custom /etc/nginx/applications/ entry allowed?

    reverseproxy custom-apps
    8
    0 Votes
    8 Posts
    2k Views
    nebulonN
    Given that our perspective is to be able to change anything on the system with a Cloudron update as we expect this environment to be fully under our control to minimize side-effects, which are very hard to debug, I would argue that making a mailman app package is the main way forward for this. This removes a lot of things out of the equation. Was there a specific reason why you didn't go that route initially?
  • Changing self hosted hardware

    2
    1 Votes
    2 Posts
    592 Views
    girishG
    @AartJansen wrt hardware, as long as your server works with Ubuntu, it should all work with Cloudron. The filesystem has to be ext4/xfs . Currently, there is no mechanism to bind apps to specific eth cards. There is also no mechanism to make specific apps use specific outbound IPs.
  • Cloudron on a Raspberry pi?

    Moved arm raspberry-pi
    133
    4 Votes
    133 Posts
    82k Views
    J
    Is there any way we can support this - also financially?
  • Second server for staging

    5
    0 Votes
    5 Posts
    1k Views
    fbartelsF
    Yes, you actually do not even need a subscription for all of your Cloudron installation. As long as your staging system stays below the app limit it works fine without it. I guess it depends on your size and the amount of overlapping projects.
  • apt update and apt upgrade

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    scookeS
    @AartJansen AS @nebulon says, installing these after Cloudron may affect things. What I've done a few times in the past is install tools like these BEFORE installing Cloudron. If they still work, great. If not, then likely post-Cloudron-installation would have messed something up.
  • Online writing tool supporting citation

    3
    1 Votes
    3 Posts
    848 Views
    M
    @LoudLemur Thanks. I did write some documentations with Hugo and Sphinx. But in this case I look for a way to write directly in an online app. I think I look for something like typst but more focused on writing.
  • What you use to verify email

    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • Multi-Tenant Support on Cloudron

    Solved multi-domain cloudron
    10
    0 Votes
    10 Posts
    2k Views
    nebulonN
    The 256Mb is just the initial upper memoryLimit set for apps. This does not mean that much memory is also allocated. Anyways memory usage heavily depends on the usage of the app as such and how many parallel active users are using an app. Usually all this is very hard to define upfront and needs to be tested in real conditions.
  • Which app to replace my NAS?

    Solved
    3
    1 Votes
    3 Posts
    749 Views
    R
    Yes that is what I'm asking.
  • Subscription between paid and free

    subscriptions pricing
    5
    1 Votes
    5 Posts
    1k Views
    girishG
    @humptydumpty for the sake of transparency, we are now a team of 4 (including @nebulon and myself) full-time. We also have a couple helping us part-time with support. But other than that you are spot on We don't have any interest in growth for growth’s sake.
  • Extending our CLI

    7
    4 Votes
    7 Posts
    1k Views
    necrevistonnezrN
    @BrutalBirdie As currently possible manually as described here: https://forum.cloudron.io/post/80825