1
0

feat: allow disabling icon changes

This commit is contained in:
kolaente
2023-06-02 13:51:29 +02:00
parent 6f1ff02c04
commit efb3407b87
5 changed files with 6 additions and 1 deletions

View File

@ -55,6 +55,7 @@ ENV VIKUNJA_API_URL /api/v1
ENV VIKUNJA_SENTRY_ENABLED false
ENV VIKUNJA_SENTRY_DSN https://85694a2d757547cbbc90cd4b55c5a18d@o1047380.ingest.sentry.io/6024480
ENV VIKUNJA_PROJECT_INFINITE_NESTING_ENABLED false
ENV VIKUNJA_ALLOW_ICON_CHANGES true
COPY docker/injector.sh /docker-entrypoint.d/50-injector.sh
COPY docker/ipv6-disable.sh /docker-entrypoint.d/60-ipv6-disable.sh