2021-05-11 00:39:52 +07:00
2022-04-16 02:35:35 +07:00
2022-04-16 02:35:35 +07:00
2021-05-11 19:49:00 +07:00
2021-05-12 01:22:46 +07:00
2021-05-12 01:22:46 +07:00
2021-05-10 22:47:35 +07:00
2021-05-11 13:33:00 +07:00
2021-05-10 22:47:35 +07:00

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

Description
A booru-like software written in Go and Svelte.
Readme MIT 1 MiB
Languages
Svelte 48.3%
Go 40.5%
TypeScript 5.8%
JavaScript 2.6%
SCSS 1.6%
Other 1.2%