You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1013 B
28 lines
1013 B
domain="conorz.tk"
|
|
email="lukas.raub@pm.me"
|
|
postgres_password=""
|
|
#leave empty for standard ssh port (22)
|
|
ssh_port = ""
|
|
#provide your public ip adress - you can lookup at wieistmeineip.at
|
|
ip = ""
|
|
#want to create the homeserver key on yourself? answer with True or False
|
|
add_key=True
|
|
#if True insert your generated key here (generate it with pwgen -s 64 1)
|
|
homeserver_key=""
|
|
|
|
#bridges, set variable <true> if you want to install them or <false> e.g: mautrix-bridge=true
|
|
mautrix_discord_bridge=True
|
|
mautrix_signal_bridge=True
|
|
heisenberg_bridge=True
|
|
#write your username in matrix format e.g @your-username:domain
|
|
heisenbridge_owner="@titanz:conorz.tk"
|
|
|
|
#if true fill out client id and token, you would get that from the discord developers dashboard when creating a bot
|
|
appservice_discord_bridge=True
|
|
appservice_discord_brige_client_id="" #
|
|
appservice_discord_bridge_token=""
|
|
|
|
#want to run your own nginx server? set the ports where matrix-nginx should run and reverse proxy it from your nginx
|
|
http_port=
|
|
https_port=
|