GitDeployHub

adguardteam/artifact-keeper

github.com/adguardteam/artifact-keeper ↗
Rust
9 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ARTIFACT_KEEPER_VERSION Docker Compose backend image version (docker compose only) Pin backend and backend-based init container images to the same release tag.…
  • DATABASE_URL secret Database (backend)
  • BIND_ADDRESS Server (backend)
  • LOG_LEVEL
  • ENVIRONMENT Environment (development | production) In development mode, CORS automatically allows requests from private-network IPs (192.168.x.x,…
  • STORAGE_BACKEND Storage (backend) — choose one backend
  • STORAGE_PATH
  • JWT_SECRET secret Authentication (backend)
  • JWT_EXPIRATION_SECS secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/adguardteam/artifact-keeper
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adguardteam/artifact-keeper
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adguardteam/artifact-keeper
← Try another repo