SEAPUNK / atsugami

a nicer booru browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a nicer booru browser

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 93.1%Language:JavaScript 4.4%Language:Dockerfile 1.4%Language:CSS 0.7%Language:HTML 0.4%