Build [v.1.3.9]

This commit is contained in:
Daniel Bedeleanu
2026-04-12 07:29:58 +03:00
parent 38e9428109
commit 161a182281
13 changed files with 142 additions and 24 deletions

4
data/.gitkeep Normal file
View 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.

View File

@@ -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"}]}