Amazing work, keep it up! Cant wait to see your channel grow.
@clairerovic5 ай бұрын
Just changed my notification to 'ALL' - this is a magnificent video - Well Done
@Bryanluna19946 ай бұрын
Thanks for the time you take. To do this videos !!.
@marcelorruiz6 ай бұрын
Awesome work my friend. Thanks for all your hard work!
@AnandsLab6 ай бұрын
Thank you. I truly enjoy doing this and feedback like yours motivates me more.
@SystemPromowania6 ай бұрын
AMAZING stuff! Cant wait for next level ;) 😍
@AnandsLab6 ай бұрын
Thanks. It’s coming. One video a week is my plan. Sunday evening drop.
@azizmetchonou6 ай бұрын
It is finally out i have been waiting for so long
@AnandsLab6 ай бұрын
Thanks. Sorry to keep you waiting. I have so many videos planned but so little time. The traefik v3 will come out within 2 weeks. Stayed up until 1:30 am yesterday to record that. Need to edit and upload.
@grahamstapleton34733 ай бұрын
Fantastic video, great info realy well presented with documentation. I have been a bit caught out using the files from your repo which over time have changed a small ammount. Any chance you will be doig a video on Frigate NVR any time soon? fingers crossed. Thank again.
@harbinjar6 ай бұрын
Good video. Im going to set this up tomorrow. Thanks
@drewsweeney23336 ай бұрын
Great video. Really learned how the yml files connect with the use of .env file. I am wondering if you’ll have a video out on the Arrs, Qbittorrent and the use of a VPN in the setup?
@AnandsLab6 ай бұрын
Thanks! Yes definitely. Its all in the plan. I hope I can find some time to do those quickly. Meanwhile, I have a good article on Qbittorrent+ Gluetun. Check it out: www.smarthomebeginner.com/gluetun-docker-guide/
@sergeibuday2719Ай бұрын
Great video! I have a few questions, though. Could you explain how you automate the deployment of the UDMS from scratch? Will you do everything manually, step-by-step, as shown in your tutorial? Another question: I noticed you store all your scripts in a GitHub repository. How do you transfer those scripts locally to the LXC container? Also, if your Docker Compose files require sensitive information, how do you populate the .env files with the necessary secrets?
@waRraFug6 ай бұрын
Hey man, thanks for all your time and effort! Please let us know what terminal manager you are using? "UDMS" in your task bar. Cheers and thanks!
@AnandsLab6 ай бұрын
Thanks! I use MobaXterm. I should have put the name on the screen. I did not get your "UDMS" comment. What do you mean?
@benjaminwingard9036 ай бұрын
@@AnandsLab I believe what is being refered to is the Session Name.
@evanmarshall9498Ай бұрын
Great video!! Is rclone only for remote media? What would you set DATADIR= if it was a local drive or local drive pool?
@AnandsLabАй бұрын
I answered you. But it is much easier for you. Just point DATADIR to your media folder.
@SystemPromowania6 ай бұрын
best in class tutorial :) subscribbed
@AnandsLab6 ай бұрын
Thanks!😊
@TheMrmaxno6 ай бұрын
Hi, I really like your content. I am wondering whether you have a video how to backup the docker persistence volumes, it would be a really great to cover the issue. Just an my example: I keep my docker persistence volumes outside the VM with Debian (proxmox has NFS server and this disk is mounted to VM via NFS). I do use a script that stops all containers, runs the rsync to backup the data of the volumes and starts the containers, but I would love to learn and take to account any other approaches. Thank you in advance
@AnandsLab6 ай бұрын
If you are on proxmox, why not just backup the VM? Also, why not LXC? I highly recommend Proxmox Backup Server. It does incremental backup (unlike regular backup done by Proxmox) and so you can even set it to backup every hour and only the changes are backed up. On top of this, I also have a similar approach as yours but with tar backups. But I have all my files in my Proxmox LXC and not on the host.
@TheMrmaxno6 ай бұрын
@@AnandsLab hi, I am not so familiar with LXC constraints, not sure if all my containers support such kind of installation. As I said all volumes data are outside VM and it's mounted inside VM with NFS, so l can't to backup it with VM backup. I found it easier to manage, with the approach VM could take 20+30Gb for OS and soft like docker, but containers volumes take extra 20-40gb (plex cache, mariadb etc). Not sure how common the way is, but I like this one, and I am looking for ideas how to manage that and or other way
@REALTALKEUGENELANE2 ай бұрын
the folders dont show up from my nas 920
@REALTALKEUGENELANE2 ай бұрын
i can't get passed the socket stack it want load
@reyastaroth6 ай бұрын
Hello Anand!! How are you?, when you configure the .env file and copy all the user variables, timezone, docker directory... In data dir I have it distributed in two directories: Within rclone I have a truenas server directory where I have the multimedia and another synology directory where I have the downloads. How can I put two directories in said configuration?
@AnandsLab6 ай бұрын
Good and hope the same. You can create two variables: DATADIR1 (TrueNAS) and DATADIR2 (Synology). For your docker contaners you will mount the volumes as: - DATADIR1/media:/data/media1 - DATADIR2/media:/data/media2 So inside the container (e.g. Jellyfin) all media will be inside /data folder. If any issues, reach out on our Discord.
@spacecookie015 ай бұрын
Hey quick question man, why do you use Jackett and not Prowlarr?
@AnandsLab5 ай бұрын
Hey! That picture was a few years old. I do not use Jackett anymore. If you check my github, you will see the current apps I use. github.com/htpcBeginner/docker-traefik
@theboxdudeph4 ай бұрын
i found a notable problem in the portainer section. I got the portainer YML from your repo and inside, it used the EE version and not the CE. I ran it and when i try to create a portainer user it asks me to register which I don't want to do. So I stopped the docker compose and changed the YML to download CE instead. but when i docker compose UP; portainer will not start. Checked online if there is a way to downgrade and it is a bit length process. basically 3hrs of following the guide and now I have to go back to the beginning.
@AnandsLab4 ай бұрын
You have to downgrade what? I point this out. The fix is easy, you delete portainer persistent storage in appdata folder and portainer images. This should fix accidental mistakes.
@theboxdudeph4 ай бұрын
@@AnandsLab thank you that worked. your fast response is really appreciated
@AnandsLab4 ай бұрын
Glad it worked. You should also have seen the instructions to downgrade in the portainer container logs, pointing to this portal.portainer.io/knowledge/can-i-downgrade-from-portainer-business-to-portainer-ce