Commit Graph
2 Commits
Author SHA1 Message Date
5809ecd1a1 Apply suggested changes to the documentation
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2026-01-27 16:11:19 -08:00
Eric Work fdafdd1471 Add networking options for configuring listening ports
- Handle both internal (unauth) an external (auth) ports
    - Allow specifying binding IP in `ip:port` format
- Simplify the templating for `listen.gotmpl` and `base_path.gotmpl`
    - Combine nginx settings getters into a single script `get_nginx_settings.py`
- Replace port constants `5000` and `8971` in code with values from config
- Update `Network Configuration` section in the advanced documentation

Provides a solution for discussion #17761
2026-01-26 22:47:02 -08:00