Initial commit

This commit is contained in:
2022-10-02 19:25:41 +02:00
commit 03fd9ae389
17 changed files with 1151 additions and 0 deletions

9
.env.sample Normal file
View File

@@ -0,0 +1,9 @@
# qBittorrent
QBIT_HOST="localhost"
QBIT_PORT="8080"
QBIT_USERNAME="admin"
QBIT_PASSWORD="adminadmin"
# Mounts
# Prefix of the location where we mount our downloads folder
MNT_PREFIX=".tmp"