https://github.com/imageboardsnet/lotus
Imageboards.net Website.
https://github.com/imageboardsnet/lotus
flask imageboards jinja2
Last synced: 2 months ago
JSON representation
Imageboards.net Website.
- Host: GitHub
- URL: https://github.com/imageboardsnet/lotus
- Owner: imageboardsnet
- License: agpl-3.0
- Created: 2024-01-29T16:35:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T09:43:53.000Z (4 months ago)
- Last Synced: 2025-01-23T10:31:30.596Z (4 months ago)
- Topics: flask, imageboards, jinja2
- Language: HTML
- Homepage: https://imageboards.net
- Size: 8.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌸 Lotus
imageboards.net website built with Flask and Fomantic UI.
Built JS free and with client speed in mind.## Installation instruction
Pull the repo
git pull https://github.com/imageboardsnet/Lotus.git
Run it with Docker
docker compose build
docker compose up -d
*Default port 8080*Run it locally
pip install -r requirements.txt
python app.py
*Default port 5000*