1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
This commit is contained in:
ericgaspar 2023-05-20 09:02:08 +02:00
parent 3648abc6f7
commit 898cfa9376
2 changed files with 2 additions and 4 deletions

View file

@ -18,7 +18,7 @@ code = "https://github.com/iv-org/invidious"
website = "https://invidio.us/"
[integration]
yunohost = ">= 11.1.18"
yunohost = ">= 11.1.19"
architectures = ["amd64"]
multi_instance = false
ldap = false
@ -64,7 +64,7 @@ ram.runtime = "50M"
api.protected = true
[resources.apt]
packages = "apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"
packages = "libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev libpcre3-dev"
[resources.database]
type = "postgresql"

View file

@ -46,11 +46,9 @@ chown -R $app:www-data "$install_dir"
git config --system --add safe.directory $install_dir
# Download, check integrity, uncompress and patch the source from GitHub
#ynh_exec_as $app
git clone https://github.com/iv-org/invidious "$install_dir" --quiet
pushd "$install_dir"
#ynh_exec_as $app
git reset --hard --quiet $version_commit
popd