Пікірлер
@groff8657
@groff8657 20 сағат бұрын
Can I just say, you're really brave for opening up your network with foobar123 as the password. Even if it's just for a few minutes.
@ThomasWildeTech
@ThomasWildeTech 19 сағат бұрын
Haha thanks for your comment! I do want to clarify any confusion though. The password is just for the admin site, which is not available outside the network. The VPN port requires a key exchange between a configured client and the configured server. I just want to be clear that my network is not "open" with a simple password authentication. Both the client and the server have to verify each other before the client can connect.
@MurderByProxy
@MurderByProxy 23 сағат бұрын
nice
@Sacob88
@Sacob88 Күн бұрын
i followed this tutorial on my RP3 with Raspberry Pi OS 64bit, set port forwarding on my router, and pointed the docker config to my wan IP and also sub domain name. my phone says it's connected but i cant ping nothing at my local network. how can i check if i'm really connected? i enable graph in the container but i cant use the button
@ThomasWildeTech
@ThomasWildeTech Күн бұрын
On your phone - Make sure you can access the Internet when connected - Check whatismyipaddress.com/ when connected on WiFi, Mobile Data, and Mobile Data plus VPN. When using the VPN it should show you your WAN IP and your home ISP instead of your mobile ISP. Were you able to open the Web UI from your phone like I did in the tutorial?
@jason420
@jason420 2 күн бұрын
I also like to utilize Cloudflare tunnels for those who might be hosting at home and also want SSL functionality over a Dynamic DNS or changing IP address
@FE59FE59
@FE59FE59 8 күн бұрын
Very good video, are you using a specific app on your mobile phone, or is it possible to use the build-in VPN?
@ThomasWildeTech
@ThomasWildeTech 7 күн бұрын
Thanks! Yes, I am using the WireGuard app. After you install it you can set it as your default VPN and you can also add it as a widget with the other pull down widgets like the wifi and Bluetooth etc so it's easy to turn it on/off without having to open the dedicated WireGuard app.
@FE59FE59
@FE59FE59 7 күн бұрын
@@ThomasWildeTech Thanks for the info, now I'm even more likely to set this up! More comfort is better.
@sdfguerreiro
@sdfguerreiro 4 күн бұрын
Great video! Is there any way to install the server on a android box?
@YanivNahum-zg8uh
@YanivNahum-zg8uh 9 күн бұрын
Nice one , Please also create for windows
@ThomasWildeTech
@ThomasWildeTech 7 күн бұрын
Will do!
@ThomasWildeTech
@ThomasWildeTech 10 күн бұрын
After you set up your VPN, go ahead and self host your own Google Photos in 5 min -> kzbin.info/www/bejne/hZqYm2CQrsx0gqs
@DEUS1593
@DEUS1593 14 күн бұрын
Great tutorial but your head blocks what your typing
@ThomasWildeTech
@ThomasWildeTech 13 күн бұрын
Yeah...I'm sorry about that! This was my first video. Please check out my other Immich and networking videos which will guide you through setting it up as well!
@sscweerawat1
@sscweerawat1 16 күн бұрын
thanks 🎉
@mariozhivago
@mariozhivago 17 күн бұрын
I love your videos and you explain very well thank you but when you share screen and your camera covers half the screen it's a bit "annoying" and distracting. But thank you to making the videos.
@ThomasWildeTech
@ThomasWildeTech 17 күн бұрын
I'll keep that in mind, thank you for your feedback!
@lmr7780
@lmr7780 17 күн бұрын
Everything worked up until the very end when my android app wouldn't connect at all. sad day
@ThomasWildeTech
@ThomasWildeTech 17 күн бұрын
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: `<windows-ip>:2283
@lmr7780
@lmr7780 16 күн бұрын
@@ThomasWildeTech Yes all 4 verified and still no luck. Appreciate your time Thanks
@gokhankoc_
@gokhankoc_ 18 күн бұрын
i recommend portainer install
@ThomasWildeTech
@ThomasWildeTech 18 күн бұрын
Nice, yeah I'd say if you're already using Portainer for other things go for it. If not, I'd just default to the Immich developers recommendation of using docker compose
@AdamSambuco
@AdamSambuco 19 күн бұрын
Awesome, just what I needed! You're making videos faster than I can even find time to follow along! I love to see it. Disclaimer before I go on: Again, I'm a complete newbie, so please forgive any moronic misunderstandings. Do you have any experience with Caddy? It seemed like an easier route than NGINX + Let's Encrypt, but now I'm tempted to follow this guide instead since you're so good at laying everything out. Last thing: In my research I thought it a DDNS would be required for this type of setup. Based on what everyone says, it sounds like your ISP will randomly change your server's IP address, and DDNS is the way to deal with that. Is that accurate? I'm questioning it now since I don't see why you'd make a guide that uses static DNS if that was the case.
@ThomasWildeTech
@ThomasWildeTech 19 күн бұрын
Hey Adam, thanks again for you reply! 1. I have not used Caddy before, but just because you brought it up, I'm now determined to use it on the next video! Nginx has seemingly been the gold standard for a while and is what I've typically seen enterprises actually using so I've naturally stuck with that. The Cady config blocks certainly look simple. 2. I briefly discussed using a DDNS at about the 15:13 mark. For my actual home server stuff, I do indeed use a DDNS with NoIP. I mentioned that if you do set up a DDNS, you'll create a CNAME record pointing to that domain (mycoolurl.ddns.net). I wanted to focus more-so on the routing itself and didn't want to get into setting up a DDNS. If you think it'd be useful to see a video on setting up a DDNS, I'd be happy to do that! I do have some documentation over at thomaswildetech.com/home-server/ddns/ which should help if you're looking to set that up.
@keshav2136
@keshav2136 20 күн бұрын
Why is it always the smaller channels that are providing amazing knowledge like this. Could you list all the tools required for this?
@ThomasWildeTech
@ThomasWildeTech 20 күн бұрын
Thanks! Sure, you basically need the following: - A device preferably running a Linux Distribution - Docker installed - An application running in a docker container - Means of connecting to the container (VPN, or a Domain with Routing) I just put out a full tutorial on pretty much all of that you can find here: kzbin.info/www/bejne/aYKZkH6Ead6hftE
@keshav2136
@keshav2136 20 күн бұрын
@@ThomasWildeTech Great. (fast reply) Self hosting requires programming knowledge and tools like Apache, node js. Which do you prefer?
@ThomasWildeTech
@ThomasWildeTech 19 күн бұрын
Self hosting in and of itself doesn't really require any programming knowledge. It does require a bit of configuration and networking. You likely do want a web server, like nginx or apache (unless you want to use something like CloudFlare which will tunnel to your self hosted apps). There's no need to install node.js unless you're developing your own js apps and running them directly on the server. In general, any open-source self hosted app is going to have everything it needs to run within a docker container which is pulled from the Docker Hub Repository. That's the beauty of it. You don't need to install any dependencies on your server itself for a containerized app! Let me know if you have any further questions. Thanks!
@partha2806
@partha2806 22 күн бұрын
Would love to see a video on self hosting on a arm mac as asahi linux on cmd would work fine.
@Lardzor
@Lardzor 22 күн бұрын
Why pay a third party for VPN services when I could just do it myself. Brilliant.
@Thee_Dr_Evil
@Thee_Dr_Evil 22 күн бұрын
Self hosting on a laptop with a single drive, not a good idea to keep your precious moments hosted there. I like the idea of introducing people to a means of improving their privacy and control of their files, but to imply using an old laptop is a good idea is poor advice IMO.
@ThomasWildeTech
@ThomasWildeTech 22 күн бұрын
That's certainly a good point! I agree it's not a great long term solution, but I think it's a great idea to get familiar with the possibilities and better understand what your needs may in fact be after putting in some reps.
@TheoParis
@TheoParis 22 күн бұрын
Nice video! 👍
@skhaz
@skhaz 22 күн бұрын
My projects are running on a Raspberry Pi
@ThomasWildeTech
@ThomasWildeTech 22 күн бұрын
Heck yeah. Raspberry Pi is so perfect for it.
@thecartooncynic
@thecartooncynic 23 күн бұрын
When Crunchy Roll shut down Funimation a few months ago with no plan for former Funimation customers and the anime they purchased over the years, that was the final straw for me go all in on physical media. Worse yet, most of Funimation's catalogue has not been moved over to Crunchyroll and there are now hundreds of Anime that do not have a streaming home. I've been working on a local Plex server and I'm glad I did. If buying digital products isn't owning them, then piracy isn't theft. My mission is to take back my ownership and preserve art. Own your stuff, Digital and Physical!
@jeroenadamdevenijn4067
@jeroenadamdevenijn4067 23 күн бұрын
Very, very concise and to the point introduction to creating a REST API. Even better than what Codestral explained to me :)
@ThomasWildeTech
@ThomasWildeTech 23 күн бұрын
Really glad to hear! I'm going to be breaking this project into segments to focus in on each topic and advanced features.
@jonathanpage6813
@jonathanpage6813 23 күн бұрын
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!
@ThomasWildeTech
@ThomasWildeTech 23 күн бұрын
Nice! That's a great idea!
@jasonreviews
@jasonreviews 23 күн бұрын
nice you taught us demployment with AWS. namecheap is still cheaper 4.48 a month.
@ThomasWildeTech
@ThomasWildeTech 19 күн бұрын
Thanks for the insight! Knowing AWS is also a great skill to have in your tool belt as it's used in so many enterprises.
@ThomasWildeTech
@ThomasWildeTech 23 күн бұрын
Wanna replace Google Photos? See my 5-minute setup: kzbin.info/www/bejne/hZqYm2CQrsx0gqs
@OneAngrehCat
@OneAngrehCat 23 күн бұрын
Rather than a laptop, the real killer thing for self hosting small enterprise/personal stuff is mini PC boxes. You can find some 5700u/5560u for around $250. That's a pretty insane price for a Zen 2 8c or Zen 3 6c with 16Go of RAM. Dirt cheap SSDs so the longevity isn't guaranteed, but you can replace those or sync + zip your data on some NAS every week fairly easily with ssh + rsync.
@ThomasWildeTech
@ThomasWildeTech 23 күн бұрын
Heck yeah. For some folks even that can seem intimidating! I just want people to know you can go ahead and put in the reps on whatever you have! Thanks for the details!
@p0358
@p0358 23 күн бұрын
I like laptops simply because of free battery backup. You can find nice deals on laptops with half-broken screens but reasonable parameters for the price
@christophervankammen8340
@christophervankammen8340 23 күн бұрын
keep it up :) video making is a process of learning! Your doing a good job already good camera angle, good audio, and script :)
@ThomasWildeTech
@ThomasWildeTech 23 күн бұрын
Thanks for the encouragement! I could probably do a bit more scripting wise...I tend to just wing it 😄
@visualmodo
@visualmodo 25 күн бұрын
Very good content! =D
@ThomasWildeTech
@ThomasWildeTech 25 күн бұрын
Thank you!
@brainthesizeofplanet
@brainthesizeofplanet 26 күн бұрын
Using Ubuntu and then immich via SNAP is like just 1 minute ;-)
@ThomasWildeTech
@ThomasWildeTech 26 күн бұрын
I haven't tried using the Snap distribution. Are there limitations? Such as the mount location for assets? The other concern I might have is the frequency of updates pushed for Immich which may contain breaking changes. Using Docker-Compose it is very easy to switch between versions as well as dumping/backing-up your database.
@brainthesizeofplanet
@brainthesizeofplanet 26 күн бұрын
@@ThomasWildeTech I didn't get it up anD running in docker under Windows - I admit I don't know how docker works, so "where is what etc in term if config and storage etc.." The easiest way I could find was setting up a hyperV VM running Ubuntu lts and using the snap package - worked like a charm. I had problem adding images as external libraries weren't scanned (immich shows "ok" but nothing happened. I could find the cli app - but that was about it I did move my stuff via immich-go from Windows cli, that worked fine Immich is great, biggest drawback is the difficult installation - I am a Windows person, I did try Linux/Ubuntu several times over 20 years but I did always get stuck at some stuff and if immich want to become wildly available I don't know if docker is the right way...
@ThomasWildeTech
@ThomasWildeTech 19 күн бұрын
Please check out my video specifically geared toward installing Immich on Windows using Docker Desktop. I think it may help. kzbin.info/www/bejne/kHurZJibYsuhecU
@user-es8di6wp4w
@user-es8di6wp4w 28 күн бұрын
Hello! I setted up the immich on localhost, now i want to add a script to programmatically upload images from a google cloud platform link, is that possible? and if so which files should i target and hijack haha thanks!
@ThomasWildeTech
@ThomasWildeTech 27 күн бұрын
As long as you are able to loop through and download each of the images you want from the google cloud platform, then sure you can. You can use the Immich CLI to upload each of the photos downloaded to your Immich application. You can check out my video on how to use the CLI here: kzbin.info/www/bejne/q5yvfomcbNyVecU I hope that helps!
@MeroSucks
@MeroSucks 29 күн бұрын
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 29 күн бұрын
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!
@JoshB62698
@JoshB62698 Ай бұрын
So this is probably a silly question but when you were testing it out you entered the localhost, how did you know your port number?
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Not at all, I may have skipped over actually looking at the docker-compose.yml file. If you take a look at that you will see that for the web application it is using port 2283 on the localhost. The "2283:3001" means that port 2283 on the localhost will be binded to port 3001 in the docker container, which the web app is listening on.
@JoshB62698
@JoshB62698 Ай бұрын
@@ThomasWildeTech thank you so much for the reply. I’m just starting trying out way to free my dependence from Google photos and services like that. I saw Louis Rossman make a video talking about Immich and this whole video has been super helpful.
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
@@JoshB62698 For sure. I'm glad you found it helpful! My goal is to make it more approachable for people who aren't as familiar with IT because once you know how to set up, it's quite simple to maintain and it's a very powerful application! Let me know if you think there's anything else I can cover that would be helpful.
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Easily connect to this local instance anywhere with a self-hosted VPN. Instructions HERE -> kzbin.info/www/bejne/iJzXiZatrMaMqJI
@suprPHREAK
@suprPHREAK Ай бұрын
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 Ай бұрын
Glad to hear I could help! Thanks for your input!
@sooooooooooooooo
@sooooooooooooooo Ай бұрын
Don’t burppppp
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Seltzer was a bad choice 😂
@babungaCTR
@babungaCTR Ай бұрын
the tutorial would have been usefull if 1) the music wasn't so high it was distracting 2) we could see what you're actually typing
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Thanks for the feedback. You may be interested in my shorter video kzbin.info/www/bejne/hZqYm2CQrsx0gqs
@stevenwroblewski7361
@stevenwroblewski7361 Ай бұрын
My inputs and outputs skills are stronger than ever. Thanks WildeTech 👊
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Apologies for the loud music. If it's too distracting please see my Immich in 5 minutes video kzbin.info/www/bejne/hZqYm2CQrsx0gqs Don't forget to upload images using the Immich CLI! kzbin.info/www/bejne/q5yvfomcbNyVecU
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Hey guys, if you liked this video, please smash that like button :)
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
For a full Immich install tutorial with custom domain: kzbin.info/www/bejne/lYm7ZJKtq56tmcksi=jBal6TYB1deudem- For a 5 minute quick setup: kzbin.info/www/bejne/hZqYm2CQrsx0gqssi=smcrpipBPxTSH4vJ
@AdamSambuco
@AdamSambuco Ай бұрын
Thank you for the shortest video on KZbin for this! This was super clear, and I hope your channel takes off. I'm just trying to familiarize myself with the process before I dive in, and I don't want to make any wrong decisions. What would you recommend for the hardware? I've never set up a server before, so I'm really not even sure where to start when it comes to getting the hardware and setting up the networking side of it. I just want to set up a server, install Immich on it for myself and my wife, and basically never have to think about it. I've used Ubuntu in the past, but it was just for fun. I'm tech-savvy, but not comfortable with any sort of programming, and I'm not knowledgeable on networking. I also have three laptops lying around doing nothing. I'm wondering if it would be smart to try using one of them, or if I set it up there first and end up needing more space if it would become a huge hassle to transfer to a big boy server.
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Hey Adam, I really appreciate your feedback! Thank you, man! There's absolutely nothing wrong with starting simple, and with old hardware laying around, there's really nothing to lose. I run Immich from an old HP desktop I had in the closet building up dust, and my wife and I share an account so that we can see each other's photos in one place. The nice thing about the desktop is that it's very easy to expand the storage. One way to start without doing a whole lot, assuming your laptop is running windows, is just install Docker Desktop on the Windows laptop and get Immich up and running there. (I'm posting a new video soon on doing this exact thing). You'll likely need to enable virtualization in the BIOS, but after that it should be a breeze. If you follow my tutorial, you can set your mobile app up to work with Immich on the local network. As you alluded too, I would definitely recommend installing a linux distro on the laptop, it's just going to be so much more efficient than running docker desktop on Windows. I recently installed Linux Mint on my older personal laptop and I enjoy that as an OS that's very similar to Windows. Finally, transferring your Immich app from the laptop to a "big boy" server should not really be an issue. There are two main components to Immich, the database and the library. You would just need to copy over the library to the other hard drive, and do a database dump on the database (Immich website has details for backup and restoring from a db dump). When you pull Immich on the new server using docker, you would point the library location to the new location and then import the database dump file per the Immich instructions. Let me know if you have any additional questions or comments. If you feel there's a topic that another video would help for I'd love to hear it and make it!
@AdamSambuco
@AdamSambuco Ай бұрын
@@ThomasWildeTech Thank you so much! I really appreciate the thorough response. I subscribed and added your next video to Watch Later. Right now as I'm looking around, my biggest issue is I don't see any tutorial from the start from a total noob. Everything starts with "put this on your server." I still don't have a server, and I'm not sure where to start with one. Do all servers work? Does it need to be set up a certain way to begin with? I know Synology NAS is a big name, would that be a good choice? I would be super grateful if you could either make a video for beginners that starts there, or if you could point me in the direction of someone else's video on that topic. Thanks again, you're awesome. P.S. When I glance at your thumbnails, you remind me of Paddy Pimblett, lol
@samc1056
@samc1056 2 ай бұрын
Please turn off the annoying music! 😢
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Hey, you may like my Immich in 5 minutes video. No music! kzbin.info/www/bejne/hZqYm2CQrsx0gqs
@FerTechCH
@FerTechCH 3 ай бұрын
I would highly suggest you reupload this video with much lower background music volume, its very distracting. 😉 subscribed to see what you come up in the future 😉
@ThomasWildeTech
@ThomasWildeTech Ай бұрын
Hey, thanks for the feedback and the subscribe! You might find my shorter Immich video useful without music: kzbin.info/www/bejne/hZqYm2CQrsx0gqs
@Level1Tech
@Level1Tech 3 ай бұрын
background music makes this unusable to me.
@ThomasWildeTech
@ThomasWildeTech 3 ай бұрын
Thanks for the feedback. I'll make some adjustments for the next video.
@bunnymuncher1864
@bunnymuncher1864 3 ай бұрын
man... the background music is very distracting!
@ThomasWildeTech
@ThomasWildeTech 3 ай бұрын
Thanks for the feedback. I'll make some adjustments for the next video.
@weholmes5315
@weholmes5315 11 күн бұрын
I was about to make the same comment. I literally cannot follow what he's saying 😜