浏览代码

Build App list and docs

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

+ 1 - 0
docs/AppList.md

@@ -141,6 +141,7 @@ List of all apps included in this project with info related to it.
 |[Speedtest Tracker](https://github.com/henrywhitaker3/Speedtest-Tracker)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/henrywhitaker3/Speedtest-Tracker#using-docker) |  |  |  |  |
 |[Sshwifty](https://sshwifty.herokuapp.com/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/nirui/sshwifty#docker-image) |  |  |  |  |
 |[SyncThing](https://syncthing.net/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-syncthing) |  |  |  |  |
+|[Tailscale](https://tailscale.com/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/tailscale/tailscale) |  |  |  |  |
 |[Tautulli](https://tautulli.com/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-tautulli) |  |  |  |  |
 |[TheLounge](https://thelounge.chat/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-thelounge) |  |  |  |  |
 |[TiddlyWiki](https://tiddlywiki.com/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://gitlab.com/nicolaw/tiddlywiki) |  |  |  |  |

+ 31 - 0
pi-hosted_template/template/portainer-v2.json

@@ -5314,6 +5314,37 @@
 			],
 			"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://syncthing.net/\" target=\"_blank\">https://syncthing.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-syncthing\" target=\"_blank\">https://docs.linuxserver.io/images/docker-syncthing</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"VPN"
+			],
+			"command": "tailscale up --authkey=$AUTH_KEY",
+			"description": "Connect your devices and users together in your own secure Zero config virtual private network. ",
+			"env": [
+				{
+					"AUTH_KEY": ""
+				}
+			],
+			"image": "tailscale/tailscale:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png",
+			"name": "tailscale",
+			"platform": "linux",
+			"restart_policy": "unless-stopped",
+			"title": "Tailscale",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/tailscale",
+					"container": "/var/lib/tailscale"
+				},
+				{
+					"bind": "/dev/net/tun",
+					"container": "/dev/net/tun"
+				}
+			],
+			"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://tailscale.com/\" target=\"_blank\">https://tailscale.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/tailscale/tailscale\" target=\"_blank\">https://hub.docker.com/r/tailscale/tailscale</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 31 - 0
template/portainer-v2-arm32.json

@@ -5314,6 +5314,37 @@
 			],
 			"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://syncthing.net/\" target=\"_blank\">https://syncthing.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-syncthing\" target=\"_blank\">https://docs.linuxserver.io/images/docker-syncthing</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"VPN"
+			],
+			"command": "tailscale up --authkey=$AUTH_KEY",
+			"description": "Connect your devices and users together in your own secure Zero config virtual private network. ",
+			"env": [
+				{
+					"AUTH_KEY": ""
+				}
+			],
+			"image": "tailscale/tailscale:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png",
+			"name": "tailscale",
+			"platform": "linux",
+			"restart_policy": "unless-stopped",
+			"title": "Tailscale",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/tailscale",
+					"container": "/var/lib/tailscale"
+				},
+				{
+					"bind": "/dev/net/tun",
+					"container": "/dev/net/tun"
+				}
+			],
+			"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://tailscale.com/\" target=\"_blank\">https://tailscale.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/tailscale/tailscale\" target=\"_blank\">https://hub.docker.com/r/tailscale/tailscale</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 31 - 0
template/portainer-v2-arm64.json

@@ -5867,6 +5867,37 @@
 			],
 			"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://syncthing.net/\" target=\"_blank\">https://syncthing.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-syncthing\" target=\"_blank\">https://docs.linuxserver.io/images/docker-syncthing</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"VPN"
+			],
+			"command": "tailscale up --authkey=$AUTH_KEY",
+			"description": "Connect your devices and users together in your own secure Zero config virtual private network. ",
+			"env": [
+				{
+					"AUTH_KEY": ""
+				}
+			],
+			"image": "tailscale/tailscale:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/tailscale-icon.png",
+			"name": "tailscale",
+			"platform": "linux",
+			"restart_policy": "unless-stopped",
+			"title": "Tailscale",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/tailscale",
+					"container": "/var/lib/tailscale"
+				},
+				{
+					"bind": "/dev/net/tun",
+					"container": "/dev/net/tun"
+				}
+			],
+			"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://tailscale.com/\" target=\"_blank\">https://tailscale.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/tailscale/tailscale\" target=\"_blank\">https://hub.docker.com/r/tailscale/tailscale</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",