diff --git a/manifest.toml b/manifest.toml index 4178de3..1f1714a 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 = "03.06.23~ynh1" +version = "12.06.23~ynh1" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ code = "https://github.com/iv-org/invidious" website = "https://invidio.us/" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.20" architectures = ["amd64"] multi_instance = false ldap = false @@ -56,7 +56,6 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - api.url = "/api" api.show_tile = false api.allowed = ["visitors"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 9d76894..3f8056f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=042ad1f2662503c123ba1dd415e5ed3d9ddc3cc0 +version_commit=e6f5fcbc4b7eab7bdeee1a1d2586334f34f50af7 #================================================= # PERSONAL HELPERS