Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAPUNK committed May 13, 2024
1 parent fa82208 commit 890ec5f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# atsugami

a booru viewer

## install

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

```sh
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

0 comments on commit 890ec5f

Please sign in to comment.