You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
Dockerfile v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
discord-irc.json v811_spc009_project 4 months ago
start.py v811_spc009_project 4 months ago
supervisord.conf v811_spc009_project 4 months ago

README.md

IRC <> Discord bridge

This directory contains the docker image for the discord<>IRC bot. The docker container is built and pushed running:

docker build -t gcr.io/perfetto-irc/discord-irc-bridge .
docker push gcr.io/perfetto-irc/discord-irc-bridge

The docker container requires two environment variables to be set (see below). These are set at the GCE project level (project: perfetto-irc). There is a VM template in the GCE project which has the right env vars set. If a VM restart is required use the template, don't create the VM from scratch.

NICKNAME: This must be set to perfetto_discord:password. The password can be obtained on the usual internal website for passwords. Look for the account "perfetto_discord@freenode".

DISCORD_TOKEN: This must be set to the Discord token for the bot. Look for the account "perfetto-discord-bot-token" in the internal password website.