From 5d85060a927053d921826a0cf2ea056d31f839bb Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:20:20 +0200 Subject: [PATCH] Testing (#137) * Thumbnails (#133) * Update manifest.toml * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot * fix * Auto-update README * Update manifest.toml * Only build invidious once per install (#136) * 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 * Only build invidious once per install * Update manifest.toml --------- Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot * Update manifest.toml * fix * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot Co-authored-by: selfhoster1312 <121760708+selfhoster1312@users.noreply.github.com> Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 5 ++--- scripts/_common.sh | 2 +- scripts/install | 3 --- 5 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b5b3135..48bee17 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.26~ynh1 +**Shipped version:** 23.09.09~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index 80634f4..a938654 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.26~ynh1 +**Version incluse :** 23.09.09~ynh1 **Démo :** https://invidious.site/ diff --git a/manifest.toml b/manifest.toml index 26b5dad..06558d0 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.26~ynh1" +version = "23.09.09~ynh1" maintainers = ["eric_G"] @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.admin] type = "user" @@ -66,7 +65,7 @@ ram.runtime = "50M" 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" + packages = "postgresql, libssl-dev, libxml2-dev, libyaml-dev, libgmp-dev, libreadline-dev, librsvg2-bin, imagemagick, libsqlite3-dev, zlib1g-dev, libevent-dev, libpcre3-dev" [resources.database] type = "postgresql" diff --git a/scripts/_common.sh b/scripts/_common.sh index 9d005ed..ba3855a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=34508966027fce3f460d9670eeecef67b92565a0 +version_commit=ac0c0609bb8b652e630c3603cd9dbb1c87fbdf44 #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 8728c61..de1da35 100644 --- a/scripts/install +++ b/scripts/install @@ -75,9 +75,6 @@ ynh_script_progression --message="Building Invidious.. (this will take some time pushd "$install_dir" ./invidious --migrate - ynh_exec_warn_less shards install --production - ynh_exec_warn_less crystal build $install_dir/src/invidious.cr --release - #ynh_exec_warn_less crystal build $install_dir/src/invidious.cr --Ddisable_quic --release popd #=================================================