mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
* 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>
This commit is contained in:
parent
06d111e47f
commit
1aeed0ec3e
4 changed files with 8 additions and 4 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.02~ynh1
|
||||
**Shipped version:** 23.08.26~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.02~ynh1
|
||||
**Version incluse :** 23.08.26~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.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"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
version_commit=d956b1826e15da6cfcd9a1531b0f1e6ef577dd10
|
||||
version_commit=34508966027fce3f460d9670eeecef67b92565a0
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue