2022-06-08 05:01:41 +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.
-->
2020-11-09 22:28:22 +01:00
# Invidious pour YunoHost
2023-01-29 19:34:39 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/invidious.svg )](https://dash.yunohost.org/appci/app/invidious) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/invidious.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/invidious.maintain.svg )
2021-06-02 08:07:51 +02:00
[![Installer Invidious avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=invidious)
2020-11-09 22:28:22 +01:00
2021-05-23 09:30:17 +02:00
*[Read this readme in english.](./README.md)*
2020-11-09 22:28:22 +01:00
2023-01-29 19:34:39 +01:00
> *Ce package vous permet d’ installer Invidious 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.*
2020-11-09 22:28:22 +01:00
2023-01-29 19:34:39 +01:00
## Vue d’ ensemble
2020-11-09 22:28:22 +01:00
2021-09-03 18:23:53 +02:00
Invidious est une interface permettant d'accéder aux vidéos Youtube sans passer par youtube.com
En plus de constituer un avantage sur le plan de la confidentialité (les données ne transitent pas directement par les services du géant), cette interface offre plusieurs fonctionnalités :
- Mode audio seul,
- Mode sombre,
- Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube,
- Possibilité de s'abonner aux chaines sans créer de compte Google
2020-11-09 22:28:22 +01:00
2023-01-29 19:34:39 +01:00
**Version incluse :** 23.01.29~ynh1
2020-11-09 22:28:22 +01:00
2021-06-02 08:05:26 +02:00
**Démo :** https://invidious.site/
2020-11-09 22:28:22 +01:00
2023-01-29 19:34:39 +01:00
## Captures d’ écran
2020-11-09 22:28:22 +01:00
2023-01-29 19:34:39 +01:00
![Capture d’ écran de Invidious ](./doc/screenshots/screenshot.png )
2020-11-09 22:28:22 +01:00
2021-05-23 09:30:17 +02:00
## Avertissements / informations importantes
2020-11-09 22:28:22 +01:00
2021-06-02 08:07:51 +02:00
## Configuration
2021-07-28 18:57:22 +02:00
Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/www/invidious/config/config.yaml` avec l'aide de cette [documentation ](https://docs.invidious.io/Configuration.md ).
2020-11-09 22:28:22 +01:00
2021-07-04 09:55:54 +02:00
## Limitations
* Invidious a besoin de plus de 3Go de RAM pour être installé.
2021-07-27 13:59:54 +02:00
2022-10-16 17:34:43 +02:00
## :red_circle: Fonctions indésirables
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
2021-05-23 09:30:17 +02:00
## Documentations et ressources
2020-11-09 22:28:22 +01:00
2022-06-08 05:01:41 +02:00
* Documentation officielle utilisateur : < https: // github . com / iv-org / documentation >
2023-01-29 19:34:39 +01:00
* Documentation officielle de l’ admin : < https: // docs . invidious . io />
* Dépôt de code officiel de l’ app : < https: // github . com / iv-org / invidious >
2022-06-08 05:01:41 +02:00
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_invidious >
* Signaler un bug : < https: // github . com / YunoHost-Apps / invidious_ynh / issues >
2020-11-09 22:28:22 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/invidious_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-06-08 05:01:41 +02:00
``` bash
2021-05-23 09:30:17 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
2021-06-02 08:05:26 +02:00
ou
2020-11-09 22:28:22 +01:00
sudo yunohost app upgrade invidious -u https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
```
2021-05-23 09:30:17 +02:00
2023-01-29 19:34:39 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >