From 05c135f2f731f8f4561fcab9deee2c49166628f2 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Fri, 19 Apr 2024 13:15:26 +0200 Subject: [PATCH] entrypoint/: let Icinga Web render its config files, not a Go lib It knows best what they have to look like to be interpreted correctly. Especially the proper quoting of special characters is important. --- .../application/clicommands/ConfigCommand.php | 16 ++++++ entrypoint/go.mod | 5 -- entrypoint/go.sum | 13 ----- entrypoint/main.go | 56 +++++++++++++------ 4 files changed, 54 insertions(+), 36 deletions(-) create mode 100644 entrypoint/db-init/application/clicommands/ConfigCommand.php delete mode 100644 entrypoint/go.sum diff --git a/entrypoint/db-init/application/clicommands/ConfigCommand.php b/entrypoint/db-init/application/clicommands/ConfigCommand.php new file mode 100644 index 0000000..007ed37 --- /dev/null +++ b/entrypoint/db-init/application/clicommands/ConfigCommand.php @@ -0,0 +1,16 @@ +