We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9715bd3 commit 28f6201Copy full SHA for 28f6201
.env.example
@@ -17,3 +17,14 @@ TWITCH_CLIENT_SECRET='YOUR_TWITCH_CLIENT_SECRET'
17
CONFIG_UPDATE_INTERVAL_YOUTUBE='10'
18
CONFIG_UPDATE_INTERVAL_TWITCH='2'
19
CONFIG_DISCORD_LOGS_CHANNEL='YOUR_DISCORD_LOGS_CHANNEL'
20
+
21
+# Backups
22
+BACKUP_ENABLED=true
23
+BACKUP_USING_SSH=false # It will still backup locally if set to true
24
25
+# Note: The following sections are only required if BACKUP_USING_SSH is set to true
26
+BACKUP_SSH_HOST='YOUR_SSH_HOST'
27
+BACKUP_SSH_PORT='22' # Default SSH port is 22
28
+BACKUP_SSH_USER='YOUR_SSH_USER'
29
+BACKUP_SSH_PASSWORD='YOUR_SSH_PASSWORD' # You must use a password as private keys are not supported yet
30
+BACKUP_SSH_PATH='YOUR_SSH_PATH' # The path where the backups will be stored
0 commit comments