Skip to content

Commit

Permalink
Implement Honoroit support bot
Browse files Browse the repository at this point in the history
Signed-off-by: wj25czxj47bu6q <[email protected]>
  • Loading branch information
wj25czxj47bu6q authored Feb 12, 2024
1 parent b7f2318 commit 94cad39
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srv/Matrix-Docker-Compose/honoroit-hssupport.env
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 94cad39

Please sign in to comment.