Skip to content

Telegram‐IRC Bridge

Gabriel Y C Chan edited this page May 10, 2024 · 1 revision

There's a linux VM running in the space, bridging Telegram and IRC.

Implementation is simply running this GitHub project: https://github.com/RITlug/teleirc.git

Process is managed by docker-compose, which is started by systemctl. (yes there might be too many layers of virtualisation.)


VM: teleirc.in.dimsumlabs.com

Host teleirc
  HostName teleirc.in.dimsumlabs.com
  ProxyJump space.dimsumlabs.com

project location: /home/gabriel/teleirc

service name: dslteleirc

gabriel@teleirc:~/teleirc$ systemctl status dslteleirc
● dslteleirc.service - DSL TeleIRC Bridging Service
     Loaded: loaded (/etc/systemd/system/dslteleirc.service; enabled; vendor preset: enabled)
     Active: active (running) since Fri 2024-05-10 02:29:43 UTC; 9min ago
   Main PID: 28378 (docker-compose)
      Tasks: 3 (limit: 1009)
     Memory: 23.9M
        CPU: 976ms
     CGroup: /system.slice/dslteleirc.service
             └─28378 /usr/bin/python3 /usr/bin/docker-compose up
Clone this wiki locally