1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
ericgaspar 2021-03-27 22:01:23 +01:00
parent 3294b3a799
commit 4872baaf79
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

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

View file

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