Scope: UnrealIRCd web admin app. Inherits monorepo AGENTS.md.
UnrealIRCd WebPanel — web-based administration for IRC network. No justfile mod; runs as Docker service via infra/compose/irc.yaml.
UnrealIRCd WebPanel · PHP 8.4 · Nginx · Docker (multi-stage: composer + trafex/php-nginx)
Containerfile # Multi-stage: clone upstream, composer install, php-nginx
README.md # User docs, access, troubleshooting
- Upstream: unrealircd/unrealircd-webpanel — pinned to branch
0.9.1 - Access: http://localhost:8080 (dev)
- RPC: UnrealIRCd JSON-RPC on port 8600
- Data:
data/irc/webpanel-data→/var/www/html/data - Security:
cap_drop: ALL+cap_add: SETUID, SETGIDin compose