mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Testing (#137)
* Thumbnails (#133) * Update manifest.toml * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * 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 <yunohost@yunohost.org> * fix * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * 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 <yunohost@yunohost.org> * Update manifest.toml * fix * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: selfhoster1312 <121760708+selfhoster1312@users.noreply.github.com> Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
This commit is contained in:
parent
1aeed0ec3e
commit
5d85060a92
5 changed files with 5 additions and 9 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
version_commit=34508966027fce3f460d9670eeecef67b92565a0
|
||||
version_commit=ac0c0609bb8b652e630c3603cd9dbb1c87fbdf44
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue