mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Reorder sources, add autoupdate
This commit is contained in:
parent
af96ff8b18
commit
b367612023
1 changed files with 28 additions and 15 deletions
|
@ -57,22 +57,26 @@ ram.runtime = "50M"
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources.main]
|
||||||
[resources.sources.ldap_plugin]
|
url = "https://piwigo.org/download/dlcounter.php?code=14.3.0"
|
||||||
url = "https://piwigo.org/ext/download.php?rid=7036"
|
sha256 = "ab1d329afbb092ef74534bc09f56ef75a81d26443383e6ae47fe9801808552ef"
|
||||||
sha256 = "3c22652f6c0653aaeebe239435796748ee57612ad44e8e5f2553277545d36e5e"
|
format = "zip"
|
||||||
format = "zip"
|
|
||||||
|
|
||||||
[resources.sources.main]
|
autoupdate.strategy = "latest_github_release"
|
||||||
url = "https://piwigo.org/download/dlcounter.php?code=14.3.0"
|
|
||||||
sha256 = "ab1d329afbb092ef74534bc09f56ef75a81d26443383e6ae47fe9801808552ef"
|
|
||||||
format = "zip"
|
|
||||||
|
|
||||||
[resources.sources.log_failed_logins_plugin]
|
[resources.sources.ldap_plugin]
|
||||||
url = "http://piwigo.org/ext/download.php?rid=5525"
|
url = "https://piwigo.org/ext/download.php?rid=7036"
|
||||||
sha256 = "85b9a06f2c7ca8ae9698e6151c7631f519c945f696b02da72f9ff53243d7e4ca"
|
sha256 = "3c22652f6c0653aaeebe239435796748ee57612ad44e8e5f2553277545d36e5e"
|
||||||
in_subdir = false
|
format = "zip"
|
||||||
format = "zip"
|
|
||||||
|
autoupdate.upstream = "https://github.com/kipjr/ldap_login"
|
||||||
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
|
[resources.sources.log_failed_logins_plugin]
|
||||||
|
url = "http://piwigo.org/ext/download.php?rid=5525"
|
||||||
|
sha256 = "85b9a06f2c7ca8ae9698e6151c7631f519c945f696b02da72f9ff53243d7e4ca"
|
||||||
|
in_subdir = false
|
||||||
|
format = "zip"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
@ -85,7 +89,16 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "mariadb-server, imagemagick, php8.0-gd, php8.0-imagick, php8.0-xml, php8.0-mbstring, php8.0-mysqli, php8.0-ldap"
|
packages = [
|
||||||
|
"mariadb-server",
|
||||||
|
"imagemagick",
|
||||||
|
"php8.0-gd",
|
||||||
|
"php8.0-imagick",
|
||||||
|
"php8.0-xml",
|
||||||
|
"php8.0-mbstring",
|
||||||
|
"php8.0-mysqli",
|
||||||
|
"php8.0-ldap",
|
||||||
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
Loading…
Reference in a new issue