13 Commits

Author SHA1 Message Date
Alexander A. Klimov
71498232e3 entrypoint: give /dev/stdout and /dev/stderr to the www-data user as root
to allow apache2 to open them after dropping privileges.
2023-02-17 16:59:40 +01:00
Alexander A. Klimov
37fc5ea78f entrypoint: don't consider chown failure critical
as volumes may be mounted read-only.
2023-02-17 16:21:08 +01:00
Alexander A. Klimov
43b34b05d0 entrypoint: chown /data recursively
to handle subdirs pre-created as root to mount volumes.
2023-02-17 16:17:53 +01:00
Alexander A. Klimov
a700df6340 entrypoint: chown www-data: /data and drop privileges if started as root 2023-02-15 14:51:26 +01:00
Alexander A. Klimov
39971df6fa entrypoint: make /data a const for re-using 2023-02-15 14:48:51 +01:00
Yuri Konotopov
e7632f02e5
entrypoint: do not lower ini keys 2022-08-18 21:46:53 +04:00
Alexander A. Klimov
29513e761b Create /var/lib/icingaweb2 2021-06-28 16:02:27 +02:00
Alexander A. Klimov
1af83f6284 Add license headers 2020-07-23 10:54:51 +02:00
Alexander A. Klimov
f7a47b72e9 entrypoint/: provision credentials from icingaweb.passwords.${BACKEND}.${USER}=${PASS} 2020-07-09 13:17:51 +02:00
Alexander A. Klimov
d73b44d879 entrypoint/: auto-import SQL schema 2020-07-09 13:12:14 +02:00
Alexander A. Klimov
8a26ad3e3f entrypoint/: configure Icinga Web 2 2020-06-25 11:05:29 +02:00
Alexander A. Klimov
8de79895d0 entrypoint/: initialize /data
refs #2
2020-06-24 15:29:58 +02:00
Alexander A. Klimov
754762bcb7 entrypoint/: run given command
refs #2
2020-06-24 15:04:03 +02:00