Commit graph

4 commits

Author SHA1 Message Date
Murat Aslan
d2e2ca892c fix: add soju-run volume for admin socket
- Add soju-run volume for /run/soju directory
- Re-add unix+admin listener for sojuctl user management
- Tested: user creation works with sojuctl
2025-12-09 00:35:53 +03:00
Murat Aslan
139db09fe0 fix: correct soju config path and simplify template
- Fix config path to /soju-config (not /etc/soju/config)
- Remove unix+admin listener (causes bind error)
- Remove health checks (nc/wget not available in containers)
- Simplify depends_on configuration

Tested locally with docker compose - both services start successfully
2025-12-09 00:28:33 +03:00
Murat Aslan
d6c5265556 fix: update soju config path and add WebSocket support
- Fix config path to /etc/soju/config
- Use explicit host:port bindings
- Switch to WebSocket listener for Gamja compatibility
- Add GAMJA_SERVER environment variable
2025-12-09 00:16:20 +03:00
Murat Aslan
3bf5e3ccfb feat: add Soju IRC bouncer service template 2025-12-08 15:53:33 +03:00