From ab9e7e0ba598f00982a0fe6e86837abcbc1fbf6c Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Aug 2020 13:32:57 +0100 Subject: [PATCH] Fix timezone config in CodiMD OCA (#254) --- public/v4/apps/codimd.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/v4/apps/codimd.yml b/public/v4/apps/codimd.yml index 63dc2d2..dfa64c7 100644 --- a/public/v4/apps/codimd.yml +++ b/public/v4/apps/codimd.yml @@ -9,7 +9,7 @@ services: MYSQL_PASSWORD: $$cap_DB_PASS PGID: 1000 PUID: 1000 - TZ: Europe/London + TZ: $$cap_timezone volumes: - $$cap_appname-mariadb-config:/config caproverExtra: @@ -23,7 +23,7 @@ services: DB_PORT: 3306 PGID: 1000 PUID: 1000 - TZ: Europe/London + TZ: $$cap_timezone image: linuxserver/codimd:1.6.0-ls44 restart: always volumes: @@ -36,6 +36,10 @@ caproverOneClickApp: description: Password to connect to the database defaultValue: $$cap_gen_random_hex(16) id: $$cap_DB_PASS + - label: Timezone + description: This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + defaultValue: Europe/London + id: $$cap_timezone instructions: start: |- Realtime collaborative markdown notes on all platforms.