Procházet zdrojové kódy

Remove OpenVPN-AS as it doesn't have an ARM image (#351)

Rafael Blumberg před 3 roky
rodič
revize
77e9ba173f

binární
images/openvpn-as-banner.png


binární
images/openvpn-as-icon.png


binární
images/openvpn-as.png


+ 0 - 44
template/apps/openvpn-access-server.json

@@ -1,44 +0,0 @@
-{
-	"categories": [
-		"Other"
-	],
-	"description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
-	"env": [
-		{
-			"default": "eth0",
-			"label": "INTERFACE",
-			"name": "INTERFACE"
-		},
-		{
-			"default": "1000",
-			"label": "PUID",
-			"name": "PUID"
-		},
-		{
-			"default": "1000",
-			"label": "PGID",
-			"name": "PGID"
-		}
-	],
-	"image32": "linuxserver/openvpn-as:latest",
-	"image64": "linuxserver/openvpn-as:latest",
-	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/openvpn-as-icon.png",
-	"name": "openvpn-as",
-	"officialDoc": "https://hub.docker.com/r/linuxserver/openvpn-as/",
-	"platform": "linux",
-	"ports": [
-		"943:943/tcp",
-		"9443:9443/tcp",
-		"1194:1194/udp"
-	],
-	"restart_policy": "unless-stopped",
-	"title": "OpenVPN Access Server",
-	"type": 1,
-	"volumes": [
-		{
-			"bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
-			"container": "/config"
-		}
-	],
-	"webpage": "https://openvpn.net/access-server/"
-}