frontend/docker
steffeydev 57218d1454 fix: allow icon changes configuration via env (#3567)
`window.ALLOW_ICON_CHANGES` needs to be written as a boolean during the docker deploy instead of a string. The strings `"true"` and `"false"` both evaluate to `true` in JS, so we need to use the boolean `true` and `false` for the assertion in `Logo.vue` to be meaningful.

Co-authored-by: SteffeyDev <steffeydev@icloud.com>
Reviewed-on: vikunja/frontend#3567
Reviewed-by: konrad <k@knt.li>
Co-authored-by: steffeydev <steffeydev@icloud.com>
Co-committed-by: steffeydev <steffeydev@icloud.com>
2023-06-05 14:19:55 +00:00
..
templates fix(docker): make sure the service worker and webmanifest are never cached 2023-02-22 12:18:46 +01:00
injector.sh fix: allow icon changes configuration via env (#3567) 2023-06-05 14:19:55 +00:00
ipv6-disable.sh fix(docker): don't set nginx worker rlimit 2023-04-28 10:31:15 +02:00
nginx.conf fix(docker): don't set nginx worker rlimit 2023-04-28 10:31:15 +02:00