@@ -9,6 +9,7 @@ seedbox and personal media server.
9
9
-----------------------|----------------------------|------------------------------------------------------------------------|-------------------------|---------------------|
10
10
| Plex | plex.yourdomain.com | [ linuxserver/plex] ( https://hub.docker.com/r/linuxserver/plex ) | * latest* | Media Streaming |
11
11
| Deluge | deluge.yourdomain.com | [ linuxserver/deluge] ( https://hub.docker.com/r/linuxserver/deluge ) | * latest* | Torrents downloader |
12
+ | Deluge (VPN) | deluge.yourdomain.com | [ linuxserver/deluge] ( https://hub.docker.com/r/linuxserver/deluge ) | * latest* | Torrents downloader (behind VPN) |
12
13
| Flood | flood.yourdomain.com | [ jesec/flood] ( https://hub.docker.com/r/jesec/flood ) | * latest* | Web client for Deluge (experimental) |
13
14
| Sonarr | sonarr.yourdomain.com | [ linuxserver/sonarr] ( https://hub.docker.com/r/linuxserver/sonarr ) | * develop* | TV Shows monitor |
14
15
| Radarr | radarr.yourdomain.com | [ linuxserver/radarr] ( https://hub.docker.com/r/linuxserver/radarr ) | * develop* | Movies monitor |
@@ -22,13 +23,15 @@ seedbox and personal media server.
22
23
| Jackett | jackett.yourdomain.com | [ linuxserver/jackett] ( https://hub.docker.com/r/linuxserver/jackett ) | * latest* | Tracker indexer |
23
24
| Prowlarr | prowlarr.yourdomain.com | [ linuxserver/prowlarr] ( https://hub.docker.com/r/linuxserver/prowlarr ) | * develop* | Tracker indexer |
24
25
| JDownloader | jdownloader.yourdomain.com | [ jlesage/jdownloader-2] ( https://hub.docker.com/r/jlesage/jdownloader-2 ) | * latest* | Direct downloader |
26
+ | JDownloader (VPN) | jdownloader.yourdomain.com | [ jlesage/jdownloader-2] ( https://hub.docker.com/r/jlesage/jdownloader-2 ) | * latest* | Direct downloader (behind VPN) |
25
27
| Tautulli (plexPy) | tautulli.yourdomain.com | [ linuxserver/tautulli] ( https://hub.docker.com/r/linuxserver/tautulli ) | * latest* | Plex stats and admin|
26
28
| Tdarr | tdarr.yourdomain.com | [ haveagitgat/tdarr] ( https://hub.docker.com/r/haveagitgat/tdarr ) | * latest* | Re-encode files |
27
29
| NextCloud | nextcloud.yourdomain.com | [ linuxserver/nextcloud] ( https://hub.docker.com/r/linuxserver/nextcloud ) | * latest* | Files management |
28
30
| NextCloud-db (MariaDB) | not reachable | [ mariadb] ( https://hub.docker.com/r/_/mariadb ) | * 10* | DB for Nextcloud |
29
31
| Portainer | portainer.yourdomain.com | [ portainer/portainer] ( https://hub.docker.com/r/portainer/portainer ) | * latest* | Container management|
30
32
| Netdata | netdata.yourdomain.com | [ netdata/netdata] ( https://hub.docker.com/r/netdata/netdata ) | * latest* | Server monitoring |
31
33
| Duplicati | duplicati.yourdomain.com | [ linuxserver/duplicati] ( https://hub.docker.com/r/linuxserver/duplicati ) | * latest* | Backups |
34
+ | Gluetun | - | [ qmcgaw/gluetun] ( https://hub.docker.com/r/qmcgaw/gluetun ) | * latest* | VPN client (still WIP...) |
32
35
33
36
The front-end reverse proxy (Traefik - ** check the next section if you have already the seedbox with Traefik v1** ) routes based on the lowest level subdomain
34
37
(e.g. ` deluge.example.com ` would route to deluge). Since this is how the router
@@ -77,6 +80,7 @@ sudo rm -rf /opt/traefik /tmp/migration
77
80
## Configuration
78
81
79
82
Before running, please create the volumes which will be statically mapped to the ones on the host:
83
+ For example:
80
84
81
85
``` sh
82
86
sudo su -c " mkdir /data && mkdir /data/config && mkdir /data/torrents"
@@ -106,7 +110,7 @@ this.
106
110
## PlexPass
107
111
108
112
Just set the ` VERSION ` environment variable to ` latest ` on the Plex service (enabled by default).
109
- See https://hub.docker.com/r/linuxserver/plex .
113
+ See [ this link ] ( https://hub.docker.com/r/linuxserver/plex ) .
110
114
111
115
## Where is my data?
112
116
0 commit comments