Skip to content

Instantly share code, notes, and snippets.

@kantjer01
Last active July 29, 2023 13:08
Show Gist options
  • Save kantjer01/cc255d99210fc1c791fe3bcbda15d980 to your computer and use it in GitHub Desktop.
Save kantjer01/cc255d99210fc1c791fe3bcbda15d980 to your computer and use it in GitHub Desktop.
upgraderr.env
# Set the webhook URL
webhook_url="http://127.0.0.1:6940/api/expression"
# # set local qbit login credentials
host_movies_local="http://192.168.1.250:8088"
host_series_local="http://192.168.1.250:8080"
user_local="REDACTED"
password_local="REDACTED"
# set remote qbit login credentials
host_remote="https://REDACTED:REDACTED.dedi.hostingby.design/qbittorrent"
user_remote="REDACTED"
password_remote="REDACTED"
# set log directory
log_dir="/volume1/scripts/upgraderr/logs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment