implement pool group and user get routes,

improvements to http return codes,
add localdb backend handler
This commit is contained in:
2026-04-29 21:15:20 +00:00
parent 136dc90f13
commit de7ac282db
10 changed files with 434 additions and 105 deletions
+6
View File
@@ -16,6 +16,12 @@ type PVEConfig struct {
PAASClientRole string `json:"paas-client-role"`
}
type LDAPConfig struct {
BaseDN string `json:""`
LdapURL string
StartTLS bool
}
type Config struct {
ListenPort int `json:"listenPort"`
SessionCookieName string `json:"sessionCookieName"`