Skip to content

cardboard-ink/PhotoBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoBox

PhotoBox is a Guilded based avatar/banner CDN cache. Powered by ElysiaJS, Minio and Bun.

Open http://localhost:3000/ with your browser to see the result.

How to use

Refer to docs

How to run

  1. Setup the environment file, fill any random value for minio access and secret.
  2. Run only minio service.

docker compose up photobox-minio1

  1. Login according to env config and setup access.
  2. Copy minio access and secret to env file.
  3. Restart compose with all containers.

docker compose down --remove-orphans && docker compose up --build -d

Releases

No releases published

Packages

No packages published