1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00
This commit is contained in:
ericgaspar 2021-11-28 23:18:22 +01:00
parent 8c44071cf0
commit b311895519
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
upgrade=1
#upgrade=1 from_commit=CommitHash
backup_restore=1
multi_instance=1
multi_instance=0
change_url=1
;;; Options
Email=

View file

@ -22,7 +22,7 @@
"requirements": {
"yunohost": ">> 4.3.0"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx"
],