mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
88 lines
4.6 KiB
XML
Executable File
88 lines
4.6 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-bookstack/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>bookstack</Name>
|
|
<Repository>lscr.io/linuxserver/bookstack</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/bookstack</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-bookstack/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-bookstack#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-bookstack#readme</ReadMe>
|
|
<Project>https://github.com/BookStackApp/BookStack</Project>
|
|
<Overview>Bookstack(https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.
|
|
|
|
Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore.
|
|
|
|
For more information on BookStack visit their website and check it out: https://www.bookstackapp.com</Overview>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/bookstack.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bookstack-logo.png</Icon>
|
|
<Date>2021-07-11</Date>
|
|
<Changes>
|
|
### 2021-07-11
|
|
- Rebase to Alpine 3.14.
|
|
|
|
### 2021-01-12
|
|
- Remove unused requirement, as of release 0.31.0.
|
|
|
|
### 2020-12-17
|
|
- Make APP_URL var required (upstream changes).
|
|
|
|
### 2020-09-17
|
|
- Rebase to alpine 3.12. Fix APP_URL setting. Bump php post max and upload max filesizes to 100MB by default.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-07-26
|
|
- Use old version of tidyhtml pending upstream fixes.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-06-14
|
|
- Add wkhtmltopdf to image for PDF rendering.
|
|
|
|
### 2019-04-20
|
|
- Rebase to Alpine 3.9, add MySQL init logic.
|
|
|
|
### 2019-03-22
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-01-20
|
|
- Added php7-curl
|
|
|
|
### 2018-11-04
|
|
- Added php7-ldap
|
|
|
|
### 2018-10-15
|
|
- Changed functionality for advanced users
|
|
|
|
### 2018-10-08
|
|
- Advanced mode, symlink changes, sed fixing, docs updated, added some composer files
|
|
|
|
### 2028-09-23
|
|
- Updates pre-release
|
|
|
|
### 2018-07-02
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="6875" Mode="tcp" Description="will map the container's port 80 to port 6875 on the host" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="this will store any uploaded data on the docker host" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="APP_URL" Target="APP_URL" Default="" Description="for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`" Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="DB_HOST" Target="DB_HOST" Default="yourdbhost" Description="for specifying the database host" Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="DB_USER" Target="DB_USER" Default="yourdbuser" Description="for specifying the database user" Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="DB_PASS" Target="DB_PASS" Default="yourdbpass" Description="for specifying the database password" Type="Variable" Display="always" Required="true" Mask="true"/>
|
|
<Config Name="DB_DATABASE" Target="DB_DATABASE" Default="bookstackapp" Description="for specifying the database to be used" Type="Variable" Display="always" 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>
|