Remove dev env var requirement and update docs for latest config (#10483)

* Update docs for alerts and event review

* Add docs for camera groups

* Update reference config with new config values

* Remove env variable requirement

* Add to sidebar

* Update snapshot docs

* add zones example to detection docs too

* Generalize the zone docs
This commit is contained in:
Nicolas Mowen
2024-04-28 08:35:50 -06:00
committed by GitHub
parent 3348af1e6d
commit 8c610bea49
7 changed files with 120 additions and 23 deletions

View File

@@ -597,24 +597,6 @@ class FrigateApp:
self.init_logger()
logger.info(f"Starting Frigate ({VERSION})")
if not os.environ.get("I_PROMISE_I_WONT_MAKE_AN_ISSUE_ON_GITHUB"):
print(
"**********************************************************************************"
)
print(
"**********************************************************************************"
)
print("Frigate 0.14 UNSTABLE")
print("This build is not for public use. Please use Frigate stable.")
print("Unstable/experimental builds are not enabled, Frigate is exiting.")
print(
"**********************************************************************************"
)
print(
"**********************************************************************************"
)
sys.exit(1)
try:
self.ensure_dirs()
try: