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

Deploy on Alibaba Cloud

Introduction

Deploy a ready-to-use Authorizer instance on Alibaba Cloud using the Alibaba Cloud Compute Nest service.

Requirements

An Alibaba Cloud account.

One-click Deploy

Deploy on Alibaba Cloud

  1. Select parameters for the type of ECS to deploy
  2. Choose to create a new dedicated network or use an existing one
  3. Click Create Now and wait for the service instance to be deployed

Configure for v2

After deployment, configure the required v2 variables in your instance:

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