feat: enable installer

This commit is contained in:
Simon Cornet 2026-02-18 17:55:15 +01:00
commit 058ecb13c8

View file

@ -42,7 +42,7 @@
IPAM_DATABASE_PASS: "{{ phpipam_db_password }}" IPAM_DATABASE_PASS: "{{ phpipam_db_password }}"
IPAM_DATABASE_NAME: "{{ phpipam_db_name }}" IPAM_DATABASE_NAME: "{{ phpipam_db_name }}"
IPAM_TRUST_X_FORWARDED: "true" IPAM_TRUST_X_FORWARDED: "true"
IPAM_DISABLE_INSTALLER: "true" IPAM_DISABLE_INSTALLER: "false"
# global # global
TZ: "{{ timezone }}" TZ: "{{ timezone }}"