• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: February 9th, 2025

help-circle
  • Not a perfect solution, but I use NextDNS which has profiles, and can set allowed services and times of day for them, Online Games, Video Streaming etc. This is set in the phone’s DNS setting so works via WiFi or cellular.

    I’ve started to use the excellent DNS Toggle on my phone to quickly enable/disable it for the really annoying sites that block ad blockers etc.

    In terms of app control itself, I still use Family Link begrudgingly as well like you for Android phones. I access it via the web page which thankfully still works so I don’t have to have the Google app installed.



  • q7mJI7tk1@lemmy.worldtoSelfhosted@lemmy.worldWhat is your cloud backup solution?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    22 days ago

    I have my important server stuff (docker and immich etc) duped via syncthing to an old external USB drive attached to my office mac which then has Backblaze Personal Backup running. That backs it all up with no storage limit for £70/year on their 2 year plan.

    The only downside is if the drive isn’t connected for a few days, it checks it all again on reconnection.

    I have about 4TB of files most of the time.

    This way I have 3 copies of my files: 2 local, 1 remote.

    EDIT: forgot that I also have 1yr retention on the files so in theory I can grab anything that I deleted up to 1yr ago.






  • I use a Pangolin reverse proxy with OIDC (PocketID) for family access to services, along with CrowdSec. For the Immich app access which needs to bypass auth login through the reverse proxy, I use ‘link share’ in Pangolin that gives me header tokens that can be entered in to the Immich app under Advanced settings.

    I’ve been an Immich user for over 2 years now, so it’s been a journey for me to implement it to this standard.

    Or as someone else suggests, try CloudFlare with something like Google Auth login. Just be aware that you are then exposing all your traffic to Cloudflare. I take that as a small sacrifice for simplicity.





  • Take from this anything of use to you: I syncthing my important Unraid server stuff to a MacBook running Backblaze with a 14TB external drive. DNS is handled by NextDNS in the cloud anyway, so it’s just Immich and other random family oriented services for me. I use Pangolin for exposed services.

    You could use syncthing (or Resilio) over a tailscale or headscale network or whateveritispeopleuse to a remote PC.

    My Docker compose files and VMs are backed up once a week via plugins on Unraid, which of course get duped via syncthing to the MacBook.

    I did try a Hetzner Storage Box for a while to replace Backblaze, but the hassle of having to keep an eye on the syncing was a pain and I fell back in to Backblaze on the MacBook as it’s a set and forget (as long as they don’t change the filetypes ignored…). I may go back to a Storage Box again.

    I do also want to look into redundancy with a spare server though so it becomes quicker/easier to get it all up and running in event of failure. This is where selfhosting starts getting serious!

    Just chucking this out there to help with the fediverse.