templates/unraid/grav.xml
2025-10-10 23:44:01 +00:00

73 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-grav/blob/main/readme-vars.yml -->
<Container version="2">
<Name>grav</Name>
<Repository>lscr.io/linuxserver/grav</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/grav</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-grav/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-grav#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-grav#readme</ReadMe>
<Project>https://github.com/getgrav/grav/</Project>
<Overview>Grav(https://github.com/getgrav/grav/) is a Fast, Simple, and Flexible, file-based Web-platform.</Overview>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/grav.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png</Icon>
<Date>2025-10-11</Date>
<Changes>
### 2025-10-11
- Add php83-pdo and php83-pdo_sqlite
### 2024-06-19
- Rebase to Alpine 3.20. Symlink robots.txt to /config. Existing users should update their nginx confs to avoid http2 deprecation warnings.
### 2024-03-06
- Add brotli to nginx.
### 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-05-06
- Add php-ldap for LDAP support.
### 2023-04-13
- Move ssl.conf include to default.conf.
### 2022-12-11
- Rebase to Alpine 3.17, PHP 8.1.
### 2022-09-05
- All php to read envs passed to container.
### 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)).
### 2021-09-03
- Added support for Redis caching.
### 2021-07-01
- Rebase to Alpine 3.14.
### 2021-04-09
- Initial Release.
</Changes>
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Port for web frontend" 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>