1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00
rss-bridge_ynh/manifest.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2017-04-26 19:01:53 +02:00
{
2020-10-09 19:39:11 +02:00
"name": "RSS-Bridge",
2017-04-26 19:01:53 +02:00
"id": "rss-bridge",
2020-10-04 17:09:09 +02:00
"packaging_format": 1,
2017-04-26 19:01:53 +02:00
"description": {
2020-10-09 19:39:11 +02:00
"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."
2017-04-26 19:01:53 +02:00
},
2021-04-30 15:10:53 +02:00
"version": "2021-04-25~ynh1",
2017-04-26 19:01:53 +02:00
"url": "https://github.com/RSS-Bridge/rss-bridge",
2021-08-18 23:42:32 +02:00
"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"
},
2017-04-26 19:01:53 +02:00
"license": "Unlicense",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net"
},
"multi_instance": true,
"requirements": {
2021-06-27 20:02:50 +02:00
"yunohost": ">= 4.2.0"
2017-04-26 19:01:53 +02:00
},
"services": [
"nginx",
2021-02-26 08:57:55 +01:00
"php7.3-fpm",
2017-04-26 19:01:53 +02:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/rss-bridge",
"default": "/rss-bridge"
}
]
}
}