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:
parent
0a2f9b0af0
commit
5f0fa1bde5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue