diff --git a/conf/navidrome.toml b/conf/navidrome.toml index 8891bcf..65e18ca 100644 --- a/conf/navidrome.toml +++ b/conf/navidrome.toml @@ -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" diff --git a/manifest.toml b/manifest.toml index 9602673..2c60475 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 diff --git a/tests.toml b/tests.toml index 5a08f03..a3383e3 100644 --- a/tests.toml +++ b/tests.toml @@ -2,12 +2,6 @@ test_format = 1.0 [default] - # ------------ - # Tests to run - # ------------ - - exclude ="install.multi" - # ------------------------------- # Commits to test upgrade from # -------------------------------