1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

multi install

This commit is contained in:
Éric Gaspar 2023-02-17 13:08:47 +01:00
parent ddc5078fa0
commit 9164f5ba07
3 changed files with 3 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# Load configurations from an external config file
ConfigFile = "/var/lib/__APP__/navidrome.toml"
ConfigFile = "__CONFIG_PATH__/navidrome.toml"
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
LogLevel = "INFO"

View file

@ -18,7 +18,7 @@ code = "https://github.com/deluan/navidrome"
[integration]
yunohost = ">= 11.1.7"
architectures = ["amd64", "arm64", "armhf"]
architectures = "all"
multi_instance = false
ldap = false
sso = true

View file

@ -2,12 +2,6 @@ test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude ="install.multi"
# -------------------------------
# Commits to test upgrade from
# -------------------------------