Email on start encode Encode audio 48000 bps Clearly show error or success in Results page Optional savedir
28 lines
593 B
Plaintext
28 lines
593 B
Plaintext
## Variables for the install script
|
|
# All have to be filled in, except if they have a default
|
|
|
|
# Timezone for local user
|
|
tz='Asia/Bangkok'
|
|
|
|
# Interface for serving the page: ':80' or 'domain.name'
|
|
# Defaults to ':80'
|
|
interface=''
|
|
|
|
# Email for registering SSL-certificates
|
|
sslmail='(valid email)'
|
|
|
|
# Directory for saving completed streams
|
|
savedir=''
|
|
|
|
# Variables for mailer
|
|
user='(smtp login)'
|
|
password='(smtp password)'
|
|
# Defaults to 'mail.gmail.com'
|
|
smtp=''
|
|
# Defaults to: '587'
|
|
port=''
|
|
# Defaults to StartTLS when empty, otherwise SSL/TLS
|
|
ssltls='true'
|
|
# When empty, no BCC gets sent
|
|
bcc=''
|