https://github.com/imageboardsnet/zatsudan
A single thread imageboard
https://github.com/imageboardsnet/zatsudan
Last synced: 2 months ago
JSON representation
A single thread imageboard
- Host: GitHub
- URL: https://github.com/imageboardsnet/zatsudan
- Owner: imageboardsnet
- License: gpl-3.0
- Created: 2024-07-16T15:30:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:32:19.000Z (10 months ago)
- Last Synced: 2024-07-17T18:35:32.104Z (10 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zatsudan
This is a micro imageboard with only one thread. Built to provide feedback/blog for Imageboards.net## Installation instruction
Pull the repo
git pull https://github.com/imageboardsnet/Zatsudan.git
Run it with Docker
docker compose build
docker compose up -d
*Default port 9090*Run it locally
pip install -r requirements.txt
python app.py
*Default port 5000*