-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
64 lines (64 loc) · 2.5 KB
/
Copy pathconfig.yaml.example
File metadata and controls
64 lines (64 loc) · 2.5 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
# Example Config
cd: /app # Working directory, /app inside Docker
#google_sheets: # optional: update check history in Google Sheets
# sa_secrets_file: /app/secret.json # Google service account secrets file
# spreadsheet_id: 11111111111111111111111111111111111111111111 # Google Sheets ID
# sheet_name: Payments Status # Google Sheets Sheet Name
#text_file: # optional: write check history to a tab-separated text file
# path: /app/payment-status.tsv
telegram:
chat_id: -1001234567890 # Telegram chat ID
token: 123456789:ABCdefGhIJKlmnoPQRstuVWXyz # Telegram bot token
attempts: 3 # Number of attempts to check each account
attempt_delay: 60 # Delay between attempts in seconds
accounts:
- type: Hetzner
login: user@example.com
password: password123
#2fa: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # 2FA secret, optional
#proxy: # optional, supported by all providers
# server: socks5://1.2.3.4:111
- type: RedSwitches
login: user@example.com
password: password123
#proxy:
# server: socks5://1.2.3.4:111
- type: VSys
login: user@example.com
password: password123
#2fa: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # 2FA secret, optional
#proxy:
# server: socks5://1.2.3.4:111
- type: Scaleway
login: AAAAAAAAAAAAAAAAAAAA # Scaleway API access key
password: aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa # Scaleway API secret key
#proxy:
# server: socks5://1.2.3.4:111
- type: KnownSRV
login: user@example.com
password: password123
#2fa: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # 2FA secret, optional
#proxy:
# server: socks5://1.2.3.4:111
- type: PraHost
login: user@example.com
password: password123
#proxy:
# server: socks5://1.2.3.4:111
- type: Worldstream
login: AAAAAAAAAAAAAAAAAAAAAA # Worldstream API Key
#proxy:
# server: socks5://1.2.3.4:111
- type: OVH
#region: ca # OVH API region: eu (default) or ca. Credentials are region-specific.
login: AAAAAAAAAAAAAAAAAAAA # OVH Application Key
password: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # OVH Application Secret
consumer_key: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # OVH Consumer Key
#proxy:
# server: socks5://1.2.3.4:111
- type: BunnyCDN
api_key: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # Bunny CDN API key (Account > API)
balance_remaining: 50 # alert if account balance drops below this amount (in account currency)
days_remaining: 30 # alert if projected days of balance left drops below this
#proxy:
# server: socks5://1.2.3.4:111