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 #=================================================