You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
2.2 KiB
JSON

{
"name": "Wallabag Kindle Consumer",
"id": "wallabag-kindle-consumer",
"packaging_format": 1,
"description": {
"en": "A service that sends Wallabag posts marked with specific tags and sends them to a Kindle"
},
"version": "1.0~ynh1",
"url": "https://github.com/janLo/wallabag-kindle-consumer",
"license": "free",
"maintainer": {
"name": "Kuba Orlik",
"email": "kontakt@kuba-orlik.name",
"url": "https://www.kuba-orlik.name"
},
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": false,
"services": ["mysql"],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Wallabag Kindle Consumer web interface"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Wallabag Kindle Consumer web interface",
"fr": "Choisissez un chemin pour Wallabag Kindle Consumer web interface"
},
"example": "/example",
"default": "/wallabag-kindle-consumer"
},
{
"name": "wallabag_domain",
"type": "domain",
"ask": {
"en": "Where an existing wallabag install is located"
},
"example": "wallabag.example.com"
},
{
"name": "wallabag_path",
"type": "path",
"ask": {
"en": "Choose the path where the wallabag install is located"
},
"example": "/example",
"default": "/"
},
{
"name": "client_id",
"type": "string",
"ask": {
"en": "Wallabag Client ID. See here for more details: https://doc.wallabag.org/en/developer/api/oauth.html"
}
},
{
"name": "client_secret",
"type": "string",
"ask": {
"en": "Wallabag Client secret. See here for more details: https://doc.wallabag.org/en/developer/api/oauth.html"
}
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user. Their email address will be used to send article to Kindle",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": false
}
]
}
}