2025-11-03 15:24:55 +01:00
2025-11-02 23:14:03 +01:00

LoginWeen is an app where you login/register with a halloween pumpkin carving as a password. There are 3 minigames you can play after, or you can check out the countdown to the next Loginween!

Live Demo: https://loginween.csd4ni3l.hu

Install

Download source & use uv

  • Download source and change to it's directory
  • copy .env.example to .env and update the settings as you like.
  • uv run app.py

Download source & use pip

  • Download source and change to it's directory
  • Copy .env.example to .env and update the settings as you like.
  • Optionally, make and activate a virtual environment: python3 -m venv .venv and source .venv/bin/activate
  • pip3 install -r requirements.txt
  • python3 app.py

Docker CLI

  • Run docker run --name loginween -p 8080:8080 -e HOST=0.0.0.0 -e PORT=8080 -e DB_FILE=data.db -e APP_KEY=changeme -e DEBUG_MODE=false -e GRID_SIZE=15 -v ./data.db:/app/data.db --restart unless-stopped csd4ni3lofficial/loginween:latest and change the parameters

Docker Compose

  • Download the docker-compose.yml file from this repo and run docker compose up -d next to it.
Description
No description provided
Readme GPL-3.0 3.8 MiB
Languages
JavaScript 53.8%
Jinja 32.4%
Python 13%
Dockerfile 0.8%