A booru-like software written in Go and Svelte.
Go to file
Damillora 63b4f89820 fix: remove unused import 2021-05-11 13:33:00 +07:00
.github/workflows chore: fix workflow 2021-05-11 00:39:52 +07:00
pkg feat: refactor post browse api 2021-05-11 03:25:33 +07:00
web chores: fix static gitignore 2021-05-11 12:55:58 +07:00
.dockerignore feat: update 2021-05-10 22:47:35 +07:00
.gitignore chore: fix static folder disappearing 2021-05-11 12:35:09 +07:00
Dockerfile feat: update 2021-05-10 22:47:35 +07:00
LICENSE feat: update 2021-05-10 22:47:35 +07:00
README.md feat: update 2021-05-10 22:47:35 +07:00
go.mod feat: initial commit 2021-05-10 09:45:32 +07:00
go.sum feat: initial commit 2021-05-10 09:45:32 +07:00
main.go fix: remove unused import 2021-05-11 13:33:00 +07:00

README.md

Shioriko

A booru-like software written in Go and Svelte.

Installation

The easiest way to get started is to use Docker:

docker pull damillora/shioriko

Requirements

  • PostgreSQL database

Configuration

Shioriko is configured using environment variables:

  • POSTGRES_DATABASE: DSN string of Postgres Database, see Gorm documentation
  • AUTH_SECRET: Secret used to sign JWTs
  • DATA_DIR: Data directory to store images
  • BASE_URL: Accesible URL of the instance
  • DISABLE_REGISTRATION: Optional, disable registration on the instance

Contributing

Shioriko is still in an early stage, but contributions are welcome!

License

MIT