1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sonarr_ynh.git synced 2024-09-03 20:26:19 +02:00
This commit is contained in:
Éric Gaspar 2023-12-19 20:23:34 +01:00 committed by Félix Piédallu
parent 89dd613992
commit 308b40157e
2 changed files with 4 additions and 1 deletions

View file

@ -21,8 +21,11 @@ code = "https://github.com/Sonarr/Sonarr"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"

View file

@ -35,7 +35,7 @@ ynh_app_setting_set --app=$app --key=api_key --value=$api_key
mkdir -p "$install_dir/logs"
chmod 750 "$install_dir"
ynh_add_config --template="../conf/config.xml" --destination="$install_dir/config.xml"
ynh_add_config --template="config.xml" --destination="$install_dir/config.xml"
chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir"