瀏覽代碼

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

Rafael Blumberg 3 年之前
父節點
當前提交
77e9ba173f
共有 4 個文件被更改,包括 0 次插入44 次删除
  1. 二進制
      images/openvpn-as-banner.png
  2. 二進制
      images/openvpn-as-icon.png
  3. 二進制
      images/openvpn-as.png
  4. 0 44
      template/apps/openvpn-access-server.json

二進制
images/openvpn-as-banner.png


二進制
images/openvpn-as-icon.png


二進制
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/"
-}