added openvpn transmission, splitted into different folders

This commit is contained in:
Maksym Buz
2025-02-06 14:29:09 +01:00
committed by GitHub
parent 11e3f3549f
commit 1d6d05a442
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Optional credentials for securing the transmission web interface
USERNAME= 'username'
PASSWORD= 'password'
# File paths
PATH_TO_CONFIG= '/path/to/config'
PATH_TO_DOWNLOADS= '/path/to/downloads'
PATH_TO_WATCH_FOLDER= '/path/to/watch/folder'