• 0 Posts
  • 66 Comments
Joined 10 months ago
cake
Cake day: September 16th, 2023

help-circle









  • First time hearing about sshuttle, thanks! What I did some time ago is to order small VPS in Linode, hosted wireguard server and let my router connect to it. Since connection is established - I’ve port-forwarded all ports (except 22) from VPS to my router via established wireguard connection.

    Then all I have to do is to manage port forwarding on my router, but if I want to connect to my router from outside - I must use VPS IP.

    Worked great, except the fact that I used to have mobile internet and as a rule of thumb - upload speed of mobile internet suck ass…









  • Think this way: postgress db is just part of immich. That’s it - separate your services into logical units.

    That’s actually makes more sense to do at home lab. Bringing down your main DB breaks a lot of your services. By separating - only part would be broken.

    My postgress db lives in the same docker compose file where immich is. If I decide to delete immich - it’s very simple to run “docker compose down” and delete folders. :)