Files
pi-hosted/template/apps/openvpn-access-server.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"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/"
}