Skip to main content
Version: 2.x (Latest)

Deployments

These deployment guides show how to run Authorizer v2 using the CLI-only configuration model.

Key differences from v1:

  • No .env file loading by the server
  • No dashboard-based _update_env configuration
  • All config is supplied as CLI flags when starting the binary or container

Required Variables

All deployments require these flags with sample values:

--database-type=sqlite \
--database-url=test.db \
--jwt-type=HS256 \
--jwt-secret=test \
--admin-secret=admin \
--client-id=123456 \
--client-secret=secret

Deployment Options

MethodGuide
DockerDocker
Binary / SourceBinary
KubernetesKubernetes
Helm ChartHelm Chart
HerokuHeroku
RailwayRailway
RenderRender
Fly.ioFly.io
KoyebKoyeb
EasyPanelEasyPanel
Alibaba CloudAlibaba Cloud

Reference