diff options
| author | Cristian Livadaru <[email protected]> | 2021-11-01 14:49:18 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-01 06:49:18 -0700 |
| commit | 9e564c5d53773e1bc43294a0c09c34ecbeaef726 (patch) | |
| tree | 62bc79b0455af569c4bc85fc3ac7d6c2c28ecf5a | |
| parent | f0744722bc7e357bd0b3db9feb4279b1593b63d2 (diff) | |
| download | caprover-one-click-apps-9e564c5d53773e1bc43294a0c09c34ecbeaef726.tar.gz caprover-one-click-apps-9e564c5d53773e1bc43294a0c09c34ecbeaef726.zip | |
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
| -rw-r--r-- | public/v4/apps/kimai2.yml (renamed from kimai2.yml) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kimai2.yml b/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/ |
