I’m looking for a self hosted calendar that supports multiple users, runs in docker, and is easy to integrate into home assistant and a phone app. Does anything like this exist or should i lower my expectations?
Nextcloud 🤷♂️
Submitted 2 weeks ago by zerodawn@leaf.dance to selfhosted@lemmy.world
I’m looking for a self hosted calendar that supports multiple users, runs in docker, and is easy to integrate into home assistant and a phone app. Does anything like this exist or should i lower my expectations?
Nextcloud 🤷♂️
I’m using Nextcloud as well, but I’ll admit that it’s probably a bit heavy if all one needs is a calendar.
Definitely overkill for just a calendar app but the great thing about NextCloud is once you spin it up there’s probably an integration for the next 5 FOSS solutions you’re looking for, which means fewer containers to manage in Docker.
I have had positive experiences with both Radicale and Baikal. I am not sure about the Home Assistant integration, but they both use CalDAV, so I would be surprised if there wasn’t a way of connecting them. iOS has native support for CalDAV, but Android needs the davx5 app (free on F-Droid).
I’ve found radicale more stable in my implementation, but both are very good and are pretty similar to use.
If you already have NextCloud/OwnCloud it would be a good to use the Calendar that is already built in, but it doesn’t make sense to install those for a calendar when there are better options available.
I tried both and for some reason Baikal just played nicer. I’m sure either is fine though.
Nextcloud was too bulky for my needs.
Tasks.org also works great with CalDAV. On f-droid as well.
Why no container?
Oh I’m sure it runs perfectly fine in a container, it’s just not my preferred setup.
I used both radicale and baikal. Both work great. Both support CalDAV and CardDAV, to sync with them you need thr davx5 app on android. I ended up going with radicale because it supports proxy authentication and I can use it with Authelia
When I installed radicale last, i had problems with auth and exposing it. I think either I misunderstood something or it was left as an exercise for the reader. Anyways…
I’m a noob and I managed to set it up following mostly these instructions that make user of this docker compose file. I remember I had to do something slightly different, but I managed to figure it out relatively easily. You could have a look at it and see if it helps.
The documentation says what settings you need to enable for it to work. It also says that it takes the remote user in the X-Remote-User header. I use Authelia and it puts the remote user in the Remote-User instead, so i added a middleware to traefik that renames the header to the one expected by radicale. The only problem remaining is that radicale presents the auth page anyway, and you have to login with the same username as the auth header but with any password
I use Radicals för it.
I tried radicale. Nextcloud is easier to manage. That’s what I recommend.
i don’t think the need for a plain calendar warrants a resource monster such as nextcloud.
The protocol is called CalDAV (and CardDAV for contacts).
Plenty applications exist that can do it on both sides - it’s not like you need a specific client app that fits your specific server app.
FWIW, I find NextCloud too bloated and prefer Radicale for the above mentioned.
And yes, it runs in Docker.
Fossify Calendar in f-droid and Nextcloud.
Termux calcurse-caldav and Nextcloud.
So I understand this correctly, you’re using Fossify Calendar as the phone app that accesses your self-hosted calendar?
Baikal is another option, light on resources and easy to setup
i had radicale working as you describe with home assistant and mobile/desktop apps for years
What about a web GUI for calendars? Not nextcloud.
InfCloud. Works well with Radicale, and does contacts, too.
It’s not pretty, but works very well for the 5/100 times I want to check through a browser instead of Calendar app / Thunderbird.
Thanks, i also found this github.com/ckulka/infcloud-docker dockerization of infCloud, will try that one when i have time.
github.com/tchapi/davis is a good option.
I use sogo for that. Includes a web interface as well as proper authentication mechanisms and sync integration. Is also lightweight and even allows LDAP integration oif you like.
non_burglar@lemmy.world 2 weeks ago
Radicale. I just finished setting it up and with that, I can now finally shut down Nextcloud.
doeknius_gloek@discuss.tchncs.de 2 weeks ago
How do you handle shared calendars with radicale?
mr_pip@discuss.tchncs.de 2 weeks ago
There is a symlink trick on the server side. It’s a little annoying that it is only a workaround, but one set up it’s great! I was looking for the git issue where i found it, but was only able to find this one (it seems to be documented now).
github.com/Kozea/Radicale/…/Sharing-Collections
mikedd@lemmy.world 2 weeks ago
Why do you want to shut down Nextcloud? 🤔
non_burglar@lemmy.world 2 weeks ago
I had a very old install, migrated from 2016. It broke on nearly every upgrade, where I’d have to invoke some occ command to fix the db. It was more work than was worth having Nextcloud.
Now I have syncthing and radicale.
KlavKalashj@lemmy.world 2 weeks ago
Not the pne you replied to, but for me it works to add the full path to another users calendar in davx5, and then setting appropriate permissions to it in the rights file.
pedroapero@lemmy.ml 2 weeks ago
Agree, very lightweight, simple once-and-forget setup.