coreos-home-server/host/virtual/virtual.env
Alex Palaistras b499b81c54 Add service for Coturn, a TURN/STUN server
Most importantly, this helps make WebRTC calls in XMPP more reliable
when either (or both) endpoints are behind NAT (as is the case with most
mobile devices), and avoids depending on a third-party service.

Default configuration has been applied in the virtual environment file;
this allows for setting up most host-dependent configuration easily.
2022-01-15 10:18:52 +00:00

51 lines
1.3 KiB
Bash

# Configuration for Let's Encrypt certificate service.
LETSENCRYPT_SERVER=https://acme-staging-v02.api.letsencrypt.org/directory
LETSENCRYPT_EMAIL=noreply@localhost
LETSENCRYPT_DNS_PROVIDER=cloudflare
LETSENCRYPT_DNS_PROVIDER_TOKEN=password
# Configuration for MariaDB.
MARIADB_ROOT_PASSWORD=password
# Configuration for Prosody.
PROSODY_HOST=prosody.localhost
PROSODY_HOST_EXTERNAL=prosody-external.localhost
PROSODY_DATABASE_NAME=prosody
PROSODY_DATABASE_USERNAME=prosody
PROSODY_DATABASE_PASSWORD=password
PROSODY_BIBOUMI_PASSWORD=password
PROSODY_SPECTRUM_PASSWORD=password
PROSODY_TURN_HOST=localhost
PROSODY_TURN_SECRET=password
# Configuration for Coturn.
COTURN_AUTH_SECRET=password
COTURN_REALM=localhost
COTURN_EXTERNAL_IP=""
COTURN_RELAY_PORT_MIN=49000
COTURN_RELAY_PORT_MAX=49100
# Configuration for Dovecot.
DOVECOT_HOST=localhost
DOVECOT_DATABASE_NAME=dovecot
DOVECOT_DATABASE_USERNAME=dovecot
DOVECOT_DATABASE_PASSWORD=password
# Configuration for Postfix.
POSTFIX_HOST=localhost
POSTFIX_LOCAL_SMTP_USERNAME=noreply@localhost
POSTFIX_LOCAL_SMTP_PASSWORD=password
# Configuration for rspamd.
RSPAMD_CONTROLLER_PASSWORD=password
# Configuration for RSS2Email.
RSS2EMAIL_FROM=noreply@localhost
RSS2EMAIL_TO=root@localhost
# Configuration for WriteFreely.
WRITEFREELY_SITE_HOST=https://writefreely.localhost