initial commit

This commit is contained in:
2021-02-05 23:57:51 +01:00
parent 7eaf2e717f
commit 64c307cb7b
15 changed files with 1182 additions and 0 deletions

14
config.go Normal file
View File

@@ -0,0 +1,14 @@
package main
type Config struct {
Addr string
DataDir string
OAuth2Enable bool
OAuth2RedirectUrl string
OAuth2ClientID string
OAuth2ClientSecret string
IssuerUrl string
ZoneUrl string
}