From 9e564c5d53773e1bc43294a0c09c34ecbeaef726 Mon Sep 17 00:00:00 2001 From: Cristian Livadaru Date: Mon, 1 Nov 2021 14:49:18 +0100 Subject: [PATCH] fix kimai2 template (#521) * fix kimai2 template * moved the file in the correct folder * fixed typo in cap_mariadb-rootpass * fix description length * fix prettier complaints --- kimai2.yml => public/v4/apps/kimai2.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename kimai2.yml => public/v4/apps/kimai2.yml (89%) diff --git a/kimai2.yml b/public/v4/apps/kimai2.yml similarity index 89% rename from kimai2.yml rename to public/v4/apps/kimai2.yml index 7fae19d..d96570f 100644 --- a/kimai2.yml +++ b/public/v4/apps/kimai2.yml @@ -24,7 +24,7 @@ services: MYSQL_DATABASE: $$cap_mariadb-db MYSQL_USER: $$cap_mariadb-user MYSQL_PASSWORD: $$cap_mariadb-pass - MYSQL_ROOT_PASSWORD: $$cap_maridb-rootpass + MYSQL_ROOT_PASSWORD: $$cap_mariadb-rootpass volumes: - $$cap_appname-db-data:/var/lib/mysql restart: unless-stopped @@ -35,9 +35,9 @@ services: environment: FPM_NGINX_HOST: srv-captain--$$cap_appname-fpm volumes: - - $$cap_appname-public:/opt/kimai/public:ro + - $$cap_appname-public:/opt/kimai/public:ro depends_on: - - $$cap_appname-fpm + - $$cap_appname-fpm restart: unless-stopped caproverOneClickApp: variables: @@ -90,12 +90,12 @@ caproverOneClickApp: defaultValue: $$cap_gen_random_hex(32) instructions: start: |- - With Kimai, the boring process of feeding Excel spreadsheets with your working hours is not only simplified, it also offers dozens of other exciting features that you don't even know you're missing so far! + With Kimai, the boring process of feeding Excel spreadsheets with your working hours is not only simplified, it also offers dozens of other exciting features that you don't even know you're missing so far! end: |- Aaaand you're done! 😄 Your service is available at http://$$cap_appname.$$cap_root_domain ------------------------------------------------------------------- displayName: Kimai isOfficial: false - description: With Kimai, the boring process of feeding Excel spreadsheets with your working hours is not only simplified, it also offers dozens of other exciting features that you don't even know you're missing so far! + description: With Kimai, the boring process of feeding spreadsheets with your working hours is not only simplified, it also offers dozens of other exciting features that you don't even know you're missing! documentation: https://www.kimai.org/documentation/