mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
parent
c98a9b9215
commit
0d906fda70
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
# 10.6.2~ynh3
|
||||
upgrade=1 from_commit=6ca76697a8f8da7419eb490aa435649f1b9d96c2
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 11.0.0"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue