Experience a modern approach to Internet Relay Chat that eliminates netsplits and session drops. Traditional networks split during brief server issues or upgrades, disrupting communication. This solution ensures users remain unaware of server reboots or rollouts. It is highly robust against client-side connectivity hiccups; if your connection drops briefly, you are transparently reconnected to a different server without losing your session. You do not need to abandon your preferred setup, as standard IRC clients are fully supported. By running a simple local bridge, you can connect using your favorite client just like any other network.
Key benefits:
services:
robustirc:
image: robustirc/robustirc:latest
container_name: robustirc
restart: unless-stopped
ports:
- "443:443"
volumes:
- ./data:/var/lib/robustirc
command:
- -singlenode
- -network_password=${NETWORK_PASSWORD}
- -listen=:443NETWORK_PASSWORD=change_this_to_a_secure_passwordAuto-fetched about 19 hours ago
Auto-fetched about 19 hours ago