Self host Immich on Windows! Start getting rid of Google Photos.

Sdílet
Vložit
  • čas přidán 22. 08. 2024

Komentáře • 18

  • @ThomasWildeTech
    @ThomasWildeTech  Před 2 měsíci

    Easily connect to this local instance anywhere with a self-hosted VPN. Instructions HERE -> czcams.com/video/RktXcwwaYr0/video.html

  • @suprPHREAK
    @suprPHREAK Před 2 měsíci +6

    I’m a total Linux noob, and I followed the directions on the Immich and docker sites, and it worked easily. Then I followed your instructions for setting up external access, and now I have replaced Google photos completely!

    • @ThomasWildeTech
      @ThomasWildeTech  Před 2 měsíci

      Glad to hear I could help! Thanks for your input!

  • @MartinQuick
    @MartinQuick Před 20 dny

    Thanks so much. I had struggled so much with other tutorials and never got this to work, but you presented it so logically and with simple instructions and I got it working in no time.

  • @jonathanpage6813
    @jonathanpage6813 Před 2 měsíci +1

    Just set this up on my Windows 10 PC. I'll be using Tailscale as an easy way to connect whenever I need to access anything remotely. Looking forward to more videos on this!

  • @pcgenius8876
    @pcgenius8876 Před 24 dny

    firstly I would like to thank you for the tutorial and I have sucessfully up and running immich on windows but now I would like to ask if you can make a video about how to backup and restore another windows pc

    • @ThomasWildeTech
      @ThomasWildeTech  Před 24 dny

      Backup and restore Immich to another PC? Yes, I can certainly do that!

  • @MeroSucks
    @MeroSucks Před 2 měsíci

    Thank you for the tutorial. Pretty neat. I will say for anyone else who is struggling: it is tough and needs a bit of prior knowledge or research into things that you might not be familiar with (as I was not) such as Notepad++ and working in a terminal (Windows PowerShell in this video). I know this is probably a cakewalk for CS folks but MY LORD does it look like Chinese to someone outside of the field.
    A question for Thomas (or anyone with a good answer):
    My phone does not upload when on a different network than the "server" (the PC I'm hosting on). Is this how it is supposed to work or should I be able to upload from different networks (say like when I am outside on my 4G or connected to a friend's WiFi)?

    • @ThomasWildeTech
      @ThomasWildeTech  Před 2 měsíci +1

      Thank you very much for the feedback. Indeed, I breezed over tools such as using notepad++ or Powershell. Each of these could have been substituted with a regular text editor or CMD window.
      If you are doing this one Windows you only really have two options for outside of network access.
      1. Use a VPN such as WireGuard to remain on your network even when using 4g etc.
      2. Open and forward a port on your router to 2283. You could then connect by replacing localhost with your router IP address.
      As I alluded to in the video using the VPN is a viable solution. Otherwise, once you're ready to take Immich outside the network, I would definitely recommend you install the app on a Linux machine with an Nginx web server. If you do not have any other device running a Linux distro, you could do this within VirtualBox as well. Windows server is, well, not free. Running an actual web server like Nginx beefs up your security rather than just opening and forwarding a port.
      I'll post a link in the description to my Immich on Linux tutorial. Let me know if you have any other questions!

  • @lmr7780
    @lmr7780 Před 2 měsíci

    Everything worked up until the very end when my android app wouldn't connect at all. sad day

    • @ThomasWildeTech
      @ThomasWildeTech  Před 2 měsíci

      Double check the following:
      1. Phone is connect to the same network (probably is)
      2. Verify the IP address of the Windows machine assigned by the router (look at your router settings to find the device).
      3. Verify you opened the firewall port to 2283 on Windows.
      4. Verify your connection string in the android app: `:2283

    • @lmr7780
      @lmr7780 Před 2 měsíci

      @@ThomasWildeTech Yes all 4 verified and still no luck. Appreciate your time Thanks

    • @lematstudios265
      @lematstudios265 Před 9 dny

      @@lmr7780 I ran into this exact same problem what ended up working for me was adjusting the firewall setting rule Protocol Type from TCP to Any

  • @badguy4839
    @badguy4839 Před 3 dny

    How to change localhost:2283 to 192.168.1.250:2283. My LAN IP 2283 or change to random ip in LAN?

    • @ThomasWildeTech
      @ThomasWildeTech  Před 2 dny

      Localhost is when you are running it from your computer. From another computer or from your phone, you will use the LAN IP. I hope that helps.

    • @badguy4839
      @badguy4839 Před dnem

      ​@@ThomasWildeTech : my bad. I found problem i need to change docker subnet. And disable firewall from AVG anti virus. Thank for clarify.