Seal-Pi is a Flask-Vue based web-application developed for RaspberryPi's to display camera footage and soon more.
- User Management
- 2-Factor-Authentication (TOTP)
- Security Camera
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
This project is licensed under the GNU General Public License v3 - see the LICENSE file for details.