1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/alltube_ynh.git synced 2024-09-03 18:06:12 +02:00
This commit is contained in:
Éric Gaspar 2023-09-27 15:32:25 +02:00
parent e94ac8fd11
commit 1c2eb514ab
3 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,3 @@
## Configuration
To configure AllTube: edit the file `/var/www/alltube/config/config.yml` via SSH.
To configure AllTube: edit the file `__INSTALL_DIR__/config/config.yml` via SSH.

View file

@ -1,3 +1,3 @@
## Configuration
Pour configurer AllTube : éditez le fichier `/var/www/alltube/config/config.yml` via SSH.
Pour configurer AllTube : éditez le fichier `__INSTALL_DIR__/config/config.yml` via SSH.

View file

@ -15,7 +15,7 @@ admindoc = "https://github.com/Rudloff/alltube/blob/master/resources/FAQ.md"
code = "https://github.com/Rudloff/alltube"
[integration]
yunohost = ">= 11.1.14"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
@ -42,6 +42,7 @@ ram.runtime = "50M"
[resources.sources.main]
url = "https://github.com/Rudloff/alltube/releases/download/3.1.1/alltube-3.1.1.zip"
sha256 = "e28ad51e96e0c9a02e3df5fd365f7b3b4df0fec5683447e6a9d978a66cbe27af"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
@ -51,4 +52,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "ffmpeg php8.0-intl php8.0-curl php8.0-gmp php8.0-mbstring"
packages = "ffmpeg, php8.0-intl, php8.0-curl, php8.0-gmp, php8.0-mbstring"