mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Auto-update README
This commit is contained in:
parent
ff155d7ab1
commit
019fe2b56d
2 changed files with 59 additions and 71 deletions
62
README.md
62
README.md
|
@ -1,59 +1,55 @@
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# Invidious for YunoHost
|
# Invidious for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/invidious)  
|
[](https://dash.yunohost.org/appci/app/invidious)  
|
||||||
[](https://install-app.yunohost.org/?app=invidious)
|
[](https://install-app.yunohost.org/?app=invidious)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install Invidious quickly and simply on a YunoHost server.
|
> *This package allows you to install invidious 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.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Invidious is an alternative front-end for accessing YouTube videos without going through youtube.com.
|
|
||||||
|
|
||||||
**Shipped version:** 0.20.1
|
Alternative front-end to YouTube
|
||||||
|
|
||||||
|
**Shipped version:** 0.20.1~ynh8
|
||||||
|
|
||||||
|
**Demo:** https://invidious.site/
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Demo
|

|
||||||
|
|
||||||
* [Official demo](https://invidious.site/)
|
|
||||||
|
|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You can configure Invidious by modifying the configuration file `/var/www/invidious/config/config.yml` with the help of this [documentation](https://github.com/iv-org/documentation/blob/master/Configuration.md).
|
You can configure Invidious by modifying the configuration file `/var/www/invidious/config/config.yml` with the help of this [documentation](https://github.com/iv-org/documentation/blob/master/Configuration.md).
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://github.com/iv-org/documentation
|
|
||||||
* YunoHost documentation: https://yunohost.org/en/app_invidious
|
|
||||||
|
|
||||||
## YunoHost specific features
|
## Documentation and resources
|
||||||
|
|
||||||
#### Multi-user support
|
|
||||||
|
|
||||||
* Is LDAP supported? **No**
|
|
||||||
* Can the app be used by multiple users? **Yes**
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/invidious/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/invidious/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
Invidious require a dedicated root domain, ie. invidious.domain.tld
|
|
||||||
> :warning: To install Invidious you need at least 2GB of RAM available.
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
|
* Official user documentation: https://github.com/iv-org/documentation
|
||||||
|
* Official admin documentation: https://yunohost.org/packaging_apps
|
||||||
|
* Upstream app code repository: https://github.com/iv-org/invidious
|
||||||
|
* YunoHost documentation for this app: https://yunohost.org/app_invidious
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/invidious_ynh/issues
|
* Report a bug: https://github.com/YunoHost-Apps/invidious_ynh/issues
|
||||||
* Upstream app repository: https://github.com/iv-org/invidious
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -65,3 +61,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/invidious_ynh/tree/te
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade invidious -u https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
|
sudo yunohost app upgrade invidious -u https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
58
README_fr.md
58
README_fr.md
|
@ -1,59 +1,47 @@
|
||||||
# Invidious pour YunoHost
|
# Invidious pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/invidious)  
|
[](https://dash.yunohost.org/appci/app/invidious)  
|
||||||
[](https://install-app.yunohost.org/?app=invidious)
|
[](https://install-app.yunohost.org/?app=invidious)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Invidious rapidement et simplement sur un serveur YunoHost.
|
> *This package allows you to install invidious quickly and simply on a YunoHost server.
|
||||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/install) pour apprendre comment l'installer.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Invidious est une interface permettant d'accéder aux vidéos YouTube sans passer par youtube.com.
|
|
||||||
|
|
||||||
**Version incluse :** 0.20.1
|
Front-end alternatif à YouTube
|
||||||
|
|
||||||
|
**Version incluse:** 0.20.1~ynh8
|
||||||
|
|
||||||
|
**Démo:** https://invidious.site/
|
||||||
|
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Démo
|

|
||||||
|
|
||||||
* [Démo officielle](https://invidious.site/)
|
|
||||||
|
|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/www/invidious/config/config.yaml` avec l'aide de cette [documentation](https://github.com/iv-org/documentation/blob/master/Configuration.md).
|
Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/www/invidious/config/config.yaml` avec l'aide de cette [documentation](https://github.com/iv-org/documentation/blob/master/Configuration.md).
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation officielle : https://github.com/iv-org/documentation
|
|
||||||
* Documentation YunoHost : https://yunohost.org/fr/app_invidious
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
## Documentations et ressources
|
||||||
|
|
||||||
#### Support multi-utilisateur
|
|
||||||
|
|
||||||
* L'authentification LDAP est-elle prise en charge ? **Non**
|
|
||||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
|
||||||
|
|
||||||
#### Architectures supportées
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/invidious/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/invidious/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
Invidious nécessite un domaine racine dédié, par exemple. invidious.domain.tld
|
|
||||||
> :warning: Pour installer Invidious, vous avez besoin d'au moins 2 Go de RAM disponible.
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
|
* Documentation officielle utilisateur: https://github.com/iv-org/documentation
|
||||||
|
* Documentation officielle de l'admin: https://yunohost.org/packaging_apps
|
||||||
|
* Dépôt de code officiel de l'app: https://github.com/iv-org/invidious
|
||||||
|
* Documentation YunoHost pour cette app: https://yunohost.org/app_invidious
|
||||||
* Signaler un bug: https://github.com/YunoHost-Apps/invidious_ynh/issues
|
* Signaler un bug: https://github.com/YunoHost-Apps/invidious_ynh/issues
|
||||||
* Dépôt de l'application principale : https://github.com/iv-org/invidious
|
|
||||||
* Site web YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -61,7 +49,9 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
```
|
```
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
|
||||||
ou
|
or
|
||||||
sudo yunohost app upgrade invidious -u https://github.com/YunoHost-Apps/invidious_ynh/tree/testing --debug
|
sudo yunohost app upgrade invidious -u https://github.com/YunoHost-Apps/invidious_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