Documentation
journex runs as a single server binary on amd64 and arm64 Linux systems. It serves its web frontend via HTTP on port 8080 (configurable) and streams log entries over WebSockets.
These pages cover everything from first start to production deployment behind a reverse proxy.
- Installation — download, first start, and basic usage
- Authentication — built-in single-user auth and password hashing
- Reverse Proxy — Apache, nginx, Traefik, and Caddy configuration
- Regex Search — linear-time patterns and the unsafe-regex escape hatch
- Configuration — environment variable reference