Skip to content

lytexdev/Seal-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seal-Pi

Overview

Seal-Pi is a Flask-Vue based web-application developed for RaspberryPi's to display camera footage and soon more.

Features

  • User Management
  • 2-Factor-Authentication (TOTP)
  • Security Camera

Installation

There will be soon a docker-compose setup

Clone the repository

git clone https://github.com/lytexdev/Seal-Pi.git
cd Seal-Pi

Copy .env.example to .env and adjust it. Please note that the SECRET_KEY should be a random string!

cp .env.example .env

Install dependencies

pip install -r requirements.txt
cd ./frontend
npm install

Build frontend

./seal build

Start Flask server

python app.py

License

This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.