-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an example config.ini file so that users can just modify the values for their own setup.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[network details] | ||
local_pfsense_ip = "10.0.1.1" | ||
local_server_ip = "10.0.1.3" | ||
wan_domain = "http://d4rk.co" ; include http:// | ||
plex_server_ip = "http://10.0.1.3:32400" ; can be relative to server_ip, i.e. localhost, should include port (32400 by default) | ||
plex_port = 32400 | ||
|
||
[credentials] | ||
ssh_username = | ||
ssh_password = | ||
plex_username = | ||
plex_password = | ||
|
||
[api keys] | ||
forecast_api = | ||
sabnzbd_api = | ||
|
||
[sab auto throttler] | ||
ping_throttle = '70' ; This is the max ping you want your network to hit before auto throttling SABnzbd+ | ||
sabSpeedLimitMax = '5120' ; This is the maximum speed in KBps you want SAB to be able to download at. | ||
sabSpeedLimitMin = '256' ; This is the minimum speed in KBps you want SAB to be able to download at. (Value must be 1 or greater) | ||
|
||
[misc] | ||
weather_lat = '40.784007' | ||
weather_long = '-96.620592' | ||
|