1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sonarr_ynh.git synced 2024-09-03 20:26:19 +02:00

Nah, there was no copy and paste²

This commit is contained in:
tituspijean 2024-05-01 12:49:39 +02:00
parent 0a2f9b0af0
commit 5f0fa1bde5
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ location __PATH__ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
# Allow the Radarr API
# Allow the Sonarr API
location __PATH__/api {
auth_request off;
proxy_pass http://127.0.0.1:__PORT____PATH__/api;

View file

@ -32,7 +32,7 @@ chown -R "$app:$app" "$install_dir"
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message="Configuring Radarr..." --weight=2
ynh_script_progression --message="Configuring Sonarr..." --weight=2
mkdir -p "/var/log/$app"
ln -s "/var/log/$app" "$data_dir/logs"