Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🦭
- Host: GitHub
- URL: https://github.com/lytexdev/seal-pi
- Owner: lytexdev
- License: gpl-3.0
- Created: 2024-09-27T17:39:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T16:05:48.000Z (about 2 months ago)
- Last Synced: 2024-11-18T17:44:48.910Z (about 2 months ago)
- Topics: camera, flask, raspberry-pi, seal-pi, security
- Language: Vue
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.