mirror of https://github.com/Damillora/Shioriko
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
pkg | 1 year ago | |
web | 1 year ago | |
.dockerignore | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
main.go | 2 years ago |
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 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!