-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
unattended.example.env
31 lines (22 loc) · 982 Bytes
/
unattended.example.env
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
# SETUP.SH OPTIONS
## master user setup
user=test
pass=test123
## packages to install separated by colons.
packages=nginx:panel:transmission:letsencrypt
# PACKAGE SPECIFIC OPTIONS
## Deluge flags (https://swizzin.ltd/applications/deluge#unattended-variables)
DELUGE_VERSION="master"
## qBittorrent flags (https://swizzin.ltd/applications/qbittorrent#unattended-variables)
QBITTORRENT_VERSION="latest"
## transmission flags (https://docs.swizzin.ltd/applications/transmission#install-options)
TRANSMISSION_VERSION="Repo"
## rtorrent flags (https://swizzin.ltd/applications/rtorrent/#initial-setup)
RTORRENT_VERSION="0.9.8"
## LetsEncrypt options ((https://docs.swizzin.ltd/applications/letsencrypt#install-options))
LE_HOSTNAME="domain.tld"
LE_DEFAULTCONF=yes
# LE_BOOL_CF=no if you don't want to use any cloudflare
LE_CF_API=aaapppiiiikkkeeeeeyyyyyyyy
LE_CF_EMAIL="[email protected]"
LE_CF_ZONE="some.zone.asdasdasdasd" # or LE_CF_ZONEEXISTS=yes if you don't need it created