Skip to content

Commit

Permalink
Add ergochat IRC server
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Oct 15, 2023
1 parent 8ce2bb9 commit 589b3b0
Show file tree
Hide file tree
Showing 11 changed files with 1,039 additions and 568 deletions.
6 changes: 6 additions & 0 deletions config.template/ergochat/auth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
read input
wget --header='CONTENT-TYPE:application/json' --post-data "$input" -O - -q $1 && printf '\n' # This assume no endline ohne the API response

#For testing:
#printf '{"success": true, "accountName": "Brutus5000", "error": null}\n'
1,023 changes: 1,023 additions & 0 deletions config.template/ergochat/ircd.yaml

Large diffs are not rendered by default.

240 changes: 0 additions & 240 deletions config.template/faf-anope/services.conf

This file was deleted.

1 change: 0 additions & 1 deletion config.template/faf-db/faf-db.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ MYSQL_AIO_REPLAYSERVER_PASSWORD=banana
MYSQL_LEGACY_UPDATER_PASSWORD=banana
MYSQL_JAVA_SERVER_PASSWORD=banana
MYSQL_PYTHON_SERVER_PASSWORD=banana
MYSQL_ANOPE_PASSWORD=banana
MYSQL_WIKI_PASSWORD=banana
MYSQL_WORDPRESS_PASSWORD=banana
MYSQL_MYSQL_EXPORTER_PASSWORD=banana
Expand Down
1 change: 0 additions & 1 deletion config.template/faf-ircd/motd.txt

This file was deleted.

13 changes: 0 additions & 13 deletions config.template/faf-ircd/readme.md

This file was deleted.

33 changes: 0 additions & 33 deletions config.template/faf-ircd/ssl/server.cert.pem

This file was deleted.

52 changes: 0 additions & 52 deletions config.template/faf-ircd/ssl/server.key.pem

This file was deleted.

Loading

0 comments on commit 589b3b0

Please sign in to comment.