mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
f89bf5f28c
* 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 d68f41c03e
.
* 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
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>
2.2 KiB
2.2 KiB
Tiny Tiny RSS for YunoHost
This package allows you to install Tiny Tiny RSS quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.
Overview
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
Features
- feed aggregation / syndication,
- OPML import/export,
- multiple ways to share stuff: export RSS feeds, plugins for various social sites, sharing by URL, etc,
- sharing arbitrary content through tt-rss,
- Plugins and themes,
- podcasts,
- flexible article filtering
Shipped version: 20220326~ynh1
Demo: https://demo.yunohost.org/ttrss/
Screenshots
Disclaimers / important information
Default login credentials
- Username:
admin
- password:
password
Documentation and resources
- Official app website: http://tt-rss.org
- Official admin documentation: https://git.tt-rss.org/git/tt-rss/wiki
- Upstream app code repository: https://git.tt-rss.org/git/tt-rss
- YunoHost documentation for this app: https://yunohost.org/app_ttrss
- Report a bug: https://github.com/YunoHost-Apps/ttrss_ynh/issues
Developer info
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug
or
sudo yunohost app upgrade ttrss -u https://github.com/YunoHost-Apps/ttrss_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps