templates/unraid/heimdall.xml
2024-06-28 09:06:28 +00:00

148 lines
5.3 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-heimdall/blob/master/readme-vars.yml -->
<Container version="2">
<Name>heimdall</Name>
<Repository>lscr.io/linuxserver/heimdall</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/heimdall</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-heimdall/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-heimdall#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-heimdall#readme</ReadMe>
<Branch>
<Tag>latest</Tag>
<TagDescription>Stable Heimdall releases.</TagDescription>
</Branch>
<Branch>
<Tag>development</Tag>
<TagDescription>Latest commit from the github 2.x branch.</TagDescription>
<ReadMe>https://github.com/linuxserver/docker-heimdall/tree/development#readme</ReadMe>
<GitHub>https://github.com/linuxserver/docker-heimdall/tree/development#application-setup</GitHub>
</Branch>
<Project>https://heimdall.site</Project>
<Overview>Heimdall(https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way.
Simplicity is the key to Heimdall.
Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.</Overview>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/heimdall.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-logo.png</Icon>
<Date>2024-06-27</Date>
<Changes>
### 2024-06-27
- Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
### 2024-03-07
- Enable the opcache and disable file revalidation.
### 2024-03-06
- Existing users should update: site-confs/default.conf - Cleanup default site conf.
### 2023-12-23
- Rebase to Alpine 3.19 with php 8.3.
### 2023-05-25
- Rebase to Alpine 3.18, deprecate armhf.
### 2023-04-13
- Move ssl.conf include to default.conf.
### 2023-01-20
- Rebase to alpine 3.17 with php8.1.
### 2022-11-14
- Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement(https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
### 2022-11-04
- Build commits to upstream branch 2.x for the `development` tag.
### 2021-03-13
- Make searchproviders.yaml user configurable.
### 2021-02-10
- Revert to alpine 3.12 as php 7.4 broke laravel.
### 2021-02-10
- Rebasing to alpine 3.13.
### 2020-08-17
- Add php7-curl.
### 2020-06-01
- Rebasing to alpine 3.12.
### 2020-01-17
- Use nginx from baseimage.
### 2019-12-19
- Rebasing to alpine 3.11.
### 2019-07-16
- Save laravel.log to /config/log/heimdall.
### 2019-06-28
- Rebasing to alpine 3.10.
### 2019-04-01
- Fix permission detect logic.
### 2019-03-26
- Install Heimdall during container start to prevent delayed start due to overlayfs bug with recursive chown.
### 2019-03-23
- Switching to new Base images, shift to arm32v7 tag.
### 2019-03-15
- Clarify docker image tags in readme.
### 2019-02-22
- Rebasing to alpine 3.9.
### 2018-01-16
- Generate random app key in .env for new installs.
### 2018-11-20
- Upgrade baseimage packages during build.
### 2018-11-04
- Add php7-zip.
### 2018-10-31
- Add queue service.
### 2018-10-17
- Symlink avatars folder.
### 2018-10-16
- Updated fastcgi_params for user login support.
### 2018-10-07
- Symlink `.env` rather than copy. It now resides under `/config/www`
### 2018-09-30
- Multi-arch image. Move `.env` to `/config`.
### 2018-09-05
- Rebase to alpine linux 3.8.
### 2018-03-06
- Use password protection if htpasswd is set. Existing users can delete their default site config at /config/nginx/site-confs/default.conf and restart the container, a new default site config with htpasswd support will be created in its place
### 2018-02-12
- Initial Release.
</Changes>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="http gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 443" Target="443" Default="443" Mode="tcp" Description="https gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" 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"/>
<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>