A comment for the algorithm, and for healing, beep boop!
@romayojr6 ай бұрын
you're the goat
@ZoranTech6 ай бұрын
Same :)
@kmi3c6 ай бұрын
Beep! ;)
@Hartley946 ай бұрын
💯
@NovaspiritTech6 ай бұрын
thanksss!
@choahjinhuay6 ай бұрын
Hope that you continue to heal Don!
@NovaspiritTech6 ай бұрын
thanks
@davidpower31026 ай бұрын
Keep on kicking butt! 💚
@frankfu11226 ай бұрын
Keeping healing, keep posting! Love it!
@goatwhoroams6 ай бұрын
Thanks for everything Don!
@ISBayHudson6 ай бұрын
FYI docker runs fine in an LXC container with nesting enabled. When docker is the most.sensible way, I set up docker on the LXC
@donaldhoudek28896 ай бұрын
{Superhouse #23 - Preparing your home automation for death}. There is an excellent KZbin video by SuperhouseTV, regarding preparing your home automation for your absence, as well as mine. It sucks when you have to talk about this. I am in a similar situation, but different and the wife is no where near being able to maintain our home automation. I started documenting my network, sensors, security.... a few years ago, but still have a long way to go. I started with an overview and then went into detail. One problem is that it is a "Living Document" and will never be completed. I do have a son that is good at this stuff so I am in the process of giving him remote access and full control of the entire system. I am 75 and time is running out, so I am spending as much time on this project as possible. Best of luck to you!
@ewenchan12395 ай бұрын
LXC containers are VERY powerful. A LOT of people/tech KZbinrs talk about homelabbing with VMs, but I think that some of the real magic happens with LXC containers instead. It's significantly lighter weight and faster than a VM (since it shares the kernel with the host) and I've been able to actually get a LOT done with LXC containers, pack more stuff in with the same hardware without having to carve out/provision hardware resources for VMs. The only time that LXC containers doesn't work is if I want to run a different kernel (e.g. Windows, Solaris, macOS), for all of the Linux stuff, I think that I am down to only two VMs left (because it's much more difficult to get multi-monitor support with LXC containers than it is with Linux VMs). Mount points are awesome. I use it all the time.
@loomoo5006 ай бұрын
Man this video dropped JUST at the right time. I’m in the process of moving things over to Proxmox myself and getting stuck on some. Thanks so much.
@csd4ni3l6 ай бұрын
Hey! I just did this over weeks and it was pretty fun! I transformed almost all my docker containers to lxc containers, except authentik and wyze bridge, which i couldn't because they don't support it. i have all of my homelab containers with one openwrt, and public ones on an other. It works great!
@laptoplivegaming6 ай бұрын
Thanks! great video. Keep it up and thanks for continuing uploading videos
@MarkConstable6 ай бұрын
Heh, an almost docker free homelab. Love it! What would be interesting is to compare resource usage between the previous docker containers and after moving them to LXC. Each LXC requires an entire OS, albeit a lightweight Debian one, but then Docker has all these layers that pull in an unknown amount of... dare I say, garbage. As you say, the LXC version "feels" snappier. Comparison stats on cpu, ram and storage usage between the two would be fascinating.
@bluesquadron5936 ай бұрын
These lxc containers are docker containers with a single application installed.
@GreatTaiwan6 ай бұрын
why is docker (let's say container) free a good thing ?
@andreas.grundler6 ай бұрын
@@GreatTaiwan Docker containers may contain old versions of libraries or programs that have security vulnerabilities. Unless you build the Docker container yourself, there is nothing you can do about it. With LXC containers, on the other hand, you can install security updates.
@MarkConstable6 ай бұрын
@@GreatTaiwan I simply do not want to deal with or use Docker technology. I think it's a dumb and needlessly complex concept compared to LXC containers.
@MarkConstable6 ай бұрын
@@bluesquadron593 Sure, but LXC containers have a "real" OS as a foundation instead of a mess of overlays. The option is there to include more traditional services if needed, with a single unit for backup.
@davidlakes50875 ай бұрын
LXC containers in privileged mode are just a huge security hole. Anything that can’t run as unprivileged LXC should instead be run in a VM. I wish you the best!
@H0mework6 ай бұрын
Best of luck to you! You've been super helpful you shouldn't be going though this.
@geesharp66376 ай бұрын
Oh wow. I didn't know about data center storage. I was going to do this manually. Life saver.
@BrianThomas6 ай бұрын
Nasty NAS. Nasty backup, simple sweet and stupidly hilarious I love it
@fedefede8435 ай бұрын
I've seen this migration a 1000 times. It is good. I understand the fine granularity to backup the entire container. That is great. I also see the resource management being more efficient in some cases, that is a plus too. Sharing host HW, another plus. Etc. But... How about apps life cycle ? Nobody seems to address this. In my docker setup I use watchtower for all the automatic ones. For the critical ones I click by hand using portainer. There are several approaches to this, but all are concentrated in that one docker service. What now? How do these individual 20 LXC containers update? Who controls that ? Is there any visibility? I would really appreciate if someone made a video touching on that. Thanks for sharing!
@atetraxx4 ай бұрын
i would think you could write a script for that. ssh into your proxmox node and run the script in terminal. I've only ever had 3 lxc's running at once so always just updated manually
@mikekane97346 ай бұрын
Thanks man! As as usual tons of love and support
@somegeek71266 ай бұрын
That's why I like using compose files. You can use a compose file to create a stack in portainer, so one method does not exclude the other. Having all your appdata files in the same location is a good thing, it allows you to easily retrieve the config of your containers using scp.
@raspi_dude6 ай бұрын
yay a new vid on lxc containers! I've been messing around with them and they're amazing. I got an alpine server running on like 4mb ram lol
@ronm65856 ай бұрын
Thanks Don.
@itznolimitz6 ай бұрын
Nice, found your channel thru hardware haven. So sorry about your prognosis, hope things get better for you. I've been moving all my services to my proxmox environment also, this video helped me thanks!
@Zedris6 ай бұрын
one of the best channels on youtbe
@MarkConstable6 ай бұрын
Another thing that I do is I have a couple of Proxmox Backup Server hosts (actually all my PVE hosts are also PBS hosts) with an auto 6 hour backup schedule, so I can freely delete most of my only lightly used VMs and CTs and then restore them on an as needed basis. Ie; if you don't use your Win11 VM all that often, then you can "put it on ice" and restore when needed.
@NovaspiritTech6 ай бұрын
yup i have so many things on ice, like you said
@JohnPMiller6 ай бұрын
If anyone has a company that would be interested in sponsoring a Novaspirit Tech video, it would be an effective way to reach Don's devoted viewers & subscribers. Always great content from a great guy!
@mehedyamin6 ай бұрын
Wishing you the best! 🙏
@DavidDavisL6 ай бұрын
Nice approach and a great plan. Wishing you the best as you continue forward.
@johncnorris6 ай бұрын
Looks promising!
@EdoardoPiccolotto6 ай бұрын
Great content! I was looking for something like that!!!! Keep going, be strong!
@karloa71946 ай бұрын
I'm in a process of moving away from containers. I went with VMs because of NFS. I didn't mount the NFS via Porxmox because the host has read/write access to the share.
@philbudgen50906 ай бұрын
Wishing you a quick recovery.
@altaresification6 ай бұрын
Extremely clever, you've convinced me to migrate too. Take it easy Don!
@nitramdmij6 ай бұрын
Thanks, Don! Stay strong!
@MohamedBelgaiedHassine6 ай бұрын
Thanks for continuing to do all this hard work and giving us so much value ! ❤
@accordxtc3196 ай бұрын
I wish I came to your channel under better news, be strong and sorry I'm late to the channel. Really enjoying the content, thank you
@rotu416 ай бұрын
Thanks Don. More LXC goodness. I'm running a win 11 LXC but encountered some weird issues regarding graphics drivers and mounting volumes.
@cgaquikkie4 ай бұрын
BTW for next time: privileged LXCs can just used NFS/CIFS directly, unprivileged LXCs require the use of bind mounts. You selected privileged LXC and then went through the bother of bind mounts instead of just modifying /etc/fstab.
@yot36056 ай бұрын
Get well soon Don, god bless you
@adifoto63626 ай бұрын
perfect exact what i was about to search for. works like a charm with jellyfin
@bluesquadron5936 ай бұрын
I don't think you need privileged lxc for mounting. Also, probably want to turn off the replication for the mount point. Also check how to backup an lxc with mount point. I believe snapshot doesn't work.
@perveziqbal23336 ай бұрын
Thanks
@bestofweb10116 ай бұрын
Just thank you ❤️
@luisalcarazleal6 ай бұрын
I’m now trying to move unraid apps to proxmox containers running dockers separated by topic and it’s hard. Thanks for the video.
@itznolimitz6 ай бұрын
Wanted to comment on mountpoints in containers if you have a cluster setup. I have a proxmox 3 node cluster using ZFS replication (not ceph) I had issues with creating a replication because of the bind mountpoint, to resolve this you need to set replicate=0 in the mointpoint. That resolved the replication issue, however next I couldn't migrate the container to other nodes. to do that you need to set the shared=1 in the mountpoint. Mark sure the mountpoints exist on all nodes exactly the same (they should since it's set at the datacenter level). the mountpoint now looks more like this: /mnt/pve/nas/movies,mp=/movies,replicate=0,shared=1
@codefallacy5 ай бұрын
we ❤ you don, keep fighting. also this is very useful since ive neen struggling to create a linux vm with igpu passthrough on proxmox so im going to be giving lxc containers
@RenpySage6 ай бұрын
Get well soon Don
@jgz26 ай бұрын
Thanks again. How does one attach 2-3 12TB drives. There doesn't seem to be the normal SATA connectors on the MS-01. Do you use a DAS? NAS? Confused where the data (ie. movies and tv shows) for sonarr, radarr, jellyfin etc would go.
@NovaspiritTech6 ай бұрын
once i clean up my network a bit more i will make a video about, but for now i have a proxmox server and a NAS or at least i hope the end result will be
@TangDynasty19836 ай бұрын
mini PC manufacturers such as Minisforum usually don't offer BIOS update at all. Do you think this is a problem running it as a Hypervisor? Thanks.
@heaton9226 ай бұрын
Thanks Don, god bless you
@alfarahat6 ай бұрын
Perfect as usual man
@Dalius10006 ай бұрын
Thank You your videos so simple and concentrated at a same point. Easy to folow. And always with a so good wibe
@geogmz82776 ай бұрын
Dropping like and comment.
@davidpower31026 ай бұрын
Great content. I am learning a good bit from your work here. Thank you.
@critcritter80696 ай бұрын
Like and comment for the algo, prayers for your health
@traxeonic36006 ай бұрын
Strength and best wishes. Appreciate the video content too.
@geesharp66376 ай бұрын
BTW, you can run docked in LXC. I transferred some of my portainer setup that way.
@donkey30776 ай бұрын
The reason I've stuck with docker containers is that they are easier to keep updated. A LXC container needs to be updated in at least in two ways, you need to update the OS and then you need to update the app (and whatever tools the app uses, like apache, some runtime). In docker I just do docker compose pull to download latest image. Or am I doing it wrong?
@RomanTruman6 ай бұрын
I also think so. I'm using watchtower container to keep everything updated automatically.
@Elkan1976Ай бұрын
The container is not developed to be updated every week. If You plan to update, You must test before. When you use containers just think "If works, don't touch it" 😅
@TheBupsta6 ай бұрын
Gotta feed that algo! Also, this is great content!
@Linuxxl6 ай бұрын
All the best!
@Champabay6 ай бұрын
Ha just did all this but from Windows instead of docker. Those helper scripts are awesome but wish there was a guide to convert myself.
@justyx8466 ай бұрын
Staying strong!
@paullacatus89756 ай бұрын
Thank you Don !
@laptoplivegaming6 ай бұрын
Great video Don!! Keep it up
@100daysofmeh6 ай бұрын
Oh man top video for the migration.
@dzmelinux77696 ай бұрын
Do you mind sharing how you run the other LXCs through the VPN container?
@NovaspiritTech6 ай бұрын
i made a video on it -> kzbin.info/www/bejne/aZ6zk6Wro9Wdps0
@dzmelinux77696 ай бұрын
@@NovaspiritTechThanks a lot mate, will watch it now 👍
@owNewBlood6 ай бұрын
awesome content, always great to how you get your tools workin
@lungaro6 ай бұрын
I like docker, but I might give LXC a try. Thanks.
@88fjoe6 ай бұрын
Stay strong!
@AlexBraunton6 ай бұрын
This is cool! I'll give it a go. Thank you
@NckyАй бұрын
Do you use that openwrt in lxc as just local firewall for that server or you're using it as main router?
@jameswubbolt77876 ай бұрын
Wow, great .
@AsafOti6 ай бұрын
Thank you for the great video
@swubutu6 ай бұрын
Thats The Spirit Champ !!
@joemccay99786 ай бұрын
What was the homepage from!
@NovaspiritTech6 ай бұрын
check out my video on the homepage kzbin.info/www/bejne/n6mYommamrmHZ5o
@dertyp13986 ай бұрын
I watching this one without my Adblocker.
@su1ka6 ай бұрын
hey, how do you plan to update LXC containers? One by one 30+ times? For the porainer/docker VM i'm running watchtower ~once per month
@NovaspiritTech6 ай бұрын
ttech has 2 scripts to update lxc containers, my plan is to update all the containers every sunday 12am vai cronjob
@variable_06 ай бұрын
Thanks for the content. I really wanted to this but I'm worried about those "Stale file handle" in both NFS and CIFS mounts. I have a script that automatically unmounts and mounts them on my VM but even that isn't foolproof that I had to do a restart.
@CharlieMartorelli6 ай бұрын
Thanks, great info.
@floriankapfenberger6 ай бұрын
My Unraid NAS is called Nasty too :D
@kevinhughes98016 ай бұрын
Excellent vid so useful thanks
@terrorpup6 ай бұрын
Hey, what software are you using on the Pi? I usually use just docker ( swarm ), casaos or kasm web on arm boards. I like to see what you are using.
@NovaspiritTech6 ай бұрын
check out my repo pi-hosted.com/
@terrorpup5 ай бұрын
@@NovaspiritTech Thanks will do.
@asaone115 ай бұрын
Don how are you doing, hang in there buddy.
@sarkycutt96116 ай бұрын
Nice video, thanks 🙏
@FlavioMayrink6 ай бұрын
This is great, thanks for this video. I can't see the link for the helper script page on the info, it would be useful to have it there. Otherwise great info
@NovaspiritTech6 ай бұрын
helper-scripts.com/ or my video kzbin.info/www/bejne/inubXqKBh9eqoKc
@FlavioMayrink6 ай бұрын
@@NovaspiritTech Thank you for that. I subbed now and Won't be missing again :)
@Zedris6 ай бұрын
don i think a good video would be how to organize lxc/vms in proxmox. from the numbering id's to the naming etc.
@gotelldonn6 ай бұрын
Best of luck to you! 'Calendar' on your homepage is mis-spelled.
@NovaspiritTech6 ай бұрын
LOL just noticed that
@Lunolux6 ай бұрын
great video, almost every app that i run, is on an lxc thx
@ricjuh6 ай бұрын
Thanks!
@tenminutetokyo26434 ай бұрын
Awesome.
@TutoDS20146 ай бұрын
Any way to have automatic backups? I want to start now in proxmox, but I'm a little bit confuse
@NovaspiritTech6 ай бұрын
yes you can setup auto backup to your nas every day or whenever
@TutoDS20146 ай бұрын
@@NovaspiritTech So you depends from a separated Nas to handle the files and the backups
@mikedoth2 ай бұрын
Could you install docker on Proxmox, move the compose, and have it rebuild on x86 (if avail)? This is why i'm looking at Incas.
@SupriyaMondal35 ай бұрын
very detailed video..
@sullenfps6 ай бұрын
don't those script install docker and a docked image all the same?
@andrealves88436 ай бұрын
Good stuff
@KeithHardy-y1p6 ай бұрын
Thanks!
@tebskycascars15156 ай бұрын
Thanks dude
@JosephHarry6 ай бұрын
Thanks so cool
@casfren6 ай бұрын
I wonder why proxmox has LXC instead of docker. Hmm