-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.ini.sample
More file actions
89 lines (69 loc) · 2.49 KB
/
Copy pathconfig.ini.sample
File metadata and controls
89 lines (69 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[GENERAL]
LogFileLocation = /var/log/notimail/notimail.log
DataBaseLocation = /var/cache/notimail/processed_emails.db
#LogRotationType can be "size" or "time"
LogRotationType = size
#LogRotationSize - Only if size is selected - default is 10 MB
LogRotationSize = 10485760
#LogRotationInterval - Only if time is selected - in days
LogRotationInterval = 7
LogBackupCount = 5
# API Key used to access private information
#APIKey = YouApiKeyHERE!
# Prometheus configuration won't be enabled if not specified or if the required libraries are not present.
#PrometheusHost = 0.0.0.0
#PrometheusPort = 8000
# API Flask Interface won't be enabled if not specified or if the required libraries are not present.
#FlaskHost = 0.0.0.0
#FlaskPort = 8080
[EMAIL:account1]
EmailUser = your@address.com
EmailPass = YourPassword
Host = mail.example.com
#Folders = inbox, sent
# Uncomment and configure the following sections for account-specific notification providers
#[NTFY:account1]
#Url1 = https://ntfy.sh/TOPIC1
#Token1 = Optional token to send notifications to protected topics
#Url2 = https://ntfy.sh/TOPIC2
#Token2 = Optional token to send notifications to protected topics
#[PUSHOVER:account1]
#ApiToken = YOUR_PUSHOVER_API_TOKEN
#UserKey = YOUR_PUSHOVER_USER_KEY
#[GOTIFY:account1]
#Url = https://gotify.example.com/message
#Token = your_gotify_token
#[APPRISE:account1]
#urls = pover://user@token, discord://webhook_id/webhook_token
#[EMAIL:account2]
#EmailUser = your@address.com
#EmailPass = YourPassword
#Host = mail.server.com
#Folders = inbox, sent
# Uncomment and configure the following sections for account-specific notification providers
#[NTFY:account2]
#Url1 = https://ntfy.sh/TOPIC3
#Token1 = Optional token
#Url2 = https://ntfy.sh/TOPIC4
#Token2 = Optional token
#[PUSHOVER:account2]
#ApiToken = YOUR_PUSHOVER_API_TOKEN
#UserKey = YOUR_PUSHOVER_USER_KEY
#[GOTIFY:account2]
#Url = https://gotify.example.com/message
#Token = your_gotify_token
#[APPRISE:account2]
#urls = pover://user@token, discord://webhook_id/webhook_token
# Global notification providers
# If no account-specific notification providers are defined, these will be used - please, set at least one notification provider
[NTFY]
Url1 = https://ntfy.example.com/global_topic
Token1 = Optional global token
#[PUSHOVER]
#ApiToken = YOUR_GLOBAL_PUSHOVER_API_TOKEN
#UserKey = YOUR_GLOBAL_PUSHOVER_USER_KEY
#[GOTIFY]
#Url = https://gotify.example.com/message
#Token = your_global_gotify_token
#[APPRISE]
#urls = pover://user@token, discord://webhook_id/webhook_token