mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
61 lines
3.5 KiB
XML
Executable File
61 lines
3.5 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-dokuwiki/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>dokuwiki</Name>
|
|
<Repository>lscr.io/linuxserver/dokuwiki</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/dokuwiki</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-dokuwiki/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-dokuwiki#application-setup</GitHub>
|
|
<Project>https://www.dokuwiki.org/dokuwiki/</Project>
|
|
<Overview>Dokuwiki(https://www.dokuwiki.org/dokuwiki/) is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.</Overview>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/dokuwiki.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/dokuwiki-logo.png</Icon>
|
|
<Date>2021-07-20</Date>
|
|
<Changes>
|
|
### 2021-07-20
|
|
- Add php7-dom, fixes minor issues in sprintdoc template.
|
|
|
|
### 2021-04-15
|
|
- Add `vendor` folder to deny list.
|
|
|
|
### 2021-02-21
|
|
- Store search index outside of container, set absolute (default) path for `savedir`.
|
|
|
|
### 2021-01-23
|
|
- Rebasing to alpine 3.13.
|
|
|
|
### 2020-09-28
|
|
- Add php7-pdo_sqlite and php7-sqlite3.
|
|
|
|
### 2020-09-23
|
|
- Fix php-local.ini bug introduced in the prior PR.
|
|
|
|
### 2020-09-14
|
|
- Rebase to alpine 3.12. Add php7-ctype, php7-curl, php7-pdo_mysql, php7-pdo_pgsql, php7-pecl-imagick and php7-iconv. Bump upload max filesize and post max size to 100MB. Remove deprecated APP_URL env var. Fix breaking addons.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-12-01
|
|
- Add php7-ldap package to support LDAP authentication.
|
|
|
|
### 2019-05-28
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="Application HTTP Port" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 443" Target="443" Default="443" Mode="tcp" Description="#optional Application HTTPS Port" Type="Port" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Configuration 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>
|