Optmized webhook image for the treafik casedoor auth plugin.
Either mount the plugin config to /config/plugin.json or set the config with env variables:
CASDOOR_ENDPOINT
CASDOOR_ClIENT_ID
CASDOOR_CLIENT_SECRET
CASDOOR_ORGANIZATION
CASDOOR_APPLICATION
PLUGIN_ENDPOINT
Compose example:
version: '3'
services:
webhook:
image: ghcr.io/lostb1t/traefik-casdoor-auth:latest
ports:
- 9999:9999
restart: unless-stopped
environment:
CASDOOR_ENDPOINT: ''
CASDOOR_ClIENT_ID: ''
CASDOOR_CLIENT_SECRET: ''
CASDOOR_ORGANIZATION: ''
CASDOOR_APPLICATION: ''
PLUGIN_ENDPOINT: ''