I self-host a couple of services, but I haven’t exposed anything outside my home network. I want to self-host my calendar, but not sure if I can do it without exposing it. Any recommendations on the best way to go about this? For those who do self-host a calendar service, how do you keep it secure?

    • @ClownsInSpace2@lemm.eeOP
      link
      fedilink
      English
      04 months ago

      Just myself, but I would like to keep it synced between my phone and my laptop while also keeping a backup.

      • @wildbus8979@sh.itjust.works
        link
        fedilink
        English
        04 months ago

        Then you should really look into setting up a personal VPN. After that what you use to do calendar becomes irrelevant in terms of access.

    • @cmg@infosec.pub
      link
      fedilink
      English
      04 months ago

      What caldav clients supports that?

      I’d recommend the Tailscale style approach. MTLS is a pain imo without infrastructure and especially on the app layers

      • @Selfhoster1728@infosec.pub
        link
        fedilink
        English
        04 months ago

        Not any in particular but mTLS is essentially just a reverse proxy (like nginx) asking a client for a certificate to be able to access the service behind it.

        There are quite a few guides out there, so choose one for your reverse proxy of choice!

        • Suzune
          link
          fedilink
          English
          04 months ago

          So it’s the good old client certificate authentication?

          • @Selfhoster1728@infosec.pub
            link
            fedilink
            English
            04 months ago

            yep

            In my opinion it’s the best solution because there’s a really low attack surface plus it makes it easy to control which device has access to which services.

  • @enemenemu@lemm.ee
    link
    fedilink
    English
    0
    edit-2
    4 months ago

    I run nextcloud on my machine. If there’s a crack, there would be one in their hosted instance as well. There’s nothing really I can do about security of it.

    • Higgs boson
      link
      fedilink
      English
      04 months ago

      I do not expose Nextcloud to the internet. I use dnsmasq to give LAN clients the private IP. If I need to access NC from elsewhere, there’s VPN for that.

  • @oldfart@lemm.ee
    link
    fedilink
    English
    04 months ago

    Unless you live a very dynamic lifestyle that requires your calendar to be 24/7 synced, you can just use whatever server software you like, make it listen in LAN only, and have your devices sync when they’re at home.

    DecSyncCC and Syncthing is another option.

  • @tapdattl@lemmy.world
    link
    fedilink
    English
    04 months ago

    I think the general consensus for homelabbers is a mesh network – Tailscale and Netbird are the two most popular options