streamupload/_vars
gitlab.com/pepa65 ef653eac10 Use user's email
2022-09-05 12:58:45 +07:00

23 lines
562 B
Plaintext

## Variables for the install script
# All have to be filled in, except if they have a default
# Interface for serving the page: ':80' or 'domain.name'
# Defaults to ':80'
interface=''
# Timezone for local user
tz='UTC'
# Username/password and Username/email (multiple users allowed)
# Defaults to none (no authentication required)
declare -A umail upw
u='username' umail[$u]='emailaddress' upw[$u]='caddy hash-password'
# Variables for mailer
user='(smtp login)'
password='(smtp password)'
# Defaults to 'mail.gmail.com'
smtp=''
# Defaults to: '587'
port=''