1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
wallabag2_ynh/manifest.json
Éric Gaspar 73f23104d6
Fix PHP version and other things (#109)
Co-authored-by: @ericgaspar 
Co-authored-by: lapineige <lapineige@users.noreply.github.com>
2021-08-11 11:49:20 +02:00

63 lines
1.7 KiB
JSON

{
"name": "Wallabag",
"id": "wallabag2",
"packaging_format": 1,
"description": {
"en": "Self hostable read-it-later app",
"fr": "Application de lecture-plus-tard auto-hébergeable"
},
"version": "2.4.2~ynh2",
"url": "https://www.wallabag.org",
"upstream": {
"license": "MIT",
"website": "https://www.wallabag.org",
"demo": "https://demo.yunohost.org/wallabag/",
"admindoc": "https://doc.wallabag.org/en/",
"userdoc": "https://yunohost.org/#/app_wallabag2",
"code": "https://github.com/wallabag/wallabag"
},
"license": "MIT",
"maintainer": {
"name": "lapineige",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/wallabag",
"default": "/wallabag"
},
{
"name": "admin",
"type": "user",
"example": "johndoe"
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["de", "en", "fr", "it", "pt"],
"default": "en"
}
]
}
}