Building Proxmox LXC Container from Scratch - FlareSolverr

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

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 10 күн бұрын
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 6 ай бұрын
Amazing video!! liked, subscribed and shared.
@ronm6585
@ronm6585 6 ай бұрын
Thank you.
@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 6 ай бұрын
Docker adds another resource layer. I don’t see why, if you know Linux fundamentals, you would want that overhead.
@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.
@EddieArgenals
@EddieArgenals 3 ай бұрын
Beginner here , how do you ensure the lxcs in the llan renew their dhcp leases?
@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 6 ай бұрын
You’re confusing Linux containers with docker containers. Two different concepts.
@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.
@gionag
@gionag 6 ай бұрын
enable --now (enable and starts at the same time)
@k1tajfar714
@k1tajfar714 7 күн бұрын
Wow! Never knew it.
@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 6 ай бұрын
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
@ZloB1N
@ZloB1N 5 ай бұрын
I couldn't spin it off on Debian 12, venv, systemd issues.
@RiseofBrutality666
@RiseofBrutality666 4 ай бұрын
switch to Deb 11, I couldnt run pip on the requirement.txt, remade the LXC with Deb 11 and everything worked
@ZloB1N
@ZloB1N 4 ай бұрын
@@RiseofBrutality666 thanks, I think eventually I did exactly that and it worked.
@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.
@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
Рет қаралды 60 М.
King of Media Automation : ARR Stack For Proxmox
18:30
Novaspirit Tech
Рет қаралды 39 М.
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 92 МЛН
Setting Up Proxmox High Availability Cluster & Ceph
16:54
Novaspirit Tech
Рет қаралды 18 М.
Proxmox Automation with Proxmox Helper Scripts!
24:15
Techno Tim
Рет қаралды 56 М.
LXC - Guide to building a LXC Lab
15:32
DevOps Journey
Рет қаралды 32 М.
Docker on Proxmox LXC 🚀 Zero Bloat and Pure Performance!
20:53
SmartHomeBeginner
Рет қаралды 30 М.
Not So Simple To Upgrade Proxmox 8.1 with SDN
11:10
Novaspirit Tech
Рет қаралды 14 М.
Building a 26TB Offsite Backup Server! ft. Tailscale
23:48
Wolfgang's Channel
Рет қаралды 119 М.
Proxmox LXC - How To Guide - Better Than A VM?
17:01
Jim's Garage
Рет қаралды 50 М.
Setting Up NAS Server On Proxmox
16:28
Novaspirit Tech
Рет қаралды 74 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 108 М.
Секретный смартфон Apple без камеры для работы на АЭС
0:22
How charged your battery?
0:14
V.A. show / Магика
Рет қаралды 6 МЛН
Cadiz smart lock official account unlocks the aesthetics of returning home
0:30
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,6 МЛН