#radicale — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #radicale, aggregated by home.social.
-
woah, just saw the "online account" panel in #cinnammon and there was a #webdav one, so I tried connecting my #radicale instance and it was a total success. All of my calendars show up in the calendar applet and I'm getting notifications as well.
I basically have the same thing on #thunderbird, but it's failing on me lately, both in #windows and #debian: I also have a theory about that, i.e. #Android calendar apps (both google's and fossify), messing up with those calendars when editing stuff.
-
Not using the cloud is easy!
To add some events to my calendar I just had to first:
- trace the problem to be not Thunderbird, #Radicale itself, or Syncthing;
- kill Radicale, find where my config is and start it with --debug;
- find what caused that specific strange error with #DecSync;
- find the corrupted 'sequences' file, try to repair it manually and pray! -
Finally migrate your contacts from Outlook to Thunderbird / Radicale!
Convert Outlooks' horrendous .pst file to standard .vcf vCard and import to any vCard compatible client (your phone, radicale, thunderbird, etc.)
#selfhosting #radicale #thunderbird #outlook #microsoft #demicrosoft #FOSS
-
Аааэээээ? #DecSyncCC имеет какое-то своё видение хранилища с фокусировкой на Android и не экспортирует календарь в понятный многим приложениям ICS файл (и никаких планов на добавление обозначенной функции нет).
https://github.com/39aldo39/DecSyncCC/issues/12
https://github.com/39aldo39/DecSync/issues/9Вместо этого предлагается использовать #Radicale с плагином #DecSync, если я хочу свой синхронизируемый календарь на ПК. И под капотом... кто бы мог подумать - опять #CalDAV сервер, только на localhost. Этот пользовательский опыт далёк от желаемого, ведь добавляются подвижные части, с которыми я ещё ни-ни. Испытаю эту вещицу месяцок и вернусь к вам с результатами.
-
-
@david_chisnall myself, I switched from #Nextcloud to #radicale
-
@schwertliliendame Damit die Geräte sich synchronisieren können braucht man einen Server. Nextcloud ist eine Möglichkeit, aber etwas zu viel, wenn man die anderen Funktionen von Nextcloud nicht benötigt. Ich habe mich für einen einfachen #Radicale Server entschieden (http://radicale.org/), der nur die Synchronisation von Adressbuch und Kalender erledigt. Auf dem Handy läuft #Davx5 (kostenlos bei F-Droid) und Thunderbird kann ohne weiters zutun auf Radicale zugreifen.
#unplugbigtech #fdroid -
Und Ostern war sehr produktiv. Ok, ich lass arbeiten, Hauptsache es funktioniert UND ist sicher. Im Moment ein privates Projekt.
Somit habe ich jetzt eine Kontakte App und eine für die Termine.
@OpenCloud
So was muss da unbedingt mit rein. Ich habe das so lange vermisst, gut das man das heute coden lassen kann.An alle #AI Hater, bitte weiter scrollen....
#vibe_coding #opencloud #radicale -
@musenhain
Für Lesezeichen benutze ich inzwischen auch #Floccus im #Docker -Container.
Für Passworte etc. #Vaultwarden https://github.com/dani-garcia/vaultwarden mit Bitwarden Clients. Funktioniert auch ohne Probleme.
Für Adressbücher und Kalender setze ich #Radicale https://github.com/tomsquest/docker-radicale ein.
Ist natürlich mit ein wenig Bastelei verbunden, aber im Dockercontainer gut zu handeln. Als native Installation würde ich das nicht riskieren, da hier zuviele Abhängigkeiten sich stören könnten. -
Today I Installed #OpenCloud and completed my move away from Nextcloud.
I'm really happy with it.
Nextcloud was by far the most frustrating application I've self hosted. If there was a way for Nextcloud to be annoying, it would do it.
Been using #Immich for a while and it's amazing. That's replaced Memories.
Recently started using #Joplin. That's replaced Notes.
Set up some shared calendars with symlinks in OpenCloud's #Radicale add-on to replace Calendar and Contacts.
-
oh well losing all data after bad server crashes seem to be a known issue with #DAVx5 + #radicale.
https://github.com/Kozea/Radicale/discussions/1574
fortunately nobody has any good solution 🫠🥴
even just backing up the server files is not super helpful bc
a) it's nontrivial to actually run a new installation with an old DB and
b) it might just sync to the clients as "delete all that server doesn't know about"...........
-
@Atemu Maybe I'm overthinking this. But if I'm doing backups, I want to be sure they're 100% able to get me up and running again. What good is a backup that has the service fall onto its face on restore, because of some tiny race condition or caching inconsistency during the backup?
I don't trust the servies I run (#forgejo, #mattermost, #paperless, #immich, ...) to guarantee random snapshot restore to always work. Except #radicale though, which is dead simple on disk, just files.
-
𝗗𝘂𝗶𝘇𝗲𝗻𝗱𝗲𝗻 𝗼𝗽 𝗱𝗲 𝗯𝗲𝗲𝗻 𝘃𝗼𝗼𝗿 𝗵𝗲𝗿𝗱𝗲𝗻𝗸𝗶𝗻𝗴 𝗿𝗮𝗱𝗶𝗰𝗮𝗹𝗲 𝗻𝗮𝘁𝗶𝗼𝗻𝗮𝗹𝗶𝘀𝘁 𝗶𝗻 𝗟𝘆𝗼𝗻
Meer dan 3000 mensen hebben in Lyon meegelopen in een herdenkingsmars voor de vermoorde radicale nationalist die in die stad werd doodgeslagen, melden lokale autoriteiten.
https://www.rtl.nl/nieuws/buitenland/artikel/5570170/lyon-vrees-voor-rellen-demonstratie-quentin
-
@xdej Just to be clear: #radicale is a caldav/carddav server which just uses files as storage and can be configured to commit any changes to git. My #nixos module services.radicale.git implements that and also automatic sync with given remotes. It's not a general-purpose syncing module, but that's on my todo list as well, using plain #git or #gitAnnex.
-
More radicale goodness on :nixos: NixOS: services.radicale.git can now sync regularly and on change via radicale with multiple remotes. Currently, it'll prioritise the remote's state in case of conflicts. It's so amazing to have a git history of your calendar and addressbook! 🤩
https://gitlab.com/nobodyinperson/yannix/-/commit/3668d66b043452fff305eaf398056e815b07919d
-
Full-sharing a #radicale calendar between users is simple with just symlinks. I guess one could do a readonly bind mount instead to get the same but without wrote access? 🤔
Radicale does have configurable rules to control such access, but those have one major flow: the accessible collections of other users won't auto-discover in cients. With symlinks they do, and with bind mounts they should as well, right?
#bindfs should allow for non-sudo readonly bind mounts.
-
-
services.radicale.git.enable=true now makes nicer commit messages, for events and contacts it will list the name and even describe renames. Proof of concept, written in bash/awk. It'll be hard to write a diff-parser that covers all kinds of changes, I guess having a local LLM could do it, but it'd slow down radicale significantly.
https://gitlab.com/nobodyinperson/yannix/-/commit/a794137eeaf3526e6e945a34d8769fe468e52f10
-
@jappie3 Here is a #NixOS module to enable git storage tracking for #radicale (service.radicale.git.enable=true):
https://gitlab.com/nobodyinperson/yannix/-/commit/56020051d61617aa5004a01e353be992739d57d7
-
Trying #radicale to selfhost my calendar and addressbook and having a pretty terrible time. Every calendar action takes 10 seconds even to radicale running on localhost because apparently Thunderbird sends the entire calendar at once on every update wtf. 🤦
EDIT: Okay, authentication must be set up, because only then Thunderbird allows accessing it as CalDAV, otherwise it sees it only as a single-file ics? idk...