1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/veloren_ynh.git synced 2024-09-03 17:46:10 +02:00

Disable multiinstance

This commit is contained in:
yalh76 2022-07-19 02:00:30 +02:00
parent 593d73f652
commit 8cd6c8b0b4
2 changed files with 4 additions and 3 deletions

View file

@ -25,9 +25,10 @@
setup_private=0 setup_private=0
setup_public=0 setup_public=0
upgrade=1 upgrade=1
upgrade=0 from_commit=CommitHash # 0.10.0~ynh1
upgrade=1 from_commit=aee92952ae9605dbba88f97c96cedce3d8be6171
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=0
port_already_use=0 port_already_use=0
change_url=0 change_url=0
;;; Options ;;; Options

View file

@ -24,7 +24,7 @@
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": true, "multi_instance": false,
"services": [], "services": [],
"arguments": { "arguments": {
"install": [ "install": [