mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-22 16:18:22 +03:00
- 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
|
||
|---|---|---|
| .. | ||
| docs | ||
| plugins | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website