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
scyto
83e9ae616a
Enable Optional IPv6 Support for Nginx ( #19602 )
2025-08-18 17:39:12 -06:00
bartbutenaers
61aef0bff0
Base path via environment variable ( #17030 )
...
* Base path via environment variable
* Feedback refactored
* Update docker/main/rootfs/usr/local/nginx/conf/nginx.conf
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
* Update docker/main/rootfs/usr/local/nginx/templates/base_path.gotmpl
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
* Revert api regex change
* Lint fix
* Fix https to http
* Base path documentation
* Base path contains leading slash
* Frigate specific environment variable
* Typo in comment
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
* Typo in comment
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
---------
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
2025-03-17 10:29:38 -05:00
Nicolas Mowen
21a777ab45
Fix nginx 5000 template ( #12210 )
2024-06-29 18:36:24 -05:00
Nicolas Mowen
46c3ef8c6b
Nginx config tweaks ( #12174 )
...
* Change auth port and remove ipv6
* Add docs for nginx bind mount
* Consolidate listen statements
* Update port in docs
* Fix typing
2024-06-29 07:18:40 -06:00
Blake Blackshear
e431031112
improve tls implementation ( #11690 )
...
* improve tls implementation
* update docs
2024-06-02 06:48:28 -06:00