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:
parent
ddc5078fa0
commit
9164f5ba07
3 changed files with 3 additions and 9 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,12 +2,6 @@ test_format = 1.0
|
|||
|
||||
[default]
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
||||
exclude ="install.multi"
|
||||
|
||||
# -------------------------------
|
||||
# Commits to test upgrade from
|
||||
# -------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue