mirror of
https://github.com/Damillora/Shioriko.git
synced 2025-02-23 09:23:38 +00: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 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 instance
Contributing
Shioriko is still in an early stage, but contributions are welcome!
License
Languages
Svelte
48.3%
Go
40.5%
TypeScript
5.8%
JavaScript
2.6%
SCSS
1.6%
Other
1.2%