1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pelican_ynh.git synced 2024-09-03 19:46:35 +02:00

💚 fix requirements + add multi instance

This commit is contained in:
Ylies Chahi 2017-08-15 17:26:50 +02:00 committed by GitHub
parent 2ff58db1d6
commit 1664bd3974

View file

@ -6,6 +6,7 @@
"en": "Pelican Static Site Generator",
"fr": "Pelican, un générateur de blog statique"
},
"version": "3.7.1",
"url": "https://thegoldenkoala.com",
"license": "GPLv3",
"maintainer": {
@ -14,9 +15,9 @@
"url": "http://thegoldenkoala.com"
},
"requirements": {
"yunohost": ">> 2.6.5"
"yunohost": ">= 2.4"
},
"multi_instance": false,
"multi_instance": true,
"services": [
"nginx"
],