浏览代码

Build App list and docs

GitHub Workflow 3 年之前
父节点
当前提交
203c7b9e21
共有 4 个文件被更改,包括 55 次插入56 次删除
  1. 1 1
      docs/AppList.md
  2. 18 18
      pi-hosted_template/template/portainer-v2.json
  3. 18 19
      template/portainer-v2-arm32.json
  4. 18 18
      template/portainer-v2-arm64.json

+ 1 - 1
docs/AppList.md

@@ -7,7 +7,7 @@ List of all apps included in this project with info related to it.
 |App Title|System|Type |Official<br>Doc|PiHosted<br>Doc|Install Script|Extra Scripts|Youtube Video|
 |:--------|:----:|:---:|:-------------:|:-------------:|:------------:|:------------|:-----------:|
 |[Adguardhome](https://adguard.com/en/adguard-home/overview.html)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/AdguardTeam/AdGuardHome/wiki/Docker) |  |  |  |  |
-|[Adguardhome-sync](https://github.com/bakito/adguardhome-sync)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/linuxserver/docker-adguardhome-sync#usage) |  |  |  |  |
+|[Adguardhome-sync](https://adguard.com/en/adguard-home/overview.html)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/linuxserver/docker-adguardhome-sync#usage) |  |  |  |  |
 |[Airsonic Advanced](https://github.com/airsonic-advanced/airsonic-advanced)|64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/linuxserver/docker-airsonic-advanced) |  |  |  |  |
 |[Airsonic](https://airsonic.github.io/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://airsonic.github.io/docs/install/docker/) |  |  |  |  |
 |[ArchiSteamFarm](https://github.com/JustArchiNET/ArchiSteamFarm/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker/) |  |  |  |  |

+ 18 - 18
pi-hosted_template/template/portainer-v2.json

@@ -10,23 +10,22 @@
 			"image": "adguard/adguardhome:latest",
 			"logo": "https://developer.asustor.com/uploadIcons/0020_999_1595573028_AdGuardhome_256.png",
 			"name": "Adguardhome",
-			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>",
 			"platform": "linux",
 			"ports": [
 				"53:53/tcp",
-		                "53:53/udp",
-		                "67:67/udp",
-		                "68:68/udp",
-		                "80:80/tcp",
-		                "443:443/tcp",
-		                "443:443/udp",
-		                "3000:3000/tcp",
-		                "853:853/tcp",
-		                "784:784/udp",
-		                "853:853/udp",
-		                "8853:8853/udp",
-		                "5443:5443/tcp",
-		                "5443:5443/udp"
+				"53:53/udp",
+				"67:67/udp",
+				"68:68/udp",
+				"80:80/tcp",
+				"443:443/tcp",
+				"443:443/udp",
+				"3000:3000/tcp",
+				"853:853/tcp",
+				"784:784/udp",
+				"853:853/udp",
+				"8853:8853/udp",
+				"5443:5443/tcp",
+				"5443:5443/udp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Adguardhome",
@@ -37,10 +36,11 @@
 					"container": "/opt/adguardhome/conf"
 				},
 				{
-      					"bind": "/portainer/Files/AppData/Config/AdguardHome/work",
+					"bind": "/portainer/Files/AppData/Config/AdguardHome/work",
 					"container": "/opt/adguardhome/work"
 				}
-			]
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>"
 		},
 		{
 			"categories": [
@@ -77,7 +77,6 @@
 			"image": "linuxserver/adguardhome-sync:latest",
 			"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png",
 			"name": "Adguardhome-sync",
-			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>",
 			"platform": "linux",
 			"ports": [
 				"8080:8080/tcp"
@@ -90,7 +89,8 @@
 					"bind": "/portainer/Files/AppData/Config/adguardhome-sync/config",
 					"container": "/config"
 				}
-			]
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>"
 		},
 		{
 			"categories": [

+ 18 - 19
template/portainer-v2-arm32.json

@@ -10,23 +10,22 @@
 			"image": "adguard/adguardhome:latest",
 			"logo": "https://developer.asustor.com/uploadIcons/0020_999_1595573028_AdGuardhome_256.png",
 			"name": "Adguardhome",
-			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>",
 			"platform": "linux",
 			"ports": [
 				"53:53/tcp",
-		                "53:53/udp",
-		                "67:67/udp",
-		                "68:68/udp",
-		                "80:80/tcp",
-		                "443:443/tcp",
-		                "443:443/udp",
-		                "3000:3000/tcp",
-		                "853:853/tcp",
-		                "784:784/udp",
-		                "853:853/udp",
-		                "8853:8853/udp",
-		                "5443:5443/tcp",
-		                "5443:5443/udp"
+				"53:53/udp",
+				"67:67/udp",
+				"68:68/udp",
+				"80:80/tcp",
+				"443:443/tcp",
+				"443:443/udp",
+				"3000:3000/tcp",
+				"853:853/tcp",
+				"784:784/udp",
+				"853:853/udp",
+				"8853:8853/udp",
+				"5443:5443/tcp",
+				"5443:5443/udp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Adguardhome",
@@ -37,10 +36,11 @@
 					"container": "/opt/adguardhome/conf"
 				},
 				{
-      					"bind": "/portainer/Files/AppData/Config/AdguardHome/work",
+					"bind": "/portainer/Files/AppData/Config/AdguardHome/work",
 					"container": "/opt/adguardhome/work"
 				}
-			]
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>"
 		},
 		{
 			"categories": [
@@ -77,7 +77,6 @@
 			"image": "linuxserver/adguardhome-sync:latest",
 			"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png",
 			"name": "Adguardhome-sync",
-			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>",
 			"platform": "linux",
 			"ports": [
 				"8080:8080/tcp"
@@ -90,9 +89,9 @@
 					"bind": "/portainer/Files/AppData/Config/adguardhome-sync/config",
 					"container": "/config"
 				}
-			]
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>"
 		},
-		------
 		{
 			"categories": [
 				"Music"

+ 18 - 18
template/portainer-v2-arm64.json

@@ -10,23 +10,22 @@
 			"image": "adguard/adguardhome:latest",
 			"logo": "https://developer.asustor.com/uploadIcons/0020_999_1595573028_AdGuardhome_256.png",
 			"name": "Adguardhome",
-			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>",
 			"platform": "linux",
 			"ports": [
 				"53:53/tcp",
-		                "53:53/udp",
-		                "67:67/udp",
-		                "68:68/udp",
-		                "80:80/tcp",
-		                "443:443/tcp",
-		                "443:443/udp",
-		                "3000:3000/tcp",
-		                "853:853/tcp",
-		                "784:784/udp",
-		                "853:853/udp",
-		                "8853:8853/udp",
-		                "5443:5443/tcp",
-		                "5443:5443/udp"
+				"53:53/udp",
+				"67:67/udp",
+				"68:68/udp",
+				"80:80/tcp",
+				"443:443/tcp",
+				"443:443/udp",
+				"3000:3000/tcp",
+				"853:853/tcp",
+				"784:784/udp",
+				"853:853/udp",
+				"8853:8853/udp",
+				"5443:5443/tcp",
+				"5443:5443/udp"
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Adguardhome",
@@ -37,10 +36,11 @@
 					"container": "/opt/adguardhome/conf"
 				},
 				{
-      					"bind": "/portainer/Files/AppData/Config/AdguardHome/work",
+					"bind": "/portainer/Files/AppData/Config/AdguardHome/work",
 					"container": "/opt/adguardhome/work"
 				}
-			]
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/AdguardTeam/AdGuardHome/wiki/Docker\" target=\"_blank\">https://github.com/AdguardTeam/AdGuardHome/wiki/Docker</a><br><br><br>"
 		},
 		{
 			"categories": [
@@ -77,7 +77,6 @@
 			"image": "linuxserver/adguardhome-sync:latest",
 			"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/adguardhomesync-icon.png",
 			"name": "Adguardhome-sync",
-			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>",
 			"platform": "linux",
 			"ports": [
 				"8080:8080/tcp"
@@ -90,7 +89,8 @@
 					"bind": "/portainer/Files/AppData/Config/adguardhome-sync/config",
 					"container": "/config"
 				}
-			]
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://adguard.com/en/adguard-home/overview.html\" target=\"_blank\">https://adguard.com/en/adguard-home/overview.html</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/linuxserver/docker-adguardhome-sync#usage\" target=\"_blank\">https://github.com/linuxserver/docker-adguardhome-sync#usage</a><br><br><br>"
 		},
 		{
 			"categories": [