Update ts3server_alpine_unraid.xml

This commit is contained in:
fithwum
2020-07-13 16:27:51 -07:00
parent 346bb952fc
commit 3dd7e9d1aa

View File

@@ -33,8 +33,9 @@ Connect to the server using the TeamSpeak client with the host IP address and po
To authenticate use the privilege key shown in the supervisord.log file in the /ts3-alpine folder. To authenticate use the privilege key shown in the supervisord.log file in the /ts3-alpine folder.
</Description> </Description>
<Beta>False</Beta> <Beta>False</Beta>
<Date>2020-06-28</Date> <Date>2020-07-13</Date>
<Changes>[font size=4][center]teamspeak-alpine[/center][/font] <Changes>
[font size=4][center]teamspeak-alpine[/center][/font]
[font size=3][b](2019-01-05)[/b][/font] [font size=3][b](2019-01-05)[/b][/font]
&#x00a0;&#x00a0;- changed the way user files are preserved during update process now it is much faster. &#x00a0;&#x00a0;- changed the way user files are preserved during update process now it is much faster.
@@ -44,7 +45,6 @@ To authenticate use the privilege key shown in the supervisord.log file in the /
[font size=3][b](2019-01-02)[/b][/font] [font size=3][b](2019-01-02)[/b][/font]
&#x00a0;&#x00a0;- Changed the update process to preserve all settings/files/logs created by user/server. &#x00a0;&#x00a0;- Changed the update process to preserve all settings/files/logs created by user/server.
</Changes> </Changes>
<Networking> <Networking>
<Mode>host</Mode> <Mode>host</Mode>
@@ -71,6 +71,11 @@ To authenticate use the privilege key shown in the supervisord.log file in the /
<HostDir>/mnt/user/appdata/ts3-alpine</HostDir> <HostDir>/mnt/user/appdata/ts3-alpine</HostDir>
<ContainerDir>/ts3server</ContainerDir> <ContainerDir>/ts3server</ContainerDir>
<Mode>rw</Mode> <Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/Sync/Teamspeak3-files/files/virtualserver_1/</HostDir>
<ContainerDir>/ts3server/files/virtualserver_1/</ContainerDir>
<Mode>rw</Mode>
</Volume> </Volume>
</Data> </Data>
<Environment> <Environment>
@@ -89,7 +94,8 @@ To authenticate use the privilege key shown in the supervisord.log file in the /
<Config Name="Host Port 1" Target="9987" Default="9987" Mode="udp" Description="Container Port: 9987" Type="Port" Display="always" Required="true" Mask="false">9987</Config> <Config Name="Host Port 1" Target="9987" Default="9987" Mode="udp" Description="Container Port: 9987" Type="Port" Display="always" Required="true" Mask="false">9987</Config>
<Config Name="Host Port 2" Target="10011" Default="10011" Mode="tcp" Description="Container Port: 10011" Type="Port" Display="always" Required="true" Mask="false">10011</Config> <Config Name="Host Port 2" Target="10011" Default="10011" Mode="tcp" Description="Container Port: 10011" Type="Port" Display="always" Required="true" Mask="false">10011</Config>
<Config Name="Host Port 3" Target="30033" Default="30033" Mode="tcp" Description="Container Port: 30033" Type="Port" Display="always" Required="true" Mask="false">30033</Config> <Config Name="Host Port 3" Target="30033" Default="30033" Mode="tcp" Description="Container Port: 30033" Type="Port" Display="always" Required="true" Mask="false">30033</Config>
<Config Name="Key 2" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config> <Config Name="File Browser" Target="/ts3server/files/virtualserver_1/" Default="" Mode="rw" Description="Container Path: /ts3server/files/virtualserver_1/" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Sync/Teamspeak3-files/files/virtualserver_1/</Config>
<Config Name="Key 3" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
<Config Name="AppData Config Path" Target="/ts3server" Default="/mnt/user/appdata/ts3-alpine" Mode="rw" Description="Container Path: /ts3server" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/ts3-alpine</Config> <Config Name="AppData Config Path" Target="/ts3server" Default="/mnt/user/appdata/ts3-alpine" Mode="rw" Description="Container Path: /ts3server" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/ts3-alpine</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> </Container>