templates/unraid/boinc.xml
2021-10-02 17:07:03 +02:00

47 lines
3.1 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-boinc/blob/master/readme-vars.yml -->
<Container version="2">
<Name>boinc</Name>
<Repository>lscr.io/linuxserver/boinc</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/boinc</Registry>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://github.com/linuxserver/docker-boinc/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-boinc#application-setup</GitHub>
<Project>https://boinc.berkeley.edu/</Project>
<Overview>BOINC(https://boinc.berkeley.edu/) is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.</Overview>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/boinc.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/boinc-logo.png</Icon>
<Date>2021-03-23</Date>
<Changes>
### 2021-03-23
- Rebase to rdesktop-web baseimage. Deprecate `GUAC_USER` and `GUAC_PASS` env vars. Existing users can set the new var `PASSWORD` for the user `abc`.
### 2020-04-01
- Install boinc from ppa.
### 2020-03-17
- Add armhf and aarch64 builds and switch to multi-arch image.
### 2020-03-16
- Clean up old pid files.
### 2020-03-15
- Initial release.
</Changes>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Boinc desktop gui." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where BOINC should store its database and config." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="PASSWORD" Target="PASSWORD" Default="" Description="Optionally set a password for the gui." Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
<Config Name="/dev/dri" Default="/dev/dri" Description="Only needed if you want to use your Intel GPU (vaapi)." Type="Device" Display="always" Required="true" Mask="false"/>
</Container>