mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-12 13:51:33 -05:00
Implement Honoroit support bot
Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
parent
b7f2318596
commit
94cad3931f
21
srv/Matrix-Docker-Compose/honoroit-hssupport.env
Normal file
21
srv/Matrix-Docker-Compose/honoroit-hssupport.env
Normal file
@ -0,0 +1,21 @@
|
||||
HONOROIT_HOMESERVER='https://matrix.arcticfoxes.net'
|
||||
HONOROIT_LOGIN='support'
|
||||
HONOROIT_PASSWORD='REDACTED'
|
||||
HONOROIT_ROOMID='!syfZjsMwLGTYYAPdof:arcticfoxes.net'
|
||||
HONOROIT_DB_DIALECT='postgres'
|
||||
POSTGRES_PASSWORD='REDACTED'
|
||||
HONOROIT_DB_DSN="host=/var/run/postgresql dbname=honoroit-hssupport user=honoroit-hssupport password=${POSTGRES_PASSWORD}"
|
||||
|
||||
# ==================
|
||||
# PostgreSQL Setup
|
||||
# ==================
|
||||
# sudo -u postgres -i
|
||||
# createuser --pwprompt honoroit-hssupport
|
||||
# createdb --encoding=UTF8 --locale=C --template=template0 --owner=honoroit-hssupport honoroit-hssupport
|
||||
|
||||
# ================
|
||||
# Honoroit Setup
|
||||
# ================
|
||||
# /plain !ho config ignore.nothread true
|
||||
# /plain !ho config text.greetings Thank you for your inquiry. A server administrator will respond as soon as possible.
|
||||
# /plain !ho config text.error An error occurred while trying to deliver your message. If this keeps happening, please use one of the alternate contact methods listed at https://arcticfoxes.net/.well-known/matrix/support.
|
Loading…
Reference in New Issue
Block a user