Try Phorge on Firebase Studio or use our Docker Compose file here or at the source image repo to deploy to your own infra.
The included Composefile has a Caddy container ready for use, alongside the usual containers required (Phorge itself and MariaDB) to run a fresh instance.
# optional but required if building from source
git clone https://issues.recaptime.dev/source/phorge-docker ./src
# add --build flag to build image from source, otherwise use --pull
docker compose up [--build|--pull]- In this repo: MPL-2.0
- The repo where builds happen: MIT (forked from https://github.com/wetherc/phorge-docker)
- Phorge itself: Apache