1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/miniflux_ynh.git synced 2024-09-03 19:45:58 +02:00
miniflux_ynh/README_fr.md

52 lines
2.2 KiB
Markdown
Raw Normal View History

2022-05-28 08:18:05 +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 pour YunoHost
2023-01-30 11:22:10 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/miniflux.svg)](https://dash.yunohost.org/appci/app/miniflux) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/miniflux.status.svg) ![Statut de maintenance](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
[![Installer Miniflux avec 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
2021-05-22 09:28:38 +02:00
*[Read this readme in english.](./README.md)*
2021-05-21 14:13:08 +02:00
2023-01-30 11:22:10 +01:00
> *Ce package vous permet dinstaller Miniflux rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-05-21 14:13:08 +02:00
2023-01-30 11:22:10 +01:00
## Vue densemble
2021-05-21 14:13:08 +02:00
2021-08-29 11:01:41 +02:00
Minimalist and opinionated RSS feed reader
2021-05-21 14:13:08 +02:00
2023-01-30 11:24:59 +01:00
**Version incluse :** 2.0.42~ynh1
2021-05-21 14:13:08 +02:00
2023-01-30 11:22:10 +01:00
## Captures décran
2021-05-21 14:13:08 +02:00
2023-01-30 11:22:10 +01:00
![Capture décran de Miniflux](./doc/screenshots/overview.png)
2021-05-21 14:13:08 +02:00
2021-05-22 09:28:38 +02:00
## Avertissements / informations importantes
2021-05-21 14:13:08 +02:00
2021-05-22 09:28:38 +02:00
## Configuration
Vous pouvez configurer Miniflux en modifiant le fichier `/var/www/miniflux/miniflux.conf` en vous aidant de la [documentation](https://miniflux.app/docs/configuration.html).
## Documentations et ressources
2021-05-21 14:13:08 +02:00
2023-01-30 11:22:10 +01:00
* Site officiel de lapp : <https://miniflux.app/>
* Documentation officielle de ladmin : <https://miniflux.app/docs/index.html>
* Dépôt de code officiel de lapp : <https://github.com/miniflux/v2>
2022-05-28 08:18:05 +02:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_miniflux>
* Signaler un bug : <https://github.com/YunoHost-Apps/miniflux_ynh/issues>
2021-05-21 14:13:08 +02:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
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
2021-06-06 21:13:44 +02:00
ou
2021-05-22 09:28:38 +02:00
sudo yunohost app upgrade miniflux -u https://github.com/YunoHost-Apps/miniflux_ynh/tree/testing --debug
2021-05-21 14:13:08 +02:00
```
2021-05-22 09:28:38 +02:00
2023-01-30 11:22:10 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>