mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: added casdoor sso support (#204)
This commit is contained in:
parent
34289150fa
commit
7fe3517afe
9 changed files with 180 additions and 26 deletions
|
@ -8,6 +8,13 @@ StartCmd = login
|
|||
Database = database
|
||||
CADir =
|
||||
Demo =
|
||||
CasdoorEndpoint =
|
||||
CasdoorClientId =
|
||||
CasdoorClientSecret =
|
||||
CasdoorCertificate =
|
||||
CasdoorOrganization =
|
||||
CasdoorApplication =
|
||||
CasdoorRedirectUri =
|
||||
|
||||
[nginx]
|
||||
AccessLogPath = /var/log/nginx/access.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue