2021-05-22 09:28:38 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2021-05-21 14:13:08 +02:00
|
|
|
# Miniflux for YunoHost
|
|
|
|
|
2023-01-30 11:22:10 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/miniflux.svg)](https://dash.yunohost.org/appci/app/miniflux) ![Working status](https://ci-apps.yunohost.org/ci/badges/miniflux.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/miniflux.maintain.svg)
|
2023-04-07 13:23:00 +02:00
|
|
|
|
2021-06-06 21:13:44 +02:00
|
|
|
[![Install Miniflux with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=miniflux)
|
2021-05-21 14:13:08 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-06-06 21:13:44 +02:00
|
|
|
> *This package allows you to install Miniflux quickly and simply on a YunoHost server.
|
2021-05-22 09:28:38 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
2021-05-21 14:13:08 +02:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2023-12-09 22:13:36 +01:00
|
|
|
Minimalist and opinionated RSS feed reader.
|
2021-05-21 14:13:08 +02:00
|
|
|
|
2023-12-14 05:17:14 +01:00
|
|
|
**Shipped version:** 2.0.51~ynh1
|
2022-08-14 09:59:55 +02:00
|
|
|
|
2021-05-22 09:28:38 +02:00
|
|
|
## Screenshots
|
2021-05-21 14:13:08 +02:00
|
|
|
|
2022-05-28 08:18:05 +02:00
|
|
|
![Screenshot of Miniflux](./doc/screenshots/overview.png)
|
2021-05-21 14:13:08 +02:00
|
|
|
|
2021-05-22 09:28:38 +02:00
|
|
|
## Documentation and resources
|
|
|
|
|
2022-05-28 08:18:05 +02:00
|
|
|
* Official app website: <https://miniflux.app/>
|
|
|
|
* Official admin documentation: <https://miniflux.app/docs/index.html>
|
|
|
|
* Upstream app code repository: <https://github.com/miniflux/v2>
|
2023-10-31 15:23:01 +01:00
|
|
|
* YunoHost Store: <https://apps.yunohost.org/app/miniflux>
|
2022-05-28 08:18:05 +02:00
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/miniflux_ynh/issues>
|
2021-05-21 14:13:08 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing).
|
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-05-28 08:18:05 +02:00
|
|
|
|
|
|
|
``` bash
|
2021-05-21 14:13:08 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug
|
|
|
|
or
|
|
|
|
sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug
|
|
|
|
```
|
2021-05-22 09:28:38 +02:00
|
|
|
|
2022-05-28 08:18:05 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|