templates/unraid/mariadb.xml
2023-06-11 15:44:50 +00:00

107 lines
5.2 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-mariadb/blob/master/readme-vars.yml -->
<Container version="2">
<Name>mariadb</Name>
<Repository>lscr.io/linuxserver/mariadb</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/mariadb</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-mariadb/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-mariadb#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-mariadb#readme</ReadMe>
<Project>https://mariadb.org/</Project>
<Overview>Mariadb(https://mariadb.org/) is one of the most popular database servers. Made by the original developers of MySQL.</Overview>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/mariadb.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mariadb-logo.png</Icon>
<Date>2023-06-09</Date>
<Changes>
### 2023-06-09
- Update lc_messages path in shipped custom.cnf to match upstream.
### 2023-05-25
- Rebase to Alpine 3.18, deprecate armhf.
### 2023-02-04
- Minor updates to defaults in custom.cnf.
### 2023-01-31
- Rebase to 3.17.
### 2022-12-09
- Add upgrade check warning.
### 2022-10-11
- Rebase master to Alpine 3.16, migrate to s6v3, remove password escape logic which caused problems for a small subset of users.
### 2021-07-06
- Rebase master to alpine.
### 2021-07-03
- Rebase to 3.14.
### 2021-02-08
- Fix new installs.
### 2021-02-08
- Rebase to alpine. Add mariadb-backup.
### 2021-02-08
- Release alpine tag. The alpine release will replace the latest tag in the near future.
### 2019-10-27
- Bump to 10.4, ability use custom sql on initial init ,defining root passwords via file.
### 2019-03-23
- Switching to new Base images, shift to arm32v7 tag.
### 2019-03-07
- Add ability to setup a database and default user on first spinup.
### 2019-01-26
- Add pipeline logic and multi arch.
### 2018-09-10
- Rebase to ubuntu bionic and use 10.3 mariadb repository.
### 2017-12-09
- Fix continuation lines.
### 2017-09-12
- Gracefully shut down mariadb.
### 2016-10-27
- Implement linting suggestions on database init script.
### 2016-10-11
- Rebase to ubuntu xenial, add version labelling.
### 2016-03-09
- Update to mariadb 10.1. Change to use custom.cnf over my.cnf in /config. Restructured init files to change config options on startup, rather than in the dockerfile.
### 2016-01-26
- Change user of mysqld_safe script to abc, better unclean shutdown handling on restart.
### 2015-12-23
- Remove autoupdating, between some version updates the container breaks.
### 2015-08-12
- Initial Release.
</Changes>
<Config Name="WebUI" Target="3306" Default="3306" Mode="tcp" Description="Mariadb listens on this port." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains the db itself and all assorted settings." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="MYSQL_ROOT_PASSWORD" Target="MYSQL_ROOT_PASSWORD" Default="ROOT_ACCESS_PASSWORD" Description="Set this to root password for installation (minimum 4 characters and non-alphanumeric passwords must be properly escaped)." Type="Variable" Display="always" Required="true" Mask="true"/>
<Config Name="MYSQL_DATABASE" Target="MYSQL_DATABASE" Default="USER_DB_NAME" Description="Specify the name of a database to be created on image startup." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MYSQL_USER" Target="MYSQL_USER" Default="MYSQL_USER" Description="This user will have superuser access to the database specified by MYSQL_DATABASE (do not use root here)." Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="MYSQL_PASSWORD" Target="MYSQL_PASSWORD" Default="DATABASE_PASSWORD" Description="Set this to the password you want to use for you MYSQL_USER (minimum 4 characters and non-alphanumeric passwords must be properly escaped)." Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="REMOTE_SQL" Target="REMOTE_SQL" Default="http://URL1/your.sql,https://URL2/your.sql" Description="Set this to ingest sql files from an http/https endpoint (comma seperated array)." Type="Variable" Display="always" Required="false" 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>