Build [v.1.3.9]
This commit is contained in:
4
data/.gitkeep
Normal file
4
data/.gitkeep
Normal file
@@ -0,0 +1,4 @@
|
||||
# This file exists to track the data/ directory in Git.
|
||||
# The actual runtime data (inventory.db, ldap_config.json, caddy volumes)
|
||||
# is excluded via .gitignore and must NEVER be committed.
|
||||
# On a fresh clone, run ./start_server.sh or docker compose up to initialize.
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
{"ldap_enabled": true, "server_uri": "ldap://192.168.84.107:3890", "base_dn": "dc=example,dc=com", "user_template": "cn={username},ou=people,dc=example,dc=com", "groups_dn": "ou=groups", "use_tls": false, "role_mappings": [{"group": "inventory_admins", "role": "admin"}, {"group": "inventory_users", "role": "user"}]}
|
||||
Reference in New Issue
Block a user