1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Merge branch 'master' into pr/96

This commit is contained in:
Éric Gaspar 2022-11-02 21:43:54 +01:00
commit 726f61d655
4 changed files with 13 additions and 8 deletions

View file

@ -23,8 +23,7 @@ In addition to constituting an advantage in terms of confidentiality (the data d
- Ability to subscribe to channels without creating a Google account
**Shipped version:** 22.08.14~ynh1
**Shipped version:** 22.11.1~ynh1
**Demo:** https://invidious.site/
@ -42,6 +41,10 @@ You can configure Invidious by modifying the configuration file `/var/www/invidi
* Invidious needs more than 2GB of RAM to build.
## :red_circle: Antifeatures
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
## Documentation and resources
* Official user documentation: <https://github.com/iv-org/documentation>

View file

@ -22,8 +22,7 @@ En plus de constituer un avantage sur le plan de la confidentialité (les donné
- Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube,
- Possibilité de s'abonner aux chaines sans créer de compte Google
**Version incluse :** 22.08.14~ynh1
**Version incluse :** 22.11.1~ynh1
**Démo :** https://invidious.site/
@ -41,6 +40,10 @@ Vous pouvez configurer Invidious en modifiant le fichier de configuration `/var/
* Invidious a besoin de plus de 3Go de RAM pour être installé.
## :red_circle: Fonctions indésirables
- **Non-free Network Services**: Promotes or depends entirely on a non-free network service.
## Documentations et ressources
* Documentation officielle utilisateur : <https://github.com/iv-org/documentation>

View file

@ -6,7 +6,7 @@
"en": "Alternative front-end to YouTube",
"fr": "Front-end alternatif à YouTube"
},
"version": "22.08.14~ynh1",
"version": "22.11.1~ynh1",
"url": "https://invidio.us/",
"upstream": {
"license": "GPL-3.0-only",
@ -20,7 +20,7 @@
"name": "eric_G"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [

View file

@ -4,8 +4,7 @@
# COMMON VARIABLES
#=================================================
version_commit=9e58bc19c4baf7ca7da97c2f8b164789d041d9b8
version_commit=84cd4d6a5b1854bcf1058351e390cc0f4855c9d7
# dependencies used by the app
pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"