Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 606 Bytes

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