From 1aeed0ec3e79c48ac30d680b6ae22c9a27960f82 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 26 Aug 2023 17:30:54 +0200 Subject: [PATCH] Thumbnails (#133) (#134) * Thumbnails (#133) * Update manifest.toml * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot * fix * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++++- scripts/_common.sh | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40fbd2b..b5b3135 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.08.02~ynh1 +**Shipped version:** 23.08.26~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index 41f326f..80634f4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,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.08.02~ynh1 +**Version incluse :** 23.08.26~ynh1 **Démo :** https://invidious.site/ diff --git a/manifest.toml b/manifest.toml index eff7332..26b5dad 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.08.02~ynh1" +version = "23.08.26~ynh1" maintainers = ["eric_G"] @@ -60,6 +60,10 @@ ram.runtime = "50M" api.show_tile = false api.allowed = ["visitors"] api.protected = true + vi.url = "/vi" + vi.show_tile = false + vi.allowed = ["visitors"] + vi.protected = true [resources.apt] packages = "libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev libpcre3-dev" diff --git a/scripts/_common.sh b/scripts/_common.sh index 45945b6..9d005ed 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=d956b1826e15da6cfcd9a1531b0f1e6ef577dd10 +version_commit=34508966027fce3f460d9670eeecef67b92565a0 #================================================= # PERSONAL HELPERS