Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2025-07-24 21:49:33 +00:00
parent a923cc69ea
commit 0e892dccbb
No known key found for this signature in database

View File

@ -17,11 +17,18 @@
<Project>https://github.com/SpacingBat3/WebCord</Project>
<Overview>WebCord(https://github.com/SpacingBat3/WebCord) can be summarized as a pack of security and privacy hardenings, Discord features reimplementations, Electron / Chromium / Discord bugs workarounds, stylesheets, internal pages and wrapped https://discord.com page, designed to conform with ToS as much as it is possible (or hide the changes that might violate it from Discord&#39;s eyes).</Overview>
<ExtraParams>--shm-size=1gb</ExtraParams>
<WebUI>http://[IP]:[PORT:3000]</WebUI>
<WebUI>https://[IP]:[PORT:3001]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/webcord.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webcord-icon.png</Icon>
<Date>2025-04-03</Date>
<Requires>
This image is unprotected by default __**do not**__ expose it to the internet.
Please read https://github.com/linuxserver/docker-webcord#security for more information.
</Requires>
<Date>2025-07-12</Date>
<Changes>
### 2025-07-12
- Rebase to Selkies, HTTPS IS NOW REQUIRED.
### 2025-04-03
- Update chromium launch options to improve performance.
@ -47,7 +54,7 @@
- Initial release.
</Changes>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="WebCord desktop gui." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="WebCord desktop gui HTTP, must be proxied." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 3001" Target="3001" Default="3001" Mode="tcp" Description="WebCord desktop gui HTTPS." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Users home directory in the container, stores program settings." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>