Compare commits

...
4 changed files with 23 additions and 26 deletions
+1 -3
View File
@@ -65,12 +65,10 @@ See the [FlexGet website](https://flexget.com/) for more information.
### Download folders
We have set `/data` as an ***optional path***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
We have set `/data` as an ***optional path***, this is because it is the easiest way to get started.
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
## Read-Only Operation
This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/).
+21 -20
View File
@@ -6,10 +6,10 @@ alpine-baselayout-data 3.4.3-r2 apk
alpine-keys 2.4-r1 apk
alpine-release 3.19.7-r0 apk
aniso8601 10.0.0 python
anyio 4.8.0 python
anyio 4.9.0 python
apk-tools 2.14.4-r0 apk
apscheduler 3.11.0 python
attrs 25.1.0 python
attrs 25.3.0 python
autocommand 2.2.2 python (+1 duplicate)
babelfish 0.6.1 python
backports-tarfile 1.2.0 python (+1 duplicate)
@@ -44,7 +44,7 @@ flask-compress 1.17 python
flask-cors 5.0.1 python
flask-login 0.6.3 python
flask-restx 1.3.0 python
flexget 3.15.24 python
flexget 3.15.32 python
gdbm 1.23-r1 apk
greenlet 3.1.1 python
guessit 3.8.0 python
@@ -52,7 +52,7 @@ h11 0.14.0 python
h2 4.2.0 python
hpack 4.1.0 python
html5lib 1.1 python
httpcore 1.0.7 python
httpcore 1.0.8 python
httpx 0.28.1 python
hyperframe 6.1.0 python
icu-data-en 74.1-r0 apk
@@ -81,7 +81,7 @@ libbz2 1.0.8-r6 apk
libc-utils 0.7.2-r5 apk
libcrypto3 3.1.8-r0 apk
libcurl 8.12.1-r0 apk
libexpat 2.6.4-r0 apk
libexpat 2.7.0-r0 apk
libffi 3.4.4-r3 apk
libgcc 13.2.1_git20231014-r0 apk
libidn2 2.3.4-r4 apk
@@ -117,28 +117,28 @@ plumbum 1.9.0 python
portend 3.2.0 python
procps-ng 4.0.4-r0 apk
psutil 7.0.0 python
pyc 3.11.11-r0 apk
pyc 3.11.12-r0 apk
pygments 2.19.1 python
pynzb 0.1.0 python
pyparsing 3.2.1 python
pyparsing 3.2.3 python
pyrss2gen 1.1 python
python-dateutil 2.9.0.post0 python
python-telegram-bot 21.11.1 python
python3 3.11.11-r0 apk
python3-pyc 3.11.11-r0 apk
python3-pycache-pyc0 3.11.11-r0 apk
pytz 2025.1 python
python3 3.11.12-r0 apk
python3-pyc 3.11.12-r0 apk
python3-pycache-pyc0 3.11.12-r0 apk
pytz 2025.2 python
pyyaml 6.0.2 python
qbittorrent-api 2025.2.0 python
readline 8.2.1-r2 apk
rebulk 3.2.0 python
referencing 0.36.2 python
requests 2.32.3 python
rich 13.9.4 python
rpds-py 0.23.1 python
rich 14.0.0 python
rpds-py 0.24.0 python
rpyc 6.0.1 python
scanelf 1.3.7-r2 apk
setuptools 76.0.0 python
setuptools 78.1.0 python
sgmllib3k 1.0.0 python
shadow 4.14.2-r0 apk
six 1.17.0 python
@@ -146,7 +146,7 @@ skalibs 2.14.0.1-r0 apk
sniffio 1.3.1 python
socksio 1.0.0 python
soupsieve 2.6 python
sqlalchemy 2.0.38 python
sqlalchemy 2.0.40 python
sqlite-libs 3.44.2-r0 apk
ssl_client 1.36.1-r19 apk
tempora 5.8.0 python
@@ -155,16 +155,17 @@ tomli 2.0.1 python
transmission-rpc 7.0.11 python
triangular 2.5.0 npm
typeguard 4.3.0 python
typing-extensions 4.12.2 python (+1 duplicate)
tzdata 2025.1 python
tzdata 2025a-r0 apk
typing-extensions 4.12.2 python
typing-extensions 4.13.2 python
tzdata 2025.2 python
tzdata 2025b-r0 apk
tzlocal 5.3.1 python
urllib3 1.26.20 python
utmps-libs 0.1.2.2-r0 apk
webencodings 0.5.1 python
werkzeug 3.1.3 python
wheel 0.43.0 python
xz-libs 5.4.5-r0 apk
wheel 0.45.1 python
xz-libs 5.4.5-r1 apk
zc-lockfile 3.0.post1 python
zipp 3.19.2 python
zlib 1.3.1-r0 apk
+1 -3
View File
@@ -42,11 +42,9 @@ app_setup_block: |
### Download folders
We have set `/data` as an ***optional path***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
We have set `/data` as an ***optional path***, this is because it is the easiest way to get started.
Use the optional paths if you don't understand, or don't want hardlinks/atomic moves.
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
# init diagram
init_diagram: |
"flexget:latest": {
Executable → Regular
View File