Thomas Wilde
Thomas Wilde
  • 22
  • 14 753
You NEED your OWN Network Drive. Here's how!
Having your own network drive is AWESOME. It allows you to easily share files across devices on the network, not to mention park your files where you have your BIG storage (i.e. perhaps a RAID array mounted on your server!).
This is an easy to follow tutorial where I guide you through creating the network drive service in Linux, determining the path that you want to be able to map a drive to, and setting permissions as needed.
For a step by step guide, see: thomaswildetech.com/home-server/network-drive/
--- Timeline ---
00:00 Intro
00:31 Create a User Group
01:52 Designate Drive Path | Assign Permissions
04:43 Install Samba
05:20 Configure Samba
06:33 Set Samba User Password
07:23 Note IP Address of Server
07:51 Allow Samba in Firewall
08:15 Map network drive on client
10:21 Final Thoughts
------------------------
zhlédnutí: 268

Video

Remote Desktop (RDP) into Linux from ANYWHERE
zhlédnutí 97Před 4 hodinami
It is extremely easy to set up Remote Desktop Protocol (RDP) into your linux home server and this serves as a great complement to OpenSSH. This will only take you a minute to set up! For step by step instructions, go here: thomaswildetech.com/home-server/remote-desktop/ Timeline 00:00 Intro 00:28 Install XRDP 01:04 Configure Firewall 01:33 Get your IP Address 01:52 Remote Desktop 02:36 Conclusions
Self Hosting your OWN VPN is EASY and FREE using Wireguard in Docker
zhlédnutí 1,7KPřed 14 dny
With this new Docker Compose application, you get your own VPN into your own network, with a professional admin web page and EASY client configuration. Securely interact with your self hosted apps that are not exposed to the internet, remote desktop to your workstation, or just have a secure internet connection on wifi. github.com/wg-easy/wg-easy Timeline 00:00 Intro 00:20 Setup Requirements 00...
I republished my 10 year old app with 100k downloads.
zhlédnutí 32Před 21 dnem
Developing Android apps can be exceptionally rewarding when you reach 100k users. Not everyone is always happy though... #mobileappdevelopment #androiddeveloper #iosdeveloper 00:00 Review Highlights 00:50 Intro 02:24 The Application 04:18 Reviews 17:13 Conclusions
Connect Your Self-hosted Apps to the Web in Minutes
zhlédnutí 419Před 21 dnem
Full web routing tutorial in which we'll cover exposing a docker web application using AWS Route 53 (DNS Provider) to route a domain to a router, forward it to a server, use nginx reverse proxy with SSL to route to to the Docker application. #docker #selfhosted #networking 00:00 Intro 00:50 Download and Install Docker 03:02 Get an open-source docker-compose.yml file. 04:22 Configure docker-comp...
You need to start self hosting! Here's how to start!
zhlédnutí 2,8KPřed měsícem
Self hosting sounds like a complicating thing to start doing? Surely you need expensive equipment to replace services like Google Photos and VPN, right? Actually, you can get started with an old laptop that's sitting in your closet. That's right! Pull that thing out and give it some new life! Head over to thomaswildetech.com/home-server for details on some awesome apps to set up to get started....
Install WordPress on AWS with SSL and custom domain.
zhlédnutí 134Před měsícem
- How to host your wordpress site. - Set up custom domain, and HTTPS (SSL). - Become familiar with AWS, the industry standard. #wordpresshosting #aws 00:00 Intro 00:25 Create AWS Account and/or buy domain. 01:05 Create a Lightsail Instance (Wordpress pre-installed) 04:10 Route your Domain Name 07:03 Configure SSL (https) Music from Uppbeat (free for Creators!): uppbeat.io/t/soundroll/feeling-ho...
Stop paying for Google Photos! Self host on your own PC!!
zhlédnutí 1,6KPřed měsícem
Are you new to self-hosting? Not familiar with linux? Only have a windows device? You can still self host your own google photos alternative on your pc or mac using docker desktop and docker compose. In this tutorial, I will show you how! #googlephotos #selfhosted Full Install on Ubuntu with SSL and Domain Name: czcams.com/video/_XX3_wv9zcg/video.html Quick 5 minute Install on Ubuntu: czcams.co...
Angular Component Communication with live examples.
zhlédnutí 36Před měsícem
After completing this Angular tutorial, you'll know how to communicate between components using: - Input, Output - Service - Instance Referencing #tutorial #angular If you want to follow along and use the StackBlitz example, go check them out on my site! thomaswildetech.com/software-development/angular/components/component-communication/ 00:00 Intro 01:15 Input & Output 05:28 Using a service 10...
Streamline Your Photo Album Creation Process
zhlédnutí 531Před měsícem
Streamline Your Photo Album Creation Process
Angular API Pagination with dynamic table and cards. #angular #pagination #api
zhlédnutí 109Před měsícem
Angular API Pagination with dynamic table and cards. #angular #pagination #api
Immich Setup in 5 minutes
zhlédnutí 2,4KPřed 2 měsíci
Immich Setup in 5 minutes
Setting Up Your First Spring Boot Project
zhlédnutí 31Před 2 měsíci
Setting Up Your First Spring Boot Project
Architecting your first SpringBoot project. The NFL! 🏈
zhlédnutí 16Před 2 měsíci
Architecting your first SpringBoot project. The NFL! 🏈
Immich Tutorial - How to replace Google Photos for good.
zhlédnutí 3,2KPřed 4 měsíci
Immich Tutorial - How to replace Google Photos for good.

Komentáře

  • @ThomasWildeTech
    @ThomasWildeTech Před dnem

    Don't forget to create your OWN VPN to access on the go! czcams.com/video/RktXcwwaYr0/video.html

  • @ThomasWildeTech
    @ThomasWildeTech Před 2 dny

    SUBSCRIBE to see more!!

  • @groff8657
    @groff8657 Před 7 dny

    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 Před 7 dny

      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 Před 7 dny

    nice

  • @Sacob88
    @Sacob88 Před 7 dny

    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 Před 7 dny

      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 Před 9 dny

    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 Před 14 dny

    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 Před 14 dny

      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 Před 14 dny

      @@ThomasWildeTech Thanks for the info, now I'm even more likely to set this up! More comfort is better.

    • @sdfguerreiro
      @sdfguerreiro Před 11 dny

      Great video! Is there any way to install the server on a android box?

  • @YanivNahum-zg8uh
    @YanivNahum-zg8uh Před 15 dny

    Nice one , Please also create for windows

  • @ThomasWildeTech
    @ThomasWildeTech Před 16 dny

    After you set up your VPN, go ahead and self host your own Google Photos in 5 min -> czcams.com/video/Oi5j-ZygALI/video.html

  • @DEUS1593
    @DEUS1593 Před 20 dny

    Great tutorial but your head blocks what your typing

    • @ThomasWildeTech
      @ThomasWildeTech Před 20 dny

      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 Před 23 dny

    thanks 🎉

  • @mariozhivago
    @mariozhivago Před 23 dny

    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 Před 23 dny

      I'll keep that in mind, thank you for your feedback!

  • @lmr7780
    @lmr7780 Před 24 dny

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

    • @ThomasWildeTech
      @ThomasWildeTech Před 24 dny

      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 Před 23 dny

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

  • @gokhankoc_
    @gokhankoc_ Před 24 dny

    i recommend portainer install

    • @ThomasWildeTech
      @ThomasWildeTech Před 24 dny

      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 Před 26 dny

    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 Před 25 dny

      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 Před 27 dny

    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 Před 26 dny

      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: czcams.com/video/3Q6_KN4ynHo/video.html

    • @keshav2136
      @keshav2136 Před 26 dny

      @@ThomasWildeTech Great. (fast reply) Self hosting requires programming knowledge and tools like Apache, node js. Which do you prefer?

    • @ThomasWildeTech
      @ThomasWildeTech Před 25 dny

      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 Před 28 dny

    Would love to see a video on self hosting on a arm mac as asahi linux on cmd would work fine.

  • @Lardzor
    @Lardzor Před 29 dny

    Why pay a third party for VPN services when I could just do it myself. Brilliant.

  • @Thee_Dr_Evil
    @Thee_Dr_Evil Před 29 dny

    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 Před 28 dny

      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 Před 29 dny

    Nice video! 👍

  • @skhaz
    @skhaz Před 29 dny

    My projects are running on a Raspberry Pi

  • @thecartooncynic
    @thecartooncynic Před 29 dny

    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

    Very, very concise and to the point introduction to creating a REST API. Even better than what Codestral explained to me :)

    • @ThomasWildeTech
      @ThomasWildeTech Před 29 dny

      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 Před 29 dny

    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!

  • @jasonreviews
    @jasonreviews Před 29 dny

    nice you taught us demployment with AWS. namecheap is still cheaper 4.48 a month.

    • @ThomasWildeTech
      @ThomasWildeTech Před 25 dny

      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 Před 29 dny

    Wanna replace Google Photos? See my 5-minute setup: czcams.com/video/Oi5j-ZygALI/video.html

  • @OneAngrehCat
    @OneAngrehCat Před 29 dny

    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 Před 29 dny

      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 Před 29 dny

      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 Před měsícem

    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 Před 29 dny

      Thanks for the encouragement! I could probably do a bit more scripting wise...I tend to just wing it 😄

  • @visualmodo
    @visualmodo Před měsícem

    Very good content! =D

  • @brainthesizeofplanet
    @brainthesizeofplanet Před měsícem

    Using Ubuntu and then immich via SNAP is like just 1 minute ;-)

    • @ThomasWildeTech
      @ThomasWildeTech Před měsícem

      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 Před měsícem

      @@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 Před 25 dny

      Please check out my video specifically geared toward installing Immich on Windows using Docker Desktop. I think it may help. czcams.com/video/ZJH3ee-fnCc/video.html

  • @user-es8di6wp4w
    @user-es8di6wp4w Před měsícem

    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 Před měsícem

      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: czcams.com/video/ukLMVf7wbCc/video.html I hope that helps!

  • @MeroSucks
    @MeroSucks Před měsícem

    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 měsícem

      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 Před měsícem

    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 Před měsícem

      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 Před měsícem

      @@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 Před měsícem

      @@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 Před měsícem

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

  • @suprPHREAK
    @suprPHREAK Před měsícem

    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 měsícem

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

  • @sooooooooooooooo
    @sooooooooooooooo Před měsícem

    Don’t burppppp

  • @babungaCTR
    @babungaCTR Před měsícem

    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 Před měsícem

      Thanks for the feedback. You may be interested in my shorter video czcams.com/video/Oi5j-ZygALI/video.html

  • @stevenwroblewski7361
    @stevenwroblewski7361 Před měsícem

    My inputs and outputs skills are stronger than ever. Thanks WildeTech 👊

  • @ThomasWildeTech
    @ThomasWildeTech Před měsícem

    Apologies for the loud music. If it's too distracting please see my Immich in 5 minutes video czcams.com/video/Oi5j-ZygALI/video.html Don't forget to upload images using the Immich CLI! czcams.com/video/ukLMVf7wbCc/video.html

  • @ThomasWildeTech
    @ThomasWildeTech Před měsícem

    Hey guys, if you liked this video, please smash that like button :)

  • @ThomasWildeTech
    @ThomasWildeTech Před měsícem

    For a full Immich install tutorial with custom domain: czcams.com/video/_XX3_wv9zcg/video.htmlsi=jBal6TYB1deudem- For a 5 minute quick setup: czcams.com/video/Oi5j-ZygALI/video.htmlsi=smcrpipBPxTSH4vJ

  • @AdamSambuco
    @AdamSambuco Před měsícem

    Thank you for the shortest video on CZcams 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 Před měsícem

      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 Před měsícem

      @@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 Před 2 měsíci

    Please turn off the annoying music! 😢

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

      Hey, you may like my Immich in 5 minutes video. No music! czcams.com/video/Oi5j-ZygALI/video.html

  • @FerTechCH
    @FerTechCH Před 3 měsíci

    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 Před 2 měsíci

      Hey, thanks for the feedback and the subscribe! You might find my shorter Immich video useful without music: czcams.com/video/Oi5j-ZygALI/video.html

  • @Level1Tech
    @Level1Tech Před 3 měsíci

    background music makes this unusable to me.

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

      Thanks for the feedback. I'll make some adjustments for the next video.

  • @bunnymuncher1864
    @bunnymuncher1864 Před 4 měsíci

    man... the background music is very distracting!

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

      Thanks for the feedback. I'll make some adjustments for the next video.

    • @weholmes5315
      @weholmes5315 Před 18 dny

      I was about to make the same comment. I literally cannot follow what he's saying 😜