forked from Heavybullets8/heavy_script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.default.config.ini
72 lines (52 loc) · 1.72 KB
/
.default.config.ini
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
[DNS]
## true/false options ##
# Show all pods within a namespace instead of just the main pod
verbose=false
[SELFUPDATE]
## true/false options ##
# Automatically update HeavyScript every time it runs
always=false
# Automatically update HeavyScript every time an application update is performed
when_updating=false
# Allow HeavyScript updates to include major version changes
include_major=false
[UPDATE]
## Integer options ##
# Number of applications to update concurrently
concurrent=1
# Timeout duration (in seconds) for requests
timeout=500
# Maximum number of HeavyScript/Truetool backups to retain
# Setting a value here will also enable backups to run
# automatically when updating applications
backup=
## true/false options ##
# Allow updates for major version changes of applications
include_major=false
# Update applications even if no new version is available
ignore_img=false
# Always prune images after updating
prune=false
# Automatically roll back applications if their update fails
rollback=false
# Sync the catalog before updating applications
sync=false
# Stop applications before updating
stop_before_update=false
# Enable verbose output for the update command
verbose=false
## String options ##
# Comma-separated list of applications to exclude from updates
# Example: ignore=plex,sonarr,radarr
ignore=
[databases]
## true/false options ##
# Enable or disable database dumps
enabled=true
## String options ##
# File path for database dump folder
dump_folder="./database_dumps"
# Apps listed here will have their deployments shut down prior to their CNPG Database dump
# This is usually uneccesary, and unless otherwise recommended, leave blank
# Example: stop_before_dump=nextcloud,appname,appname
stop_before_dump=""