mirror of
https://github.com/Damillora/phoebe.git
synced 2025-03-10 05:57:22 +00:00
Bumps [query-string](https://github.com/sindresorhus/query-string) from 8.2.0 to 9.1.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v8.2.0...v9.1.1) --- updated-dependencies: - dependency-name: query-string dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request #4 from Damillora/dependabot/go_modules/github.com/go-playground/validator/v10-10.25.0
Merge pull request #4 from Damillora/dependabot/go_modules/github.com/go-playground/validator/v10-10.25.0
phoebe
a booru-style image gallery and organizer.
Built with the Go language and Svelte framework, phoebe is designed for personal image gathering.
Features
- Upload and organize images
- Basic tagging system
- Search and autocomplete based on tags
- Similarity search and duplicate detection using perceptual hash
Installation
The easiest way to get started is to use Docker:
docker pull damillora/phoebe
docker run -e POSTGRES_DATABASE=<PostgreSQL DSN> -e AUTH_SECRET=<secret> -e DATA_DIR=/data -e BASE_URL=http://localhost:8080 -p 8080:8080 -v "./data:/data" damillora/phoebe
Requirements
- PostgreSQL database
Configuration
phoebe 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
phoebe is still in an early stage, but contributions are welcome!
License
phoebe is licensed under the MIT license.
Languages
Svelte
51.6%
Go
38%
TypeScript
5.8%
JavaScript
2.5%
SCSS
1.5%
Other
0.6%