templates/unraid/snipe-it.xml
2024-06-19 12:56:15 +00:00

118 lines
7.4 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-snipe-it/blob/master/readme-vars.yml -->
<Container version="2">
<Name>snipe-it</Name>
<Repository>lscr.io/linuxserver/snipe-it</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/snipe-it</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-snipe-it/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-snipe-it#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-snipe-it#readme</ReadMe>
<Project>https://github.com/snipe/snipe-it</Project>
<Overview>Snipe-it(https://github.com/snipe/snipe-it) makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.</Overview>
<WebUI>http://[IP]:[PORT:80]/setup</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/snipe-it.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/snipe-it-logo.png</Icon>
<Date>2024-06-17</Date>
<Changes>
### 2024-06-17
- Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
### 2024-03-06
- Existing users should update: site-confs/default.conf - Cleanup default site conf.
### 2024-02-17
- Add php81-exif.
### 2023-07-03
- Deprecate armhf. As announced here(https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
### 2023-04-13
- Move ssl.conf include to default.conf.
### 2023-04-13
- Add php81-pecl-redis for redis support.
### 2022-12-28
- Rebase to Alpine 3.17, migrate to s6v3.
### 2022-08-20
- Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement(https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
### 2022-05-14
- Add php7-sodium for v6.
### 2022-04-12
- Don&#39;t build development elements.
### 2022-03-02
- Rework init logic, do not show default compose.
### 2021-06-29
- Rebasing to alpine 3.14.
### 2021-04-30
- Rebasing to alpine 3.13, add artisan migrate on spinup.
### 2020-06-01
- Rebasing to alpine 3.12.
### 2019-12-19
- Rebasing to alpine 3.11.
### 2019-06-28
- Rebasing to alpine 3.10.
### 2019-04-10
- Add php deps for V4.7.0, ensure framework directories are available at build time.
### 2019-04-10
- Fix permissions for new bootstrap cache directory.
### 2019-03-23
- Switching to new Base images, shift to arm32v7 tag.
### 2019-02-22
- Rebasing to alpine 3.9.
### 2018-10-31
- Rebasing to alpine 3.8
### 2018-08-05
- Migration to live build server.
### 2018-06-13
- Initial Release.
</Changes>
<Config Name="WebUI" Target="80" Default="8080" Mode="tcp" Description="Snipe-IT Web UI" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains your config files and data storage for Snipe-IT" Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="APP_KEY" Target="APP_KEY" Default="" Description="App key used for encrypting stored data. Generate with `docker exec snipe-it php /app/www/artisan key:generate --show`." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="APP_URL" Target="APP_URL" Default="http://localhost:8080" Description="Hostname or IP and port if applicable, be sure to define https/http" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_PORT_3306_TCP_ADDR" Target="MYSQL_PORT_3306_TCP_ADDR" Default="" Description="Mysql hostname or IP to use" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_PORT_3306_TCP_PORT" Target="MYSQL_PORT_3306_TCP_PORT" Default="" Description="Mysql port to use" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_DATABASE" Target="MYSQL_DATABASE" Default="" Description="Mysql database to use" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_USER" Target="MYSQL_USER" Default="" Description="Mysql user to use" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="MYSQL_PASSWORD" Target="MYSQL_PASSWORD" Default="" Description="Mysql password to use" Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="APP_DEBUG" Target="APP_DEBUG" Default="false" Description="Set to `true` to see debugging output in the web UI." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="APP_ENV" Target="APP_ENV" Default="production" Description="Default is `production` but can use `testing` or `develop`." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="APP_FORCE_TLS" Target="APP_FORCE_TLS" Default="false" Description="Set to `true` if running behind a reverse proxy" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="APP_LOCALE" Target="APP_LOCALE" Default="" Description="Default is `en-US`. Set to a language from this list(https://snipe-it.readme.io/docs/configuration#section-setting-a-language)." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_PORT_587_TCP_ADDR" Target="MAIL_PORT_587_TCP_ADDR" Default="" Description="SMTP mail server ip or hostname." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_PORT_587_TCP_PORT" Target="MAIL_PORT_587_TCP_PORT" Default="" Description="SMTP mail server port." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_ENV_FROM_ADDR" Target="MAIL_ENV_FROM_ADDR" Default="" Description="The email address mail should be replied to and listed when sent." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_ENV_FROM_NAME" Target="MAIL_ENV_FROM_NAME" Default="" Description="The name listed on email sent from the default account on the system." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_ENV_ENCRYPTION" Target="MAIL_ENV_ENCRYPTION" Default="" Description="Mail encryption to use e.g. `tls`." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_ENV_USERNAME" Target="MAIL_ENV_USERNAME" Default="" Description="SMTP server login username." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MAIL_ENV_PASSWORD" Target="MAIL_ENV_PASSWORD" Default="" Description="SMTP server login password." 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"/>
</Container>