mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
8ebc8eeefb
commit
d3fe702bfd
@ -17,11 +17,14 @@
|
||||
<Project>https://www.chromium.org/chromium-projects/</Project>
|
||||
<Overview>Chromium(https://www.chromium.org/chromium-projects/) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.</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/chromium.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png</Icon>
|
||||
<Date>2025-04-03</Date>
|
||||
<Date>2025-06-24</Date>
|
||||
<Changes>
|
||||
### 2025-06-24
|
||||
- Rebase to Selkies.
|
||||
|
||||
### 2025-04-03
|
||||
- Update chromium launch options to improve performance.
|
||||
|
||||
@ -44,7 +47,7 @@
|
||||
- Initial release.
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Chromium desktop gui." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="HTTP Chromium desktop gui, must be proxied." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Port: 3001" Target="3001" Default="3001" Mode="tcp" Description="HTTPS Chromium desktop gui." 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="CHROME_CLI" Target="CHROME_CLI" Default="https://www.linuxserver.io/" Description="Specify one or multiple Chromium CLI flags, this string will be passed to the application in full." Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user