This commit is contained in:
Gregory Wells
2026-03-24 15:34:03 -04:00
commit 31ad22ad38
21 changed files with 1237 additions and 0 deletions

BIN
data/astraltech_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

17
data/config.example.json Normal file
View File

@@ -0,0 +1,17 @@
{
"ldap_config": {
"ldap_url": "ldap://ipa.example.com:389",
"security": "tls",
"ignore_invalid_cert": false,
"base_dn": "dc=example,dc=com",
"bind_dn": "",
"bind_password": ""
},
"style_config": {
"favicon_path": "./data/astraltech_logo.png",
"logo_path": "./data/astraltech_logo_large.png"
},
"server_config": {
"port": 8080
}
}