piwigo update

This commit is contained in:
valentin
2023-03-22 17:11:38 +01:00
parent c19679118b
commit 9fd76222ee
2 changed files with 41 additions and 0 deletions

View File

@@ -157,6 +157,36 @@
"description": "Version de piwigo (latest si vide, list : https://hub.docker.com/r/linuxserver/piwigo/tags)",
"default": "latest"
},
{
"name": "MARIADB_VERSION",
"label": "Mariadb version",
"description": "Version de mariadb (10.5 si vide, check requirements: https://piwigo.org/guides/install/requirements)",
"default": "10.5"
},
{
"name": "MYSQL_DATABASE",
"label": "Mysql Database",
"description": "Version of Dokku to use ('latest' if empty)",
"default": "piwigo_db"
},
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Mysql Root passsword",
"description": "Global hostname to be registered by Dokku",
"default": "R0o7P@sw0rD"
},
{
"name": "MYSQL_USER",
"label": "Mysql user",
"description": "Host path to be bound to /mnt/dokku (`/var/lib/dokku` if empty)",
"default": "piwigo_user"
},
{
"name": "MYSQL_PASSWORD",
"label": "Mysql password",
"description": "Image build cache path. Generally set to <data dir> + '/home/dokku'",
"default": "P1w1g0PassDB"
},
{
"name": "ROUTER_NAME",
"label": "router host",