Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker_notes:docker-deluge [2024-01-10 Wed wk02 20:04] – [OpenVPN setup] baumkp | docker_notes:docker-deluge [2024-04-28 Sun wk17 11:26] (current) – baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
======Docker Deluge Image / Service====== | ======Docker Deluge Image / Service====== | ||
I want a torrent service that uses a VPN and is set-up to block non VPN WAN (internet) access. | I want a torrent service that uses a VPN and is set-up to block non VPN WAN (internet) access. | ||
Line 5: | Line 5: | ||
I have been successfully been running this in a container on my home server since early 2023. This replaced the a similar setup that have I been operating since about 2017 on a virtual machine using Linux KVM/ | I have been successfully been running this in a container on my home server since early 2023. This replaced the a similar setup that have I been operating since about 2017 on a virtual machine using Linux KVM/ | ||
- | =====s6 supervision rc system===== | ||
- | I decided to build this container image based upon Alpine Linux using the [[https:// | ||
- | S6 [[http:// | ||
- | |||
- | ++++Basic S6 commands:| | ||
- | |||
- | *'' | ||
- | *'' | ||
- | *'' | ||
- | *'' | ||
- | *'' | ||
- | *'' | ||
- | *'' | ||
- | *'' | ||
- | |||
- | BTW dont spell dependencies as dependencies and wonder why things don't work, lol the English language sucks. | ||
- | ++++ | ||
- | |||
- | |||
- | Reference: | ||
- | *[[https:// | ||
- | *[[https:// | ||
- | *[[https:// | ||
- | |||
- | ---- | ||
- | |||
- | Other Supervisor software discussions: | ||
- | *[[https:// | ||
- | *supervisord: | ||
- | *[[https:// | ||
=====dockerfile===== | =====dockerfile===== | ||
++++Dockerfile| | ++++Dockerfile| |