Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2025-07-24 21:53:45 +00:00
parent 8372683a31
commit d131b03b2c
No known key found for this signature in database

View File

@ -17,11 +17,18 @@
<Project>https://librewolf.net/</Project>
<Overview>LibreWolf(https://librewolf.net/) is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.</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/librewolf.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/librewolf-logo.png</Icon>
<Date>2024-10-12</Date>
<Requires>
This image is unprotected by default __**do not**__ expose it to the internet.
Please read https://github.com/linuxserver/docker-librewolf#security for more information.
</Requires>
<Date>2025-07-12</Date>
<Changes>
### 2025-07-12
- Rebase to Selkies, HTTPS IS NOW REQUIRED.
### 2024-10-12
- Publish aarch64 image. Switch to new upstream repo.
@ -29,7 +36,7 @@
- Initial release.
</Changes>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="LibreWolf desktop gui." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="LibreWolf 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="LibreWolf 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 local files and settings" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="LIBREWOLF_CLI" Target="LIBREWOLF_CLI" Default="https://www.linuxserver.io/" Description="Specify one or multiple LibreWolf CLI flags, this string will be passed to the application in full." Type="Variable" Display="always" Required="false" Mask="false"/>