this post was submitted on 27 Apr 2024
0 points (NaN% liked)

Selfhosted

39167 readers
382 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Just thinking of ditching nextcloud and its just too much for my family use. All i needis carddav, caldav and file sync. Have a Debian VM running on Scale and was thinking of using Cloudron docker install. Is this the way others are installing on VMs?

top 4 comments
sorted by: hot top controversial new old
[–] TMP_NKcYUEoM7kXg4qYe@lemmy.world 0 points 4 months ago

There is no difference between installing software on a VM and on "bare metal". The OS takes care of the hardware stuff.

I installed it according to their manual on their website (https://radicale.org/v3.html) which is imo pretty easy. The TLDR is that you first install python3 and its package manager pipx, then you install radicale using pipx and finally you run it as a systemd service. You can just copy their service template. The issue comes when you need to run multiple web services though. Radicale wants to be on the website root (website.com/ instead of website.com/some/path/blablabla/ ) which is not as trivial to set up as the previous steps. They have a template for nginx and apache but you need to kinda know the very basics of one of these to set it up.

Also on debian there is a package so you could technically just apt install radicale and then systemctl enable radicale if you want to avoid creating a service and installing python.

Obviously you need to create a basic config either way according to their manual. At least for password authentification.

[–] philpo@feddit.de 0 points 4 months ago

I can recommend using Cloudron but I don't use Radicale.

Cloudron is in no way a necessity for anyone - it's simply me being too lazy to keep everything up to date, read all the necessary documentation for all the services we run,etc. Cloudron does all that for me - and I couldn't be happier. Johannes,the owner, provides fast support (had two glitches with Hetzner DNS over the years) and the amount of Apps is getting wider each year, although I would rather see their range be broader (e.g. a proper Monitoring system instead of yet another project management),but that's just me.

In theory it's even possible to create your own apps for cloudron, both for public and private use, but that is beyond my capabilities. It can also be used as a SSO provider and reverse proxy,btw.

[–] lambda@programming.dev 0 points 4 months ago (1 children)

I just want an app to backup all the photos from my phone automatically. I use NextCloud for that currently and it works well. But, it's kinda heavy for what I want/need.

[–] ErwinLottemann@feddit.de 0 points 4 months ago

have you heard about immich? it's a bit 'heavy', too, but that's because it's not just a photo backup solution but aims to be a self-hosted multi-user replacement for google photos.