Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lytexdev/seal-pi

🦭 Seal-Pi: Security typeshit 🦭
https://github.com/lytexdev/seal-pi

camera flask raspberry-pi seal-pi security

Last synced: about 1 month ago
JSON representation

🦭 Seal-Pi: Security typeshit 🦭

Awesome Lists containing this project

README

        

# 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**
```bash
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!**
```bash
cp .env.example .env
```

**Install dependencies**
```bash
pip install -r requirements.txt
cd ./frontend
npm install
```

**Build frontend**
```bash
./seal build
```

**Start Flask server**
```bash
python app.py
```

## License
This project is licensed under the GNU General Public License v3 - see the [LICENSE](LICENSE) file for details.