I’m trying to de-Google my life and self-host more. One tricky point with me is calendaring. I can get a CalDav server running and syncing with my Android phone without much hassle, but I haven’t yet found a server or client that can send e-mail reminders for events, rather than just pop-up notifications.

I’ve been told to try Nextcloud. I tried installing it but it’s overkill for me, and I don’t want to deal with setting up a domain. Surely there can’t be exactly one CalDav option that can send email reminders. But I’ve never heard anyone say anything other than “Nextcloud.”

  • sobriquet@aussie.zone
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    I know you said “no nextcloud”, but I often see posts from people who say nextcloud was overkill for them, but they don’t realise that almost every component of nextcloud can be uninstalled if you don’t want it. It can be pretty barebones if you want it to be.

    I don’t see how you’re going to get away from the domain requirement, though, unless you’re just going to connect to your raw IP address? (And if you are, I didn’t think that nextcloud required a domain?)

    Sorry I can’t be more helpful with a different solution, but hopefully someone out there knows of something that would suit your needs.

    • chriscrutch@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      My raw IP wouldn’t help, my ISP has me behind CGNAT. I can set up a CalDav server and sync it with Tailscale, but can’t do that for Nextcloud.

        • chriscrutch@lemm.eeOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          Well I may be missing something about how Nextcloud works because I never really fully got it set up. Once I got Nextcloud set up on my domain, how would I go about getting my domain pointed to a Tailscale address?

          • Atemu@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            1 year ago

            You don’t need to get it set up with your domain. All you need is the IP address of the machine it’s running on; either local or Tailscale address. Just type it into the browser URL bar. I.e. http://192.168.0.1:8080/ is a valid URL.

            Now, obviously you’d want to have the ability to do things like type a human readable domain name and have SSL certificates but they’re not technically necessary. Until I found the time to set up my reverse proxy, I used my Paperless using a bookmark to the IP address and port.

            Pointing your domain at a Tailscale address is pretty simple, you just need to add an A record wherever your domain’s DNS zone is configured which points at the IP address (e.g. 100.107.42.69).