/PhotoBox

Guilded media scraper + integrated cache

Primary LanguageTypeScript

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