1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Toml style

This commit is contained in:
Salamandar 2024-04-02 15:03:24 +02:00
parent ee065de4d2
commit ec0cf64201
2 changed files with 16 additions and 6 deletions

View file

@ -1,3 +1,5 @@
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "baikal"
@ -42,10 +44,10 @@ ram.runtime = "50M"
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/sabre-io/Baikal/releases/download/0.9.4/baikal-0.9.4.zip"
sha256 = "47a23aa06bc82504e0f216ea81328d9fa00c9c9d9f178d5487ce8960e941e58e"
autoupdate.strategy = "latest_github_release"
[resources.sources.main]
url = "https://github.com/sabre-io/Baikal/releases/download/0.9.4/baikal-0.9.4.zip"
sha256 = "47a23aa06bc82504e0f216ea81328d9fa00c9c9d9f178d5487ce8960e941e58e"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
@ -60,7 +62,13 @@ ram.runtime = "50M"
admin.show_tile = false
[resources.apt]
packages = "mariadb-server, php8.0-xml, php8.0-mbstring, php8.0-mysql, php8.0-ldap"
packages = [
"mariadb-server",
"php8.0-xml",
"php8.0-mbstring",
"php8.0-mysql",
"php8.0-ldap",
]
[resources.database]
type = "mysql"

View file

@ -1,3 +1,5 @@
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
test_format = 1.0
[default]
@ -6,4 +8,4 @@ test_format = 1.0
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.330692e457ef2b475046d1724d3f198f007d5512.name = "Upgrade from 0.9.3~ynh1"
test_upgrade_from.330692e457ef2b475046d1724d3f198f007d5512.name = "Upgrade from 0.9.3~ynh1"