From 9ce3afacef71c469af2a8542ce66197c88113dfe Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 16 Mar 2025 15:41:22 +0100 Subject: [PATCH] Dont't use media blurb --- README.md | 4 +--- readme-vars.yml | 4 +--- root/donate.txt | 0 3 files changed, 2 insertions(+), 6 deletions(-) mode change 100755 => 100644 root/donate.txt diff --git a/README.md b/README.md index 369bbe6..a99a80f 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/readme-vars.yml b/readme-vars.yml index 66a42c4..deb5e7b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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": { diff --git a/root/donate.txt b/root/donate.txt old mode 100755 new mode 100644