An open API service indexing awesome lists of open source software.

https://github.com/vcardoneit/flurga

Flurga is a web interface for Frigate NVR
https://github.com/vcardoneit/flurga

bootstrap camera frigate frigate-nvr home-automation mqtt nvr realtime rtsp

Last synced: 29 days ago
JSON representation

Flurga is a web interface for Frigate NVR

Awesome Lists containing this project

README

        


Flurga


Flurga is a web interface for Frigate NVR build with "Bootstrap Italia" theme

## Features
- **Login system**
- **Simple dashboard**
- **Multiple Frigate instances support**
- **View and download custom length recording**
- **Delete all events at once**
- **Multi language (de, en, es, fr, it)**
- **View and delete events**
- **View recordings**

## Installation with Docker
#### Docker compose
```yaml
version: '3.3'

volumes:
flurga:

services:
flurga:
container_name: Flurga
restart: unless-stopped
volumes:
- flurga:/home/Flurga
ports:
- '1923:1923'
image: 'ghcr.io/vcardoneit/flurga'
```

#### Environment Variables
| Environment Variable | Purpose | Default |
| ------------- | ------------- | ------------- |
| `TIME_ZONE` | Your local timezone in TZ Name format | `Europe/Rome` |
| `SECRET_KEY` | Django secret key | `Random string` |
| `DEBUG` | Enable or disable debug (True/False) | `False` |
| `DJANGO_SUPERUSER_USERNAME` | Username for login | `admin` |
| `DJANGO_SUPERUSER_PASSWORD` | Password for login | `admin` |

## Config
At the first login you will be redirected to the dashboard, where you can set the IP of Frigate, and the name of cameras, separated by comma.

Also in the dashboard, you can logout from the session, change the password, change language, and edit/add/remove instances of Frigate (See screenshots below)

## Problems / Questions
There may be some bugs and frequent updates, but we encourage you to report any issues!


Email: [email protected] - Discord: thuderous

## Screenshot