25

I've been using Google for the last decade and am owly moving away from it.

I'm on Fastmail (FM) right now. While I love their mailservice, the calendar and contacts integration is okey-ish, compared to Google.

Right now, my contacts are scattered across these services. New contacts that I add on my Android phone, are obviously not available on FM, and vice versa.

Therefore I'd like to setup a self hosted solution to manage contacts/calendars on a centralized place.

But right now, I can't seem to wrap my head around this topic. I often see caldav/cardav mentioned, but don't know how exactly they are related.

FYI: I'm a software developer, and I already host a bunch of services behind a reverse proxy.

Example scenarios:

  • Install a full-featured calendar app (mobile, desktop, web) -> connect to my service
  • Someone sends me a calendar invite to FM -> sync to my service
  • I add a new contact on my Android phone -> sync to my service (make it visible in FM)
  • I add a new contact in FM -> sync to my service
  • I send a new calendar invite via FM -> sync to my service
  • Bonus I send a new calendar invite via App, and it get's sent via FM to the recepients.

So my question is what self-hosted solutions (besides Nextclowd) are out there that would allow me to accomplish that?

you are viewing a single comment's thread
view the rest of the comments
[-] UberMentch@lemmy.world 4 points 3 months ago

My solution to this was a radicale docker container, with DAVx5 on f-droid. Very lightweight, just works without much configuration needed. I don't use my phone for email much, so I just use thunderbird for my email client

[-] ad_on_is@lemmy.world 2 points 3 months ago

Yeah, I've heard about radicale. But the "merging" and sync still happens on the client side of things (Android). I was hoping for some kind of dockerized backend service that can bring together all the calendars. And the only thing I'd have to do is go into the backend, connect FM and google (or any other calendar) and link that (dockerized) service account on my phone.

[-] UberMentch@lemmy.world 1 points 3 months ago

Ah, I see. Looks like some other people in this thread gave you some good info, I'll have to keep this in mind if I ever need to change my approach. Happy to hear you got a good answer!

[-] ad_on_is@lemmy.world 2 points 3 months ago

but yeah, setting up davx5 with my fastmail account gives me exactly what I need. I can use the google calendar app to have my FM calendar fully integrated.

[-] Shimitar@feddit.it 1 points 3 months ago

Radicale is a single executable, do you really need docker to set it up?

Basically takes the same time to set it up and run on bare metal...

Sometimes feels like docker is getting out of hand.

[-] UberMentch@lemmy.world 1 points 3 months ago

If I already have a docker environment set up, why not use the container? I use containers for most of my stuff, if I can. It makes many aspects of system management so much easier.

[-] Shimitar@feddit.it 1 points 3 months ago

Absolutely! If that feels easier and more consistent go ahead and use the container.

But its really one single executable with zero dependencies. Manual setup is really as fast as podman pull & up -d.

[-] UberMentch@lemmy.world 1 points 3 months ago

Yeah that's true. Different styles of deployment, in the end all that matters is that your application is up and running

this post was submitted on 15 Mar 2024
25 points (93.1% liked)

Selfhosted

37809 readers
491 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