فهرست منبع

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

Rafael Blumberg 3 سال پیش
والد
کامیت
77e9ba173f
4فایلهای تغییر یافته به همراه0 افزوده شده و 44 حذف شده
  1. BIN
      images/openvpn-as-banner.png
  2. BIN
      images/openvpn-as-icon.png
  3. BIN
      images/openvpn-as.png
  4. 0 44
      template/apps/openvpn-access-server.json

BIN
images/openvpn-as-banner.png


BIN
images/openvpn-as-icon.png


BIN
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/"
-}