From 7e01d026d875d8d2972d60d83c90a7d552036c8b Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Wed, 28 Nov 2018 19:26:16 -0600 Subject: [PATCH] added example config.ini --- .gitignore | 1 + Varken/varken.example.ini | 62 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 Varken/varken.example.ini diff --git a/.gitignore b/.gitignore index b7dbb72..5db3f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ ehthumbs.db Thumbs.db Varken/configuration.py +Varken/config.ini __pycache__ GeoLite2-City.mmdb GeoLite2-City.tar.gz diff --git a/Varken/varken.example.ini b/Varken/varken.example.ini new file mode 100644 index 0000000..4bfa5bf --- /dev/null +++ b/Varken/varken.example.ini @@ -0,0 +1,62 @@ +#Notes: +# - Sonarr + Radarr scripts support multiple servers. You can remove the second +# server by putting a # in front of the lines and section name, and removing +# that number from your server_ids list +# - tautulli_failback_ip, This is used when there is no IP listed in tautulli. +# This can happen when you are streaming locally. This is usually your public IP. + +[global] +sonarr_server_ids = 1,2 +radarr_server_ids = 1,2 +ombi = true +tautulli = true +asa = false + +[influxdb] +url = influxdb.domain.tld +port = 8086 +username = root +password = root + +[sonarr-1] +url = sonarr1.domain.tld +apikey = xxxxxxxxxxxxxxxx +#ssl = true +#verify_ssl = false + +[sonarr-2] +url = sonarr2.domain.tld +apikey = yyyyyyyyyyyyyyyy +#ssl = true +#verify_ssl = false + +[radarr-1] +url = radarr1.domain.tld +apikey = xxxxxxxxxxxxxxxx +#ssl = true +#verify_ssl = false + +[radarr-2] +url = radarr2.domain.tld +apikey = yyyyyyyyyyyyyyyy +#ssl = true +#verify_ssl = false + +[ombi] +url = ombi.domain.tld +apikey = xxxxxxxxxxxxxxxx +#ssl = true +#verify_ssl = false + +[tautulli] +url = tautulli.domain.tld +tautulli_failback_ip = 0.0.0.0 +apikey = xxxxxxxxxxxxxxxx +#ssl = true +#verify_ssl = false +influx_db = plex + +[asa] +username = cisco +password = cisco +influx_db = asa