From 1c2eb514ab9f392cb67bc22353eafecd6ee83a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:32:25 +0200 Subject: [PATCH] cleaning --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 +- manifest.toml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index c26220a..db5f4d1 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 0fb2a93..9fe3cf9 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -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. diff --git a/manifest.toml b/manifest.toml index 71fce16..cd85892 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"