Skip to content

SEAPUNK/atsugami

Repository files navigation

atsugami

a booru viewer

(this project is still in its early stages! many improvements to come, see #1. a temporary demo site can be found here, hooked up to safebooru.org: https://ats.ivan.moe)

demo_may122024.mp4

install

(so far,) the easiest way to run it locally is to use docker:

docker run \
  -e PROXY_SECRET=$(openssl rand -hex 32) \
  -p 55600:55600 \
  --name atsugami \
  ghcr.io/seapunk/atsugami:latest

this will start atsugami and have a web server running on port 55600