Building Proxmox LXC Container from Scratch - FlareSolverr

  Рет қаралды 11,639

Novaspirit Tech

Novaspirit Tech

Күн бұрын

building a proxmox linux container and installing flaresolverr service from scratch. thanks for the view!
○○○ LINKS ○○○
github.com/FlareSolverr/Flare...
○○○ SHOP ○○○
Novaspirit Shop ► teespring.com/stores/novaspir...
Amazon Store ► amzn.to/2AYs3dI
○○○ SUPPORT ○○○
💗 Patreon ► goo.gl/xpgbzB
○○○ SOCIAL ○○○
🎮 Twitch ► / novaspirit
🎮 Pandemic Playground ► / @pandemicplayground
▶️ novaspirit tv ► goo.gl/uokXYr
🎮 Novaspirit Gaming ► / @novaspiritgaming
🐤 Twitter ► / novaspirittech
👾 Discord chat ► / discord
FB Group Novaspirit ► / novasspirittech
0:00 intro
0:45 flaresolverr git
1:13 proxmox specs
1:52 creating lxc container
3:46 installing apt prerequisite
5:53 Systemd Service
8:10 installing flaresolverr
9:02 testing flaresolverr
10:37 autostart flaresolverr systemd service
13:08 LXC resources used for flaresolverr
14:03 conclusion
○○○ Send Me Stuff ○○○
Don Hui
PO BOX 765
Farmingville, NY 11738
○○○ Music ○○○
From Epidemic Sounds
patreon @ / novaspirittech
Tweet me: @ / novaspirittech
facebook: @ / novaspirittech
Instagram @ / novaspirittech \
#homelab #proxmox #lxc
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission.

Пікірлер: 35
@llortaton2834
@llortaton2834 6 ай бұрын
Finally, the Holy Grail of LXC containerization!
@jesseatwell7749
@jesseatwell7749 4 ай бұрын
Thank you! I was putting off installing Flaresolverr until I stumbled upon your video. You were straight forward but informative at the same time. It really helped that you explained yourself along the way. Cheers.
@xspance
@xspance 4 күн бұрын
awesome vid, I made this manually however there is an LXC container on helper-scripts now.
@drbyte2009
@drbyte2009 6 ай бұрын
Great video again, very helpfull !!
@Maisonier
@Maisonier 5 ай бұрын
Amazing video!! liked, subscribed and shared.
@cjmoss51
@cjmoss51 6 ай бұрын
If you shipped Flaresolverr with Docker then it should start everytime you boot the container. This keeps you from having to create a service to tell it to start when you start the continer as docker would automatically do that even if you havent logged in. The most beautiful thing about Proxmox and its LXCs is that Docker can be orchestrated within it the same way it would within or ourside a VM and both are super light.
@Lunolux
@Lunolux 6 ай бұрын
the problem doing that , is that you put another container (docker) inside another container (lxc) and it's not "needed", creating a service and make it to start at the boot is actually not hard to implemente, if people dont want to do all of those thing, so yes they should use a docker who is more easy to use
@hyperprotagonist
@hyperprotagonist 5 ай бұрын
Docker adds another resource layer. I don’t see why, if you know Linux fundamentals, you would want that overhead.
@ronm6585
@ronm6585 6 ай бұрын
Thank you.
@dcsubie21
@dcsubie21 3 ай бұрын
This was a really good video. I can’t get prowlerr to use the indexer proxy. It always shows disabled. I saw I need tags but I am unable to add tags.
@monish05m
@monish05m 6 ай бұрын
i would suggest you to just docker compose it, that way you dont have to do all of this. Also you can use tags in prowler to define which indexers should use the flaresolver route cause not all indexers need it. Thanks for the video and other proxmox content
@nomercyriding
@nomercyriding 6 ай бұрын
That's great for people who want a docker container environment. However, I want to use proxmox so I can spin up VMs or containers as necessary. I also don't want to run a VM just for docker since I have access to a lightweight container system (LXC) built right into proxmox. Also, if I FUBAR a setup in an LXC, then I just blow it up and try again and not have to worry about losing other containers.
@hyperprotagonist
@hyperprotagonist 5 ай бұрын
You’re confusing Linux containers with docker containers. Two different concepts.
@EddieArgenals
@EddieArgenals 3 ай бұрын
Beginner here , how do you ensure the lxcs in the llan renew their dhcp leases?
@AkhiSyahmi_
@AkhiSyahmi_ 2 ай бұрын
You set that container as dhcp, will it use a different ip if your server shut down/power outage etc?
@CYYB3RMISTER
@CYYB3RMISTER 4 ай бұрын
Don't know if you will read this or not, but how would you run something like authentik that doesn't have Linux instructions in their docs? I've cloned the repo, set up the config file and postgres db but I can't install the requirement.txt because it's not available in the repo.
@fvgoya
@fvgoya 6 ай бұрын
I wish to use more LXC container but for me, the biggest “issue” is the fact is not so easy attach disks (HDD/SSD) to unprivileged container. I have a VM with a disk attached and samba installed. I wish to share a shared folder from this samba to the container. I don’t want attach the disk to the Proxmox host and mp the folder. At least with VM share folders is way more flexible.
@Amwfilms
@Amwfilms 6 ай бұрын
Also you can use the VM during a backup vs the LXC has to fully shutdown till the back up is done
@llortaton2834
@llortaton2834 6 ай бұрын
To be quite honest, the first time you mount it, it is a pain but once you have done it a couple of time it's way easier and containers are well worth the effort when you think about things like uptime and backup time, a Pi-hole container DNS (in my homelab) can backup and restart over the network in under 4 seconds, try doing that with a virtual machine :). A VM virtualize every part of you machine down to it's core component while with a container you need to passthrought existing technology from the host to the container, which is why it's harder to deal with containers.
@llortaton2834
@llortaton2834 6 ай бұрын
@@Amwfilms If you don't have high availability and load balancing, you are doing it wrong
@hyperprotagonist
@hyperprotagonist 5 ай бұрын
Sounds more like a lack of understanding than an actual issue.
@iron-man1
@iron-man1 6 ай бұрын
Now just teach us how to export this lxc to use it later like we do with docker images please
@gionag
@gionag 6 ай бұрын
enable --now (enable and starts at the same time)
@k1tajfar714
@k1tajfar714 Күн бұрын
Wow! Never knew it.
@kiranm5419
@kiranm5419 6 ай бұрын
Which Linux distribution are you currently using?
@nomercyriding
@nomercyriding 6 ай бұрын
He says Debian/Ubuntu at the end of the video, and it looks like it's the latest release Ubuntu is downloaded under his node.
@ZloB1N
@ZloB1N 5 ай бұрын
I couldn't spin it off on Debian 12, venv, systemd issues.
@RiseofBrutality666
@RiseofBrutality666 3 ай бұрын
switch to Deb 11, I couldnt run pip on the requirement.txt, remade the LXC with Deb 11 and everything worked
@ZloB1N
@ZloB1N 3 ай бұрын
@@RiseofBrutality666 thanks, I think eventually I did exactly that and it worked.
@user-dg4kb4mw5z
@user-dg4kb4mw5z 4 ай бұрын
Im a noob for the apt update. I typed all of you tyoed and it doesn't work
@jpsolares
@jpsolares 6 ай бұрын
Ufffff LXC, bye bye docker
@BeardedTaz-Official
@BeardedTaz-Official Ай бұрын
Well, I apparently am having some issues with this one. Was fine as long as I am not connected to virt01. If I am connected to port vert0 I can pull everything. Not sure if that's due to my vpn potentially not working right on the openwrt side, etc. Going to have to pick someone's brain. Grrrrr....
@marcelfotografie6046
@marcelfotografie6046 6 ай бұрын
This looked very scary (28GB/8MB): WARNING: Sum of all thin volume sizes (28.00 GiB) exceeds the size of thin pool pve/data and the amount of free space in volume group (8.00 MiB)
Must-Have Jellyfin Plug-ins For Your Media Center
8:02
Novaspirit Tech
Рет қаралды 58 М.
King of Media Automation : ARR Stack For Proxmox
18:30
Novaspirit Tech
Рет қаралды 38 М.
Универ. 13 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:07:11
Комедии 2023
Рет қаралды 3,9 МЛН
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 3,7 МЛН
2000000❤️⚽️#shorts #thankyou
00:20
あしざるFC
Рет қаралды 14 МЛН
Install This Dashboard on Your Homelab now!
13:15
Novaspirit Tech
Рет қаралды 23 М.
Setting Up Your First Homelab with Proxmox!
27:24
SelfHostedToast
Рет қаралды 2,8 М.
Getting started with Ansible 02 - SSH Overview & Setup
28:51
Learn Linux TV
Рет қаралды 221 М.
Building a Power Efficient Home Server!
19:47
Wolfgang's Channel
Рет қаралды 956 М.
5 Things I Would Do On Fresh Install Of ProxMox
19:30
Novaspirit Tech
Рет қаралды 88 М.
What's in my Linux : Ubuntu 24.04 Gnome Desktop Setup Tour
24:07
Novaspirit Tech
Рет қаралды 9 М.
Proxmox LXC - How To Guide - Better Than A VM?
17:01
Jim's Garage
Рет қаралды 50 М.
Настоящий детектор , который нужен каждому!
0:16
Ender Пересказы
Рет қаралды 281 М.
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 599 М.