mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Remove multi_instance installation
This commit is contained in:
parent
f57b6f4935
commit
09916b614e
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
multi_instance=0
|
||||
change_url=1
|
||||
actions=1
|
||||
config_panel=1
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 4.1.7"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue