A booru-like software written in Go and Svelte.
Go to file
Damillora 1a0a0a7c83 fix: add node modules to dockerignore 2021-09-11 02:01:34 +07:00
.github/workflows chore: fix workflow 2021-05-11 00:39:52 +07:00
pkg feat: tag autocomplete 2021-09-11 01:56:42 +07:00
web feat: tag autocomplete 2021-09-11 01:56:42 +07:00
.dockerignore fix: add node modules to dockerignore 2021-09-11 02:01:34 +07:00
.gitignore chore: fix static folder disappearing 2021-05-11 12:35:09 +07:00
Dockerfile chore: oops 2021-05-11 19:49:00 +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: similarity search 2021-05-12 01:22:46 +07:00
go.sum feat: similarity search 2021-05-12 01:22:46 +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