Skip to content

lostb1t/traefik-casdoor-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

traefik-casdoor-auth-webhook

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: ''

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published