Skip to content

Commit 2dff825

Browse files
committed
Simplify docker section, remove v0.2 reference
1 parent b3a3a0e commit 2dff825

File tree

3 files changed

+2
-58
lines changed

3 files changed

+2
-58
lines changed

index.html

+1-29
Original file line numberDiff line numberDiff line change
@@ -438,33 +438,6 @@ <h5>Docker container</h5>
438438
Avoid common pitfalls
439439
</dt>
440440
<dd>
441-
<h5>Volumes and Paths</h5>
442-
<p>
443-
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.<br>
444-
The first is a problem because the download client will report a download's path as
445-
<code>/torrents/My.Movie.2018/</code>, but in the Prowlarr container that might be at
446-
<code>/downloads/My.Movie.2018/</code>. The second is a performance issue and causes problems for seeding torrents. Both problems can be solved with well planned, consistent paths.
447-
</p>
448-
<p>
449-
Most Docker images suggest paths like
450-
<code>/movies</code>
451-
and
452-
<code>/downloads</code>. This causes slow moves and doesn't allow hard links because they
453-
are considered two different file systems
454-
<i>inside</i>
455-
the container. Some also recommend paths for the download client container that are different from the Prowlarr container, like
456-
<code>/torrents</code>.<br>
457-
The best solution is to use a single, common volume
458-
<i>inside</i>
459-
the containers, such as
460-
<code>/data</code>.
461-
Your Movies would be in
462-
<code>/data/Movies</code>, torrents in
463-
<code>/data/downloads/torrents</code>
464-
and/or usenet downloads in
465-
<code>/data/downloads/usenet</code>.
466-
</p>
467-
<p>If this advice is not followed, you may have to configure a Remote Path Mapping in the Prowlarr web UI (Settings &rsaquo; Download Clients).</p>
468441
<h5>Ownership and Permissions</h5>
469442
<p>
470443
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 @@ <h5>
537510
</div>
538511
<div class="tab-pane fade" id=downloads-v3-other role=tabpanel>
539512
<div class="alert alert-info">
540-
Please contact us if you wish to port Prowlarr v3 for any other platform that the ones already listed.<br>
541-
Prowlarr v0.2 was supported by various third-parties on other platforms and we prefer to coordinate the port of v3.
513+
Please contact us if you wish to port Prowlarr for any other platform that the ones already listed.
542514
</div>
543515
</div>
544516
</div>

src/sections/downloads-v3/docker.marko

-27
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,6 @@
66
</p>
77
</install-step>
88
<install-step num="1" title="Avoid common pitfalls">
9-
<h5>Volumes and Paths</h5>
10-
<p>
11-
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.<br/>
12-
The first is a problem because the download client will report a download's path as
13-
<code>/torrents/My.Movie.2018/</code>, but in the Prowlarr container that might be at
14-
<code>/downloads/My.Movie.2018/</code>. The second is a performance issue and causes problems for seeding torrents. Both problems can be solved with well planned, consistent paths.
15-
</p>
16-
<p>
17-
Most Docker images suggest paths like
18-
<code>/movies</code>
19-
and
20-
<code>/downloads</code>. This causes slow moves and doesn't allow hard links because they
21-
are considered two different file systems
22-
<i>inside</i>
23-
the container. Some also recommend paths for the download client container that are different from the Prowlarr container, like
24-
<code>/torrents</code>.<br/>
25-
The best solution is to use a single, common volume
26-
<i>inside</i>
27-
the containers, such as
28-
<code>/data</code>.
29-
Your Movies would be in
30-
<code>/data/Movies</code>, torrents in
31-
<code>/data/downloads/torrents</code>
32-
and/or usenet downloads in
33-
<code>/data/downloads/usenet</code>.
34-
</p>
35-
<p>If this advice is not followed, you may have to configure a Remote Path Mapping in the Prowlarr web UI (Settings &rsaquo; Download Clients).</p>
369
<h5>Ownership and Permissions</h5>
3710
<p>
3811
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

src/sections/downloads-v3/downloads-v3.marko

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
<tabview-pane id="downloads-v3-bsd" file="downloads-v3/bsd.marko"/>
1818
<tabview-pane id="downloads-v3-other">
1919
<alert level="info">
20-
Please contact us if you wish to port Prowlarr v3 for any other platform that the ones already listed.<br/>
21-
Prowlarr v0.2 was supported by various third-parties on other platforms and we prefer to coordinate the port of v3.
20+
Please contact us if you wish to port Prowlarr for any other platform that the ones already listed.
2221
</alert>
2322
</tabview-pane>
2423
</div>

0 commit comments

Comments
 (0)