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:
parent
2ff58db1d6
commit
1664bd3974
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue