Sign inSign up

nephatrine/discord-irc

By nephatrine

•Updated 5 days ago

Container w/ Discord IRC Bridge

Image
0

10K+

nephatrine/discord-irc repository overview

⁠Discord<->IRC Bot

Git: NephCode Git: GitHub OCI: NephCode OCI: DockerHub unRAID License: ISC

This is an Alpine-based container running a Discord-IRC bridge bot. This is a quick and dirty image just because I was sick of manually running it on my PC and wanted to more easily host it in my homelab.

⁠Supported Tags

  • discord-irc:latest: Discord IRC Bot

⁠Software

⁠Configuration

These are the configuration and data files you will need to be aware of and customize.

  • /mnt/config/etc/discord-irc.json

Modifications to that file will require a service restart to pull in the changes made.

⁠Container Variables
  • TZ: Time Zone (i.e. America/New_York)
  • PUID: Mounted File Owner User ID
  • PGID: Mounted File Owner Group ID

⁠Testing

⁠docker-compose
services:
  discord-irc:
    image: nephatrine/discord-irc:latest
    container_name: discord-irc
    environment:
      TZ: America/New_York
      PUID: 1000
      PGID: 1000
    volumes:
      - /mnt/containers/discord-irc:/mnt/config
⁠docker run
docker run --rm -ti code.nephatrine.net/nephnet/discord-irc:latest /bin/bash

Tag summary

Content type

Image

Digest

sha256:cdb13d241…

Size

47.1 MB

Last updated

5 days ago

docker pull nephatrine/discord-irc