mirror of
https://github.com/YunoHost-Apps/alltube_ynh.git
synced 2024-09-03 18:06:12 +02:00
cleaning
This commit is contained in:
parent
e94ac8fd11
commit
1c2eb514ab
3 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
||||||
## Configuration
|
## 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.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
## Configuration
|
## 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.
|
||||||
|
|
|
@ -15,7 +15,7 @@ admindoc = "https://github.com/Rudloff/alltube/blob/master/resources/FAQ.md"
|
||||||
code = "https://github.com/Rudloff/alltube"
|
code = "https://github.com/Rudloff/alltube"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.14"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -42,6 +42,7 @@ ram.runtime = "50M"
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/Rudloff/alltube/releases/download/3.1.1/alltube-3.1.1.zip"
|
url = "https://github.com/Rudloff/alltube/releases/download/3.1.1/alltube-3.1.1.zip"
|
||||||
sha256 = "e28ad51e96e0c9a02e3df5fd365f7b3b4df0fec5683447e6a9d978a66cbe27af"
|
sha256 = "e28ad51e96e0c9a02e3df5fd365f7b3b4df0fec5683447e6a9d978a66cbe27af"
|
||||||
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
@ -51,4 +52,4 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue