add Sportarr script

This commit is contained in:
tremor021
2025-12-26 11:10:47 +01:00
parent d56d63deaa
commit ec57af4a13
2 changed files with 66 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ fetch_and_deploy_gh_release "sportarr" "Sportarr/Sportarr" "prebuild" "latest" "
msg_info "Setting up Sportarr"
cat <<EOF >/opt/sportarr/.env
Sportarr__DataPath="/config"
Sportarr__DataPath="/opt/sportarr/config"
ASPNETCORE_URLS="http://*:1867"
ASPNETCORE_ENVIRONMENT="Production"
DOTNET_CLI_TELEMETRY_OPTOUT=1