-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
55 lines (55 loc) · 1.96 KB
/
config.yaml.example
File metadata and controls
55 lines (55 loc) · 1.96 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
# Example Config
cd: /app # Working directory, /app inside Docker
google_sheets: # 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
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
login: AAAAAAAAAAAAAAAAAAAA # OVH Application Key
password: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # OVH Application Secret
consumer_key: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA # OVH Consumer Key
#proxy:
# server: socks5://1.2.3.4:111