view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Currently using qBittorrent with Gluetun and Airvpn all in docker on my home server.
I read a bit about gluetun, why did you pick it?
I also use Gluetun. I consider it more or less mandatory for container--based torrent client setups. The idea is that you run your torrent client in a docker container and you run your VPN in a Gluetun docker container. Instead of opening up your torrent client ports directly for internet access, you make it a "service" of the Gluetun container. When your VPN drops connection, the Gluetun container loses connection, which means that your torrent client is also blocked. So, this setup provides a "fool proof" kill switch that prevents your torrent client from accessing the internet except through your VPN. This is as opposed to the kill switch built in to your VPN client, which tends not to be fool proof, particularly when using containers. I found this out the hard way.
Very good to know as i wanted a killswitch too when i go off vpn somehow! I saved that comment :)
Here is the guide I used to understand and setup Gluetun. Enjoy!
https://www.smarthomebeginner.com/gluetun-docker-guide/
Thanks a bunch!! :)
Was the best option that I found :)