-
Notifications
You must be signed in to change notification settings - Fork 0
Jul.IA Home
Marmitakus edited this page Aug 5, 2026
·
1 revision
Jul.IA is a self-contained edge and protocol gateway written in Go and configured with TOML. It brings reverse proxying, load balancing, static serving, protocol gateways, transport security, policy, observability, and an optional operations console into one deployable binary.
| Goal | Go to |
|---|---|
| Run Jul.IA for the first time | Getting Started |
| Understand how requests and components fit together | Concepts and Architecture |
| Create and safely change a configuration | Configuration Workflow |
| Choose capabilities and build profiles | Features and Build Profiles |
| Run Jul.IA as a service | Operations and Deployment |
| Harden an installation | Security and Hardening |
| Use the CLI or migrate from NGINX | CLI and Migration |
| Diagnose a problem | Troubleshooting |
| Contribute code or documentation | Contributing |
This wiki is an orientation layer, not a second configuration reference. It explains stable concepts and workflows, then links to the repository for details that change frequently.
Use these sources as authoritative:
- README - product overview and quick evaluation.
- Documentation index - complete documentation map.
- Configuration reference - exact keys, defaults, validation, and examples.
- Feature status - current maturity and evidence.
- Known limitations - current gaps and notices.
- Changelog - released and unreleased changes.
- Security policy - trust model, hardening, and vulnerability reporting.
When the wiki and the repository disagree, the current code, tests, accepted ADRs, and canonical repository documentation take precedence.