mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
Merge branch 'patch2' of https://github.com/YunoHost-Apps/freshrss_ynh into patch2
This commit is contained in:
commit
66ca39e817
2 changed files with 81 additions and 28 deletions
55
README.md
55
README.md
|
@ -1,24 +1,31 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# FreshRSS for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/freshrss)  
|
||||
[](https://install-app.yunohost.org/?app=freshrss)
|
||||
|
||||
> *This package allow you to install FreshRSS quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install FreshRSS quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support.
|
||||
RSS aggregator with a nice and mobile-friendly design
|
||||
|
||||
**Shipped version:** 1.18.0
|
||||
**Shipped version:** 1.18.1~ynh1
|
||||
|
||||
**Demo:** https://demo.freshrss.org
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Demo
|
||||
|
||||
* [Official demo](https://demo.freshrss.org)
|
||||
## Disclaimers / important information
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -28,32 +35,24 @@ API (mini) How To:
|
|||
* Check that the API is working: https://example.net/rss/api/greader.php
|
||||
* Setup your client with: username: ynh user, password: the password you just setup, URL https://example.tld/rss/api/greader.php
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
## Documentation
|
||||
* Official app website: http://freshrss.org/
|
||||
* Official user documentation: https://yunohost.org/apps
|
||||
* Official admin documentation: https://freshrss.github.io/FreshRSS/
|
||||
* Upstream app code repository: https://github.com/FreshRSS/FreshRSS
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_freshrss
|
||||
* Report a bug: https://github.com/YunoHost-Apps/freshrss_ynh/issues
|
||||
|
||||
* Official documentation: https://freshrss.github.io/FreshRSS/
|
||||
## Developer info
|
||||
|
||||
#### Supported architectures
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing).
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/freshrss/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/freshrss/)
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/freshrss_ynh/issues
|
||||
* App website: https://freshrss.org/
|
||||
* Upstream app repository: https://github.com/FreshRSS/FreshRSS
|
||||
* YunoHost website: https://yunohost.org/
|
||||
|
||||
---
|
||||
|
||||
## Developers info
|
||||
|
||||
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like this:
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade freshrss -u https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
54
README_fr.md
Normal file
54
README_fr.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
# FreshRSS pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/freshrss)  
|
||||
[](https://install-app.yunohost.org/?app=freshrss)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer FreshRSS rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Agrégateur de flux RSS avec une interface adaptée au mobile
|
||||
|
||||
**Version incluse :** 1.18.1~ynh1
|
||||
|
||||
**Démo :** https://demo.freshrss.org
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Configuration
|
||||
|
||||
API (mini) How To:
|
||||
* Into your user profile: Settings > profil
|
||||
* Setup an API password
|
||||
* Check that the API is working: https://example.net/rss/api/greader.php
|
||||
* Setup your client with: username: ynh user, password: the password you just setup, URL https://example.tld/rss/api/greader.php
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : http://freshrss.org/
|
||||
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||||
* Documentation officielle de l'admin : https://freshrss.github.io/FreshRSS/
|
||||
* Dépôt de code officiel de l'app : https://github.com/FreshRSS/FreshRSS
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_freshrss
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/freshrss_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade freshrss -u https://github.com/YunoHost-Apps/freshrss_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue