mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "RSS-Bridge",
|
|
"id": "rss-bridge",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "RSS and Atom feed generator for websites that don't have one.",
|
|
"fr": "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas."
|
|
},
|
|
"version": "2021-04-25~ynh1",
|
|
"url": "https://github.com/RSS-Bridge/rss-bridge",
|
|
"upstream": {
|
|
"license": "Unlicense",
|
|
"website": "https://github.com/RSS-Bridge/rss-bridge",
|
|
"demo": "https://wtf.roflcopter.fr/rss-bridge/",
|
|
"admindoc": "https://github.com/RSS-Bridge/rss-bridge/wiki",
|
|
"code": "https://github.com/RSS-Bridge/rss-bridge"
|
|
},
|
|
"license": "Unlicense",
|
|
"maintainer": {
|
|
"name": "JimboJoe",
|
|
"email": "jimmy@monin.net"
|
|
},
|
|
"multi_instance": true,
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/rss-bridge",
|
|
"default": "/rss-bridge"
|
|
}
|
|
]
|
|
}
|
|
}
|