69
submitted 4 months ago by trilobite@lemmy.ml to c/selfhosted@lemmy.world

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?

you are viewing a single comment's thread
view the rest of the comments
[-] TMP_NKcYUEoM7kXg4qYe@lemmy.world 1 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.

[-] Shimitar@feddit.it 2 points 4 months ago

Running radicale on mydomain.blah/radicale just fine since day 0....

[-] SaltySalamander@fedia.io 2 points 4 months ago

They didn't say it couldn't be done, just that it isn't the default way it sets itself up and requires more work.

[-] TMP_NKcYUEoM7kXg4qYe@lemmy.world 1 points 4 months ago

My point was that it isn't as trivial but I suppose it is as long as you don't care about https and proper certificates. You can just copy their nginx/apache template if you don't.

[-] trilobite@lemmy.ml 1 points 4 months ago

OK, so seems like best way to install Radicals is on my Debian VM using apt. I wonder if anyone has compared Baikal to Radicale ...

[-] TMP_NKcYUEoM7kXg4qYe@lemmy.world 1 points 4 months ago

I haven't tried Baikal but it seems to have (from the screenshots) just a bit more features. Radicale is merely the calendar+contacts+tasks server. You can login through the web UI to create calendars and delete them. They are then managed by a calendar/contact/task app like thunderbird. Baikal seems to have settings and a dashboard in the web UI which Radicale lacks.

Both seem to have an unofficial docker container if you're into that.

[-] trilobite@lemmy.ml 1 points 4 months ago

Well, I was looking fo r the docker container but as my VM is Debian, I'll go down the apt route which is official and maintained.

this post was submitted on 27 Apr 2024
69 points (88.8% liked)

Selfhosted

39143 readers
283 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