Building Proxmox LXC Container from Scratch - FlareSolverr

preview_player
Показать описание
building a proxmox linux container and installing flaresolverr service from scratch. thanks for the view!
○○○ LINKS ○○○

○○○ SHOP ○○○

○○○ SUPPORT ○○○

○○○ SOCIAL ○○○

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

#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.
Рекомендации по теме
Комментарии
Автор

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.

jesseatwell
Автор

Finally, the Holy Grail of LXC containerization!

llortaton
Автор

awesome vid, I made this manually however there is an LXC container on helper-scripts now.

xspance
Автор

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.

cjmoss
Автор

I've found that LXC's often vault far above their avg RAM usage, likely from system calls that result in user-space process launches, but it has been a big headache with netprobe monitoring, requiring me to basically FAR over-allocate RAM to my individual LXCs in order to prevent being spammed by netprobe by false-positives. So now, only when an LXC is *GROSSLY* overusing RAM am I alerted. It would be cool to campaign with the LXC team an improvement to have the most common Proxmox/Ubuntu kernel system calls that eventually hit user-space to be allocated from an overall shared RAM space for all LXC containers rather than on a per-container basis, so that we can more effectively monitor LXCs for unexpected RAM use.

But YES, completely agree that unless a distro has a custom kernel or cannot run in Unprivileged mode, it's completely wasteful to use VM. LXC: It is the way...

fiveangle
Автор

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

monishm
Автор

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.

dcsubie
Автор

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.

fvgoya
Автор

You set that container as dhcp, will it use a different ip if your server shut down/power outage etc?

AkhiSyahmi_
Автор

Beginner here, how do you ensure the lxcs in the llan renew their dhcp leases?

EddieArgenals
Автор

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.

CharizardSnyper
Автор

Amazing video!! liked, subscribed and shared.

Maisonier
Автор

enable --now (enable and starts at the same time)

gionag
Автор

Now just teach us how to export this lxc to use it later like we do with docker images please

iron-man
Автор

I couldn't spin it off on Debian 12, venv, systemd issues.

ZloBN
Автор

Which Linux distribution are you currently using?

kiranm
Автор

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.

BeardedTaz-Official
Автор

I see there is now a FlareSoverr Helper Script, anyone tried that yet?

JonathanScottNZ
Автор

Im a noob for the apt update. I typed all of you tyoed and it doesn't work

Chris-lkj
Автор

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)

marcelfotografie