diff --git a/index.html b/index.html index 7e5cdea..cd0f541 100644 --- a/index.html +++ b/index.html @@ -438,33 +438,6 @@
- There are two common problems with Docker volumes: Paths that differ between the Prowlarr and download client container and paths that prevent fast moves and hard links.
- The first is a problem because the download client will report a download's path as
- /torrents/My.Movie.2018/
, but in the Prowlarr container that might be at
- /downloads/My.Movie.2018/
. The second is a performance issue and causes problems for seeding torrents. Both problems can be solved with well planned, consistent paths.
-
- Most Docker images suggest paths like
- /movies
- and
- /downloads
. This causes slow moves and doesn't allow hard links because they
- are considered two different file systems
- inside
- the container. Some also recommend paths for the download client container that are different from the Prowlarr container, like
- /torrents
.
- The best solution is to use a single, common volume
- inside
- the containers, such as
- /data
.
- Your Movies would be in
- /data/Movies
, torrents in
- /data/downloads/torrents
- and/or usenet downloads in
- /data/downloads/usenet
.
-
If this advice is not followed, you may have to configure a Remote Path Mapping in the Prowlarr web UI (Settings › Download Clients).
Permissions and ownership of files is one of the most common problems for Prowlarr users, both inside and outside Docker. Most images have environment variables that can be used to override @@ -537,8 +510,7 @@
- There are two common problems with Docker volumes: Paths that differ between the Prowlarr and download client container and paths that prevent fast moves and hard links.
- The first is a problem because the download client will report a download's path as
- /torrents/My.Movie.2018/
, but in the Prowlarr container that might be at
- /downloads/My.Movie.2018/
. The second is a performance issue and causes problems for seeding torrents. Both problems can be solved with well planned, consistent paths.
-
- Most Docker images suggest paths like
- /movies
- and
- /downloads
. This causes slow moves and doesn't allow hard links because they
- are considered two different file systems
- inside
- the container. Some also recommend paths for the download client container that are different from the Prowlarr container, like
- /torrents
.
- The best solution is to use a single, common volume
- inside
- the containers, such as
- /data
.
- Your Movies would be in
- /data/Movies
, torrents in
- /data/downloads/torrents
- and/or usenet downloads in
- /data/downloads/usenet
.
-
If this advice is not followed, you may have to configure a Remote Path Mapping in the Prowlarr web UI (Settings › Download Clients).
Permissions and ownership of files is one of the most common problems for Prowlarr users, both inside and outside Docker. Most images have environment variables that can be used to override
diff --git a/src/sections/downloads-v3/downloads-v3.marko b/src/sections/downloads-v3/downloads-v3.marko
index 5a3e1b3..6ce4ed8 100644
--- a/src/sections/downloads-v3/downloads-v3.marko
+++ b/src/sections/downloads-v3/downloads-v3.marko
@@ -17,8 +17,7 @@
- Prowlarr v0.2 was supported by various third-parties on other platforms and we prefer to coordinate the port of v3.
+ Please contact us if you wish to port Prowlarr for any other platform that the ones already listed.