1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-06-02 11:42:22 +02:00
parent b71b4be5f6
commit 3f1c92c12b
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
setup_public=1
upgrade=1
backup_restore=1
multi_instance=1
multi_instance=0
change_url=1
;;; Options
Email=

View file

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