A simple archive for game saves.
Go to file
Andronaco Marco d7583eb460 add docker config 2023-08-17 19:07:46 +02:00
.vscode add admin and register 2023-07-19 17:32:34 +02:00
migrations hashed passwords 2023-08-17 12:20:43 +02:00
myprecious hashed passwords 2023-08-17 12:20:43 +02:00
tests initial commit 2023-07-16 09:56:48 +02:00
.env.example move to package structure 2023-07-17 23:40:23 +02:00
.gitignore lots of stuff 2023-07-17 19:45:46 +02:00
Dockerfile add docker config 2023-08-17 19:07:46 +02:00
README.md add docker config 2023-08-17 19:07:46 +02:00
docker-compose.yaml add docker config 2023-08-17 19:07:46 +02:00
poetry.lock hashed passwords 2023-08-17 12:20:43 +02:00
pyproject.toml hashed passwords 2023-08-17 12:20:43 +02:00
requirements.txt update requirements.txt 2023-08-17 12:24:09 +02:00

README.md

myprecious

Configuration

cp .env.example .env
nano .env

Docker

docker-compose up -d

Debug

poetry install
poetry run flask --app myprecious run --port 1111 --debug

Production

poetry install --with prod
poetry run waitress-serve --port 1111 myprecious:app