Bladeren bron

Set ports correct by default rutorrent (#114)

Macley 2 jaren geleden
bovenliggende
commit
4bb9e0e226

+ 2 - 2
docs/DocumentList.md

@@ -8,9 +8,9 @@ List of all Documents used within this project with related Apps and Videos.
 | File Name | Description | Related Apps | YouTube |
 | --------- | ----------- | ------------ |:-------:|
 |[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
-|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE<br>Nginx Proxy Manager v2 with Mysql [DEPRECATED]<br>Nginx Proxy Manager v2 with Sqlite and Goaccess Charts<br>Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]<br>Nginx Proxy Manager v2 with Sqllite|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
+|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]<br>Nginx Proxy Manager v2 with Mysql [DEPRECATED]<br>Nginx Proxy Manager v2 with Sqlite and Goaccess Charts<br>Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE<br>Nginx Proxy Manager v2 with Sqllite|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
 |[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
-|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole<br>Pi-Hole DoH/DoT<br>Pi-Hole-Unbound||
+|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole<br>Pi-Hole-Unbound<br>Pi-Hole DoH/DoT||
 |[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|
 |[searxng.md](../docs/searxng.md)|Install and Setup Instructions for SearXNG Meta Search|SearXNG||
 |[throttled.md](../docs/throttled.md)|Install and Setup Instructions for the Throttled Script|||

+ 5 - 30
pi-hosted_template/template/portainer-v2.json

@@ -5961,31 +5961,6 @@
 					"label": "RT_LOG_LEVEL",
 					"name": "RT_LOG_LEVEL"
 				},
-				{
-					"default": "6881",
-					"label": "RT_DHT_PORT",
-					"name": "RT_DHT_PORT"
-				},
-				{
-					"default": "8000",
-					"label": "XMLRPC_PORT",
-					"name": "XMLRPC_PORT"
-				},
-				{
-					"default": "8080",
-					"label": "RUTORRENT_PORT",
-					"name": "RUTORRENT_PORT"
-				},
-				{
-					"default": "9000",
-					"label": "WEBDAV_PORT",
-					"name": "WEBDAV_PORT"
-				},
-				{
-					"default": "50000",
-					"label": "RT_INC_PORT",
-					"name": "RT_INC_PORT"
-				},
 				{
 					"default": "erasedata,httprpc",
 					"label": "RU_REMOVE_CORE_PLUGINS",
@@ -5998,11 +5973,11 @@
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Novik/ruTorrent\" target=\"_blank\">https://github.com/Novik/ruTorrent</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/crazy-max/docker-rtorrent-rutorrent\" target=\"_blank\">https://github.com/crazy-max/docker-rtorrent-rutorrent</a><br><br><br>For ruTorrent basic auth, XMLRPC through nginx and WebDAV on completed downloads, you can populate .htpasswd files with the following command:\\ndocker run --rm -it httpd:2.4-alpine htpasswd -Bbn <username> <password> >> $(pwd)/passwd/webdav.htpasswd",
 			"platform": "linux",
 			"ports": [
-				"${RT_DHT_PORT}:${RT_DHT_PORT}/udp",
-				"${XMLRPC_PORT}:${XMLRPC_PORT}/tcp",
-				"${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp",
-				"${WEBDAV_PORT}:${WEBDAV_PORT}/tcp",
-				"${RT_INC_PORT}:${RT_INC_PORT}/tcp"
+				"6881:6881/udp",
+				"8000:8000/tcp",
+				"8080:8080/tcp",
+				"9001:9000/tcp",
+				"50000:50000/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "ruTorrent",

+ 5 - 30
template/apps/rutorrent.json

@@ -29,31 +29,6 @@
 			"label": "RT_LOG_LEVEL",
 			"name": "RT_LOG_LEVEL"
 		},
-		{
-			"default": "6881",
-			"label": "RT_DHT_PORT",
-			"name": "RT_DHT_PORT"
-		},
-		{
-			"default": "8000",
-			"label": "XMLRPC_PORT",
-			"name": "XMLRPC_PORT"
-		},
-		{
-			"default": "8080",
-			"label": "RUTORRENT_PORT",
-			"name": "RUTORRENT_PORT"
-		},
-		{
-			"default": "9000",
-			"label": "WEBDAV_PORT",
-			"name": "WEBDAV_PORT"
-		},
-		{
-			"default": "50000",
-			"label": "RT_INC_PORT",
-			"name": "RT_INC_PORT"
-		},
 		{
 			"default": "erasedata,httprpc",
 			"label": "RU_REMOVE_CORE_PLUGINS",
@@ -69,11 +44,11 @@
 	"officialDoc": "https://github.com/crazy-max/docker-rtorrent-rutorrent",
 	"platform": "linux",
 	"ports": [
-		"${RT_DHT_PORT}:${RT_DHT_PORT}/udp",
-		"${XMLRPC_PORT}:${XMLRPC_PORT}/tcp",
-		"${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp",
-		"${WEBDAV_PORT}:${WEBDAV_PORT}/tcp",
-		"${RT_INC_PORT}:${RT_INC_PORT}/tcp"
+		"6881:6881/udp",
+		"8000:8000/tcp",
+		"8080:8080/tcp",
+		"9001:9000/tcp",
+		"50000:50000/tcp"
 	],
 	"restart_policy": "unless-stopped",
 	"title": "ruTorrent",

+ 5 - 30
template/portainer-v2-amd64.json

@@ -6795,31 +6795,6 @@
 					"label": "RT_LOG_LEVEL",
 					"name": "RT_LOG_LEVEL"
 				},
-				{
-					"default": "6881",
-					"label": "RT_DHT_PORT",
-					"name": "RT_DHT_PORT"
-				},
-				{
-					"default": "8000",
-					"label": "XMLRPC_PORT",
-					"name": "XMLRPC_PORT"
-				},
-				{
-					"default": "8080",
-					"label": "RUTORRENT_PORT",
-					"name": "RUTORRENT_PORT"
-				},
-				{
-					"default": "9000",
-					"label": "WEBDAV_PORT",
-					"name": "WEBDAV_PORT"
-				},
-				{
-					"default": "50000",
-					"label": "RT_INC_PORT",
-					"name": "RT_INC_PORT"
-				},
 				{
 					"default": "erasedata,httprpc",
 					"label": "RU_REMOVE_CORE_PLUGINS",
@@ -6832,11 +6807,11 @@
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Novik/ruTorrent\" target=\"_blank\">https://github.com/Novik/ruTorrent</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/crazy-max/docker-rtorrent-rutorrent\" target=\"_blank\">https://github.com/crazy-max/docker-rtorrent-rutorrent</a><br><br><br>For ruTorrent basic auth, XMLRPC through nginx and WebDAV on completed downloads, you can populate .htpasswd files with the following command:\\ndocker run --rm -it httpd:2.4-alpine htpasswd -Bbn <username> <password> >> $(pwd)/passwd/webdav.htpasswd",
 			"platform": "linux",
 			"ports": [
-				"${RT_DHT_PORT}:${RT_DHT_PORT}/udp",
-				"${XMLRPC_PORT}:${XMLRPC_PORT}/tcp",
-				"${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp",
-				"${WEBDAV_PORT}:${WEBDAV_PORT}/tcp",
-				"${RT_INC_PORT}:${RT_INC_PORT}/tcp"
+				"6881:6881/udp",
+				"8000:8000/tcp",
+				"8080:8080/tcp",
+				"9001:9000/tcp",
+				"50000:50000/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "ruTorrent",

+ 5 - 30
template/portainer-v2-arm32.json

@@ -5961,31 +5961,6 @@
 					"label": "RT_LOG_LEVEL",
 					"name": "RT_LOG_LEVEL"
 				},
-				{
-					"default": "6881",
-					"label": "RT_DHT_PORT",
-					"name": "RT_DHT_PORT"
-				},
-				{
-					"default": "8000",
-					"label": "XMLRPC_PORT",
-					"name": "XMLRPC_PORT"
-				},
-				{
-					"default": "8080",
-					"label": "RUTORRENT_PORT",
-					"name": "RUTORRENT_PORT"
-				},
-				{
-					"default": "9000",
-					"label": "WEBDAV_PORT",
-					"name": "WEBDAV_PORT"
-				},
-				{
-					"default": "50000",
-					"label": "RT_INC_PORT",
-					"name": "RT_INC_PORT"
-				},
 				{
 					"default": "erasedata,httprpc",
 					"label": "RU_REMOVE_CORE_PLUGINS",
@@ -5998,11 +5973,11 @@
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Novik/ruTorrent\" target=\"_blank\">https://github.com/Novik/ruTorrent</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/crazy-max/docker-rtorrent-rutorrent\" target=\"_blank\">https://github.com/crazy-max/docker-rtorrent-rutorrent</a><br><br><br>For ruTorrent basic auth, XMLRPC through nginx and WebDAV on completed downloads, you can populate .htpasswd files with the following command:\\ndocker run --rm -it httpd:2.4-alpine htpasswd -Bbn <username> <password> >> $(pwd)/passwd/webdav.htpasswd",
 			"platform": "linux",
 			"ports": [
-				"${RT_DHT_PORT}:${RT_DHT_PORT}/udp",
-				"${XMLRPC_PORT}:${XMLRPC_PORT}/tcp",
-				"${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp",
-				"${WEBDAV_PORT}:${WEBDAV_PORT}/tcp",
-				"${RT_INC_PORT}:${RT_INC_PORT}/tcp"
+				"6881:6881/udp",
+				"8000:8000/tcp",
+				"8080:8080/tcp",
+				"9001:9000/tcp",
+				"50000:50000/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "ruTorrent",

+ 5 - 30
template/portainer-v2-arm64.json

@@ -6889,31 +6889,6 @@
 					"label": "RT_LOG_LEVEL",
 					"name": "RT_LOG_LEVEL"
 				},
-				{
-					"default": "6881",
-					"label": "RT_DHT_PORT",
-					"name": "RT_DHT_PORT"
-				},
-				{
-					"default": "8000",
-					"label": "XMLRPC_PORT",
-					"name": "XMLRPC_PORT"
-				},
-				{
-					"default": "8080",
-					"label": "RUTORRENT_PORT",
-					"name": "RUTORRENT_PORT"
-				},
-				{
-					"default": "9000",
-					"label": "WEBDAV_PORT",
-					"name": "WEBDAV_PORT"
-				},
-				{
-					"default": "50000",
-					"label": "RT_INC_PORT",
-					"name": "RT_INC_PORT"
-				},
 				{
 					"default": "erasedata,httprpc",
 					"label": "RU_REMOVE_CORE_PLUGINS",
@@ -6926,11 +6901,11 @@
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/Novik/ruTorrent\" target=\"_blank\">https://github.com/Novik/ruTorrent</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/crazy-max/docker-rtorrent-rutorrent\" target=\"_blank\">https://github.com/crazy-max/docker-rtorrent-rutorrent</a><br><br><br>For ruTorrent basic auth, XMLRPC through nginx and WebDAV on completed downloads, you can populate .htpasswd files with the following command:\\ndocker run --rm -it httpd:2.4-alpine htpasswd -Bbn <username> <password> >> $(pwd)/passwd/webdav.htpasswd",
 			"platform": "linux",
 			"ports": [
-				"${RT_DHT_PORT}:${RT_DHT_PORT}/udp",
-				"${XMLRPC_PORT}:${XMLRPC_PORT}/tcp",
-				"${RUTORRENT_PORT}:${RUTORRENT_PORT}/tcp",
-				"${WEBDAV_PORT}:${WEBDAV_PORT}/tcp",
-				"${RT_INC_PORT}:${RT_INC_PORT}/tcp"
+				"6881:6881/udp",
+				"8000:8000/tcp",
+				"8080:8080/tcp",
+				"9001:9000/tcp",
+				"50000:50000/tcp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "ruTorrent",