An open API service indexing awesome lists of open source software.

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

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*