updates
This commit is contained in:
BIN
icons/openvpn-as-icon.png
Normal file
BIN
icons/openvpn-as-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
74
templates/openvpn-as_server_unraid.xml
Normal file
74
templates/openvpn-as_server_unraid.xml
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>OpenVPN-as</Name>
|
||||||
|
<Repository>fithwum/openvpn-as</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/fithwum/openvpn-as/</Registry>
|
||||||
|
<Network>host</Network>
|
||||||
|
<MyIP/>
|
||||||
|
<Shell>sh</Shell>
|
||||||
|
<BindTime>true</BindTime>
|
||||||
|
<Privileged>false</Privileged>
|
||||||
|
<Support>https://forums.unraid.net/topic/76749-support-fithwum-teamspeak-server/</Support>
|
||||||
|
<Project>https://openvpn.net/index.php/access-server/overview.html</Project>
|
||||||
|
<Overview></Overview>
|
||||||
|
<Category>Network:VPN</Category>
|
||||||
|
<WebUI/>
|
||||||
|
<TemplateURL>https://github.com/fithwum/files-for-dockers/templates/openvpn-as_server_unraid.xml</TemplateURL>
|
||||||
|
<Icon>https://raw.githubusercontent.com/fithwum/files-for-dockers/master/icons/openvpn-as-icon.png</Icon>
|
||||||
|
<ExtraParams/>
|
||||||
|
<PostArgs/>
|
||||||
|
<CPUset/>
|
||||||
|
<DateInstalled/>
|
||||||
|
<DonateText>Buy me a coffee if you like.</DonateText>
|
||||||
|
<DonateLink>https://checkout.square.site/pay/340d93c602a042b8a223a2f7c184a6a2</DonateLink>
|
||||||
|
<Description></Description>
|
||||||
|
<Beta>False</Beta>
|
||||||
|
<Date>2023-01-31</Date>
|
||||||
|
<Changes></Changes>
|
||||||
|
<Networking>
|
||||||
|
<Mode>host</Mode>
|
||||||
|
<Publish>
|
||||||
|
<Port>
|
||||||
|
<HostPort>1194</HostPort>
|
||||||
|
<ContainerPort>1194</ContainerPort>
|
||||||
|
<Protocol>udp</Protocol>
|
||||||
|
</Port>
|
||||||
|
<Port>
|
||||||
|
<HostPort>943</HostPort>
|
||||||
|
<ContainerPort>943</ContainerPort>
|
||||||
|
<Protocol>tcp</Protocol>
|
||||||
|
</Port>
|
||||||
|
<Port>
|
||||||
|
<HostPort>9443</HostPort>
|
||||||
|
<ContainerPort>9443</ContainerPort>
|
||||||
|
<Protocol>tcp</Protocol>
|
||||||
|
</Port>
|
||||||
|
</Publish>
|
||||||
|
</Networking>
|
||||||
|
<Data>
|
||||||
|
<Volume>
|
||||||
|
<HostDir>/mnt/user/appdata/openvpn-as</HostDir>
|
||||||
|
<ContainerDir>/openvpn-as</ContainerDir>
|
||||||
|
<Mode>rw</Mode>
|
||||||
|
</Volume>
|
||||||
|
</Data>
|
||||||
|
<Environment>
|
||||||
|
<Variable>
|
||||||
|
<Value>99</Value>
|
||||||
|
<Name>PUID</Name>
|
||||||
|
<Mode/>
|
||||||
|
</Variable>
|
||||||
|
<Variable>
|
||||||
|
<Value>100</Value>
|
||||||
|
<Name>PGID</Name>
|
||||||
|
<Mode/>
|
||||||
|
</Variable>
|
||||||
|
</Environment>
|
||||||
|
<Labels/>
|
||||||
|
<Config Name="Host Port 1" Target="1194" Default="1194" Mode="udp" Description="Container Port: 1194" Type="Port" Display="always" Required="true" Mask="false">1194</Config>
|
||||||
|
<Config Name="Host Port 1" Target="943" Default="943" Mode="tcp" Description="Container Port: 943" Type="Port" Display="always" Required="true" Mask="false">943</Config>
|
||||||
|
<Config Name="Host Port 1" Target="9443" Default="9443" Mode="tcp" Description="Container Port: 9443" Type="Port" Display="always" Required="true" Mask="false">9443</Config>
|
||||||
|
<Config Name="AppData Config Path" Target="/openvpn-as" Default="/mnt/user/appdata/openvpn-as" Mode="rw" Description="Container Path: /openvpn-as" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/openvpn-as</Config>
|
||||||
|
<Config Name="Key 3" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">100</Config>
|
||||||
|
<Config Name="Key 2" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="advanced-hide" Required="false" Mask="false">99</Config>
|
||||||
|
</Container>
|
||||||
Reference in New Issue
Block a user