Added tts proxy, twitch chat config, letsencrypt
This commit is contained in:
parent
07f8ac4d02
commit
10008557df
|
@ -88,3 +88,9 @@ services:
|
||||||
- EXTDATA=False
|
- EXTDATA=False
|
||||||
# Integrate external TTS-Bot (see https://gitlab.com/gpvkt/twitchtts/)
|
# Integrate external TTS-Bot (see https://gitlab.com/gpvkt/twitchtts/)
|
||||||
- TTS=False
|
- TTS=False
|
||||||
|
# Proxy URL for TTS bot (must end on /tts)
|
||||||
|
- TTS_URL=https://example.com/tts
|
||||||
|
# Parent window URL for Twitch chat embed
|
||||||
|
- TWITCH_CHAT_PARENT=example.com&parent=localhost
|
||||||
|
# Lets Encrypt SSL Certificate Domain (singular)
|
||||||
|
- LETSENCRYPT_DOMAIN=example.com
|
||||||
|
|
Loading…
Reference in New Issue