mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-29 05:16:08 +02:00
feat: tdarr-inform
This commit is contained in:
35
kubernetes/apps/default/tdarr/inform/config/config.ini
Normal file
35
kubernetes/apps/default/tdarr/inform/config/config.ini
Normal file
@@ -0,0 +1,35 @@
|
||||
[logging]
|
||||
level = INFO
|
||||
format = None
|
||||
|
||||
[database]
|
||||
type = sqlite
|
||||
driver = None
|
||||
user = None
|
||||
pass = None
|
||||
host = None
|
||||
port = None
|
||||
name = None
|
||||
|
||||
[main]
|
||||
cache_dir = None
|
||||
|
||||
[tdarr_inform]
|
||||
address = 0.0.0.0
|
||||
port = 5004
|
||||
require_auth = None
|
||||
friendlyname = tdarr_inform
|
||||
versions_check_interval = 88888888
|
||||
humanized_time_granularity = second
|
||||
|
||||
[tdarr]
|
||||
address = tdarr-server.default.svc.local.
|
||||
port = 8265
|
||||
ssl = None
|
||||
accept_root_drive_path = 1
|
||||
|
||||
[web_ui]
|
||||
theme = None
|
||||
access_level = None
|
||||
auto_page_refresh = 5
|
||||
pages_to_refresh = None
|
Reference in New Issue
Block a user