1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00
ttrss_ynh/manifest.json

52 lines
1.1 KiB
JSON
Raw Normal View History

{
2013-12-09 16:14:08 +01:00
"name": "Tiny Tiny RSS",
"id": "ttrss",
"packaging_format": 1,
"description": {
2022-02-23 14:50:16 +01:00
"en": "News feed (RSS/Atom) reader and aggregator",
"fr": "Lecteur de flux dactualité utilisant les protocoles RSS et Atom"
},
Testing (#128) * Update manifest.json (#96) * Update manifest.json * Update manifest.json * Fix badges * Fix shasum (#99) * Add ynh_add_config (#98) * Add ynh_add_config * Add restictions * Revert "Add restictions" This reverts commit d68f41c03e71d107a0264935eab278ebdf270cde. * Update check_process * [autopatch] Update issue and PR templates (#101) Co-authored-by: Yunohost-Bot <> * Add templates * Fix files permissions * Apply example_ynh (#104) * Increment version * Upgrade config file (#108) Patches that allows to connect to the app without authentication are not working anymore. I see 3 possible solutions: - rework patches to work with upstream changes - use built-in authentication - set authentication to false and protect app access with SSO (as in this PR) * Add readme * Auto-update README * Update change_url * Update install * cleaning up * set cron * Update config.php * Update config.php * Update config.php * Update app.src * Create DISCLAIMER.md * Auto-update README * Update DISCLAIMER.md * Auto-update README * Upgrade to upstream * Auto-update README * Update config.php * Upgrade to upstream * Update manifest.json * Auto-update README * Update change_url * Update change_url * upgrade to upstream * Auto-update README * Api (#111) removing cron job. We already have update_daemon running as a service * Update manifest.json * Auto-update README * Upstream (#114) * upgrade to upstream * Auto-update README Co-authored-by: Yunohost-Bot <> * Fix upstream repo * Update check_process * Auto-update README * Update manifest.json * Upgrade from upstream * Auto-update README * Update manifest.json * Fix * Auto-update README * Update manifest.json * Auto-update README * Update remove * Update remove * Update remove * Update remove * upgrade to upstream * Auto-update README * Php8 (#129) * Auto-update README * PHP8 Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-06-09 09:31:01 +02:00
"version": "20220606~ynh1",
2014-12-31 18:11:23 +01:00
"url": "http://tt-rss.org",
2022-02-23 14:50:16 +01:00
"upstream": {
"license": "GPL-3.0-only",
"website": "http://tt-rss.org",
"demo": "https://demo.yunohost.org/ttrss/",
"admindoc": "https://git.tt-rss.org/git/tt-rss/wiki",
Testing (#126) * Update manifest.json (#96) * Update manifest.json * Update manifest.json * Fix badges * Fix shasum (#99) * Add ynh_add_config (#98) * Add ynh_add_config * Add restictions * Revert "Add restictions" This reverts commit d68f41c03e71d107a0264935eab278ebdf270cde. * Update check_process * [autopatch] Update issue and PR templates (#101) Co-authored-by: Yunohost-Bot <> * Add templates * Fix files permissions * Apply example_ynh (#104) * Increment version * Upgrade config file (#108) Patches that allows to connect to the app without authentication are not working anymore. I see 3 possible solutions: - rework patches to work with upstream changes - use built-in authentication - set authentication to false and protect app access with SSO (as in this PR) * Add readme * Auto-update README * Update change_url * Update install * cleaning up * set cron * Update config.php * Update config.php * Update config.php * Update app.src * Create DISCLAIMER.md * Auto-update README * Update DISCLAIMER.md * Auto-update README * Upgrade to upstream * Auto-update README * Update config.php * Upgrade to upstream * Update manifest.json * Auto-update README * Update change_url * Update change_url * upgrade to upstream * Auto-update README * Api (#111) removing cron job. We already have update_daemon running as a service * Update manifest.json * Auto-update README * Upstream (#114) * upgrade to upstream * Auto-update README Co-authored-by: Yunohost-Bot <> * Fix upstream repo * Update check_process * Auto-update README * Update manifest.json * Upgrade from upstream * Auto-update README * Update manifest.json * Fix * Auto-update README * Update manifest.json * Auto-update README * Update remove * Update remove * Update remove * Update remove Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-05-12 12:46:44 +02:00
"code": "https://git-gitea.tt-rss.org/fox/tt-rss"
2022-02-23 14:50:16 +01:00
},
2018-05-27 21:20:39 +02:00
"license": "GPL-3.0-only",
2014-12-31 18:11:23 +01:00
"maintainer": {
2021-03-14 22:09:46 +01:00
"name": "",
"email": ""
},
2017-08-27 14:42:28 +02:00
"requirements": {
2022-02-23 14:50:16 +01:00
"yunohost": ">= 4.3.0"
2017-08-27 14:42:28 +02:00
},
"multi_instance": true,
2015-11-22 16:20:46 +01:00
"services": [
"nginx",
Testing (#128) * Update manifest.json (#96) * Update manifest.json * Update manifest.json * Fix badges * Fix shasum (#99) * Add ynh_add_config (#98) * Add ynh_add_config * Add restictions * Revert "Add restictions" This reverts commit d68f41c03e71d107a0264935eab278ebdf270cde. * Update check_process * [autopatch] Update issue and PR templates (#101) Co-authored-by: Yunohost-Bot <> * Add templates * Fix files permissions * Apply example_ynh (#104) * Increment version * Upgrade config file (#108) Patches that allows to connect to the app without authentication are not working anymore. I see 3 possible solutions: - rework patches to work with upstream changes - use built-in authentication - set authentication to false and protect app access with SSO (as in this PR) * Add readme * Auto-update README * Update change_url * Update install * cleaning up * set cron * Update config.php * Update config.php * Update config.php * Update app.src * Create DISCLAIMER.md * Auto-update README * Update DISCLAIMER.md * Auto-update README * Upgrade to upstream * Auto-update README * Update config.php * Upgrade to upstream * Update manifest.json * Auto-update README * Update change_url * Update change_url * upgrade to upstream * Auto-update README * Api (#111) removing cron job. We already have update_daemon running as a service * Update manifest.json * Auto-update README * Upstream (#114) * upgrade to upstream * Auto-update README Co-authored-by: Yunohost-Bot <> * Fix upstream repo * Update check_process * Auto-update README * Update manifest.json * Upgrade from upstream * Auto-update README * Update manifest.json * Fix * Auto-update README * Update manifest.json * Auto-update README * Update remove * Update remove * Update remove * Update remove * upgrade to upstream * Auto-update README * Php8 (#129) * Auto-update README * PHP8 Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <tituspijean@outlook.com> Co-authored-by: yalh76 <yalh@yahoo.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-06-09 09:31:01 +02:00
"php8.0-fpm",
2015-11-22 16:20:46 +01:00
"mysql"
],
"arguments": {
"install" : [
2022-02-23 14:50:16 +01:00
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/ttrss",
"default": "/ttrss"
},
{
"name": "is_public",
"type": "boolean",
"default": true
2020-09-14 13:28:13 +02:00
}
]
}
}