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
|
# 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
|
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
|
||||||
LogLevel = "INFO"
|
LogLevel = "INFO"
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ code = "https://github.com/deluan/navidrome"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.7"
|
yunohost = ">= 11.1.7"
|
||||||
architectures = ["amd64", "arm64", "armhf"]
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
sso = true
|
sso = true
|
||||||
|
|
|
@ -2,12 +2,6 @@ test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
||||||
# ------------
|
|
||||||
# Tests to run
|
|
||||||
# ------------
|
|
||||||
|
|
||||||
exclude ="install.multi"
|
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
# Commits to test upgrade from
|
# Commits to test upgrade from
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue