A booru-like software written in Go and Svelte.
The easiest way to get started is to use Docker:
docker pull damillora/shioriko
Shioriko is configured using environment variables:
POSTGRES_DATABASE
: DSN string of Postgres Database, see Gorm documentationAUTH_SECRET
: Secret used to sign JWTsDATA_DIR
: Data directory to store imagesBASE_URL
: Accesible URL of the instanceDISABLE_REGISTRATION
: Optional, disable registration on the instanceShioriko is still in an early stage, but contributions are welcome!