diff --git a/README.md b/README.md index 3522efb..36f8f1b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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:** 23.03.21~ynh1 +**Shipped version:** 23.04.04~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index 3fb81f2..33dd150 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,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 :** 23.03.21~ynh1 +**Version incluse :** 23.04.04~ynh1 **Démo :** https://invidious.site/ diff --git a/doc/ADMIN.md b/doc/ADMIN.md index af87001..49ab760 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1 +1 @@ -You can configure Invidious by modifying the configuration file `/var/www/invidious/config/config.yml` with the help of this [documentation](https://docs.invidious.io/Configuration.md). +You can configure Invidious by modifying the configuration file `__INSTALL_DIR__/config/config.yml` with the help of this [documentation](https://docs.invidious.io/Configuration.md). diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 374b515..551eea4 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1 +1 @@ -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). +Vous pouvez configurer Invidious en modifiant le fichier de configuration `__INSTALL_DIR__/config/config.yaml` avec l'aide de cette [documentation](https://docs.invidious.io/Configuration.md). diff --git a/manifest.toml b/manifest.toml index a7cd1e8..2844001 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Invidious" description.en = "Alternative front-end to YouTube" description.fr = "Front-end alternatif à YouTube" -version = "23.03.21~ynh1" +version = "23.04.04~ynh1" maintainers = ["eric_G"] @@ -18,7 +18,7 @@ code = "https://github.com/iv-org/invidious" website = "https://invidio.us/" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.16" architectures = ["amd64"] multi_instance = false ldap = false diff --git a/scripts/_common.sh b/scripts/_common.sh index a83f026..53b9e08 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=8a44bd11d2abab8c9203d6dc3c3d5824e5e26327 +version_commit=8db2a93827a4e27a55a9095be15083ea68cdd571 #================================================= # PERSONAL HELPERS