Skip to content
Eric edited this page Oct 31, 2021 · 4 revisions

Addons are other ways to contact the Staff group. Currently there are experimental integrations of a web chat and the messenger signal.

Web Chat

The web chat can be enabled by setting following settings in the config.yaml file:

web_server: true # Enable/disable web server
web_server_port: 8080 # Port for web server

When set to true it will spawn up a server which listens on the given ip. E.g. localhost:8080. You can now include a chat box on your website by adding following snippet to your HTML: <script src="localhost:8080/chat.js"></script> where localhost is your public IP.

You can see a live version of this on my website: https://erictrenkel.com/chat.html

Signal

Signal integreation is currently text-only so no files or other Signal specific data. Install the unofficial signal-cli by AsamK and set your account as specified in their repo.

The signal integration can be enabled by setting following settings in the config.yaml file:

signal_enabled: true # Enable/disable signal
signal_number: '+1234567890' # Your signal number / account
Clone this wiki locally