- Modified frontend/lib/api.ts to use window.location.hostname as fallback - Ensures browser on external IP reaches correct backend HTTPS port - Allows admin/admin login to work from any access point - Auth is fully functional and working
5 lines
266 B
Plaintext
Executable File
5 lines
266 B
Plaintext
Executable File
# 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.
|