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?

  • nomad@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 minutes ago

    If you want sync to your phone, just set up a VPN. Now your phone and mobile computer can always access your services. I use SoGO, it has calendar hosting, authenticated sync which you can use with davx on android and the web interface is basic but usable. You can also enable mail, tasks and contact sync all in one.

  • tapdattl@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    14 hours ago

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

  • reboot6675@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    3
    ·
    13 hours ago

    Related question, what CalDAV server are you using? Been looking for something lightweight

    • cmg@infosec.pub
      link
      fedilink
      English
      arrow-up
      3
      ·
      13 hours 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
        arrow-up
        1
        ·
        edit-2
        8 hours ago

        Tailscale is simpler but when you’re accessing from devices behind VPNs like I do mTLS is a lifesaver.

        I use DAVx⁵ for caldav (supports mTLS)

        I find mTLS cool too :P

        In terms of being a pain it’s not that bad with nginx in my opinion. I can just build my own certificate for each service I expose or you use a common one, giving read only access to the key for my nginx containers and in two lines in the .conf it’s sorted.

      • Selfhoster1728@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 hours 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!

  • enemenemu@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    14 hours 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@dubvee.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      13 hours 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.

    • ClownsInSpace2@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      14 hours 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
        arrow-up
        3
        ·
        13 hours 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.

  • Tenebris Nox@feddit.uk
    link
    fedilink
    English
    arrow-up
    1
    ·
    13 hours ago

    Could you set up a Cloudflare tunnel and make sure the security rules are tight enough to keep others out?