What is Radicale and how do I use it?
from philanthropicoctopus@thelemmy.club to selfhosted@lemmy.world on 09 Mar 21:22
https://thelemmy.club/post/45613872

Hi everyone

I’m trying to degoogle as much as possible. I’ve heard about this thing called calDAV and cardDAV but I have no idea how to use it.

With radicale, do I need to install some other somewhere in order to use it?

I’m just looking for basic useage for myself only at this stage. I’d like to be able to self host my own calendar and contacts. Is radicale appropriate for this?

Is it safe to self host a calendar?

Can a self hosted calendar still send and receive invites to other calendars?

Any help greatly appreciated, thank you

#selfhosted

threaded - newest

philanthropicoctopus@thelemmy.club on 09 Mar 21:31 next collapse

Follow up questions:

I seed to have created multiple users, how can I manage users?

Does Radicale have a dashboard?

eskuero@lemmy.fromshado.ws on 09 Mar 23:52 collapse

Doesnt have a dashboard per-se for centralized administration. It has a web ui to manually create create/upload collections. I personally use it a very simplistic way and just reupload an updated .vcf file with all my contacts from time to time.

About user management, I dont know how you installed radicale but they have this docs radicale.org/v3.html#authentication

Shimitar@downonthestreet.eu on 09 Mar 21:33 next collapse

My experience with radicale

wiki.gardiol.org/doku.php?id=services%3Aradicale

I currently use it, from android with dav5x (F-droid)

philanthropicoctopus@thelemmy.club on 09 Mar 22:15 next collapse

Thanks for the link

I see it doesn’t have a dashboard, would I be better off with something like Baikal?

I’m quite basic and only really selfhost cause I don’t like big tech, not cause I’m a linux wizz

irmadlad@lemmy.world on 09 Mar 23:45 collapse

wiki.gardiol.org/doku.php?id=services%3Aradicale

This is your wiki? I’ve been there before. Turned up in a search.

Shimitar@downonthestreet.eu on 10 Mar 05:28 collapse

Yes it is, written by me by hand 100%…

Zero AI too… Just old grumpy bashing

yaroto98@lemmy.world on 09 Mar 21:34 next collapse

It’s how you can copy/backup/sync calendar and contacts.

on my phone I installed davx5 which does the copying over to my radicale instance on my server. Then my server backs up my calendar and contacts.

When I get a new phone I can sync all of it over easily. Bonus points, google doesn’t have that data.

philanthropicoctopus@thelemmy.club on 09 Mar 22:16 collapse

Is it hard to set up? Sound perfect for what I want, just also seems complicated for my skills haha

fozid@feddit.uk on 09 Mar 22:01 next collapse

Exactly for what you want it for. I’ve been using it about 3 months. Contacts and calender. It’s a real pain to set up. Not straight forward. I didn’t a lot of time with ai as could not get my head round the guide.

philanthropicoctopus@thelemmy.club on 09 Mar 22:16 collapse

Yeah I hear you. I’ve installed it but I have no idea what to do from here. Cant access any kind of dash. I’ve just learnt it doesn’t have a native dash but you need a third party app for that?

Ooops@feddit.org on 10 Mar 00:18 collapse

Take a look at the config file (/etc/radicale/config). It’s extensively commented. Although you barely need to change any defaults for regular use.

Just create an htpasswd file (with htpsswd, apache-tools or just any of the one million available online generators) and edit two lines under [auth] to read type = htpasswd and htpasswd_filename = <the location and file you created>.

And you can start (and enable) Radicale via the systemd service usually included in the installed package. (Or for early testing just start the server manually… radicale starts it with the defaults from the config file. You can also configure everything with parameters but that’s an insanely long list (radicale --help if you are interested in seeing them)…)

The webinterface to login will be available (by default settings) under localhost:5232.

All you have to do then is change the config so Radicale listens on the server’s IP instead so it’s available in in your network. (Plus the usual stuff of making it available from the outside if you need that like for any other sevice)

And any calendar/contact software will bring a wizard that guides you through the process of sync’ing, usually just asking for an address to reach your server, as well as user and password.

EDIT: I looked up the defaults and you can skip all the autehntification stuff in the beginning. By default just anyone can access the webpage at port 5232. So you can just test it and only bother with authentication later (definitely when you plan to make it available from the outside, for example to sync phones).

xtools@programming.dev on 09 Mar 23:09 next collapse

I’ve recently set up Baikal on a cheap shared host. It doesn’t even need a dedicated database, it just creates a file-based sqlite db. i’ve just copied some files to a php webhost and followed the quickstart guide for setup, i’m pretty happy with the result

trewq@lemmy.world on 09 Mar 23:50 next collapse

Baikal was easy to migrate. All i needed to do was to copy the single db file.

Ooops@feddit.org on 10 Mar 00:01 next collapse

With radicale, do I need to install some other somewhere in order to use it?

No, you just need to install Radicale. That’s it. calDAV and cardDAV are widely used formats available as an option with basically any calendar.

Can a self hosted calendar still send and receive invites to other calendars?

Oh, I see your problem. You don’t host your calendar. You host a service that is used to synchronise all the regular calendars you already use over different devices.

Or are you at the moment using Google’s calendar in browser only?

non_burglar@lemmy.world on 10 Mar 01:54 next collapse

but I have no idea how to use it

Install davx5, connect to radicale, and allow your calendar/contacts access to it.

I’d like to be able to self host my own calendar and contacts. Is radicale appropriate for this?

Yes.

Is it safe to self host a calendar?

Define “safe”.

Can a self hosted calendar still send and receive invites to other calendars?

Short answer: no. You are describing caldav/cardav integration with email.

FlowerFan@piefed.blahaj.zone on 10 Mar 06:53 collapse

are you on android or iOS?