1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-16 12:44:42 -04:00

Implement Honoroit support bot

Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
wj25czxj47bu6q 2024-02-12 04:42:40 +00:00 committed by GitHub
parent b7f2318596
commit 94cad3931f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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.