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
This commit is contained in:
Cristian Livadaru 2021-11-01 14:49:18 +01:00 committed by GitHub
parent f0744722bc
commit 9e564c5d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ services:
MYSQL_DATABASE: $$cap_mariadb-db MYSQL_DATABASE: $$cap_mariadb-db
MYSQL_USER: $$cap_mariadb-user MYSQL_USER: $$cap_mariadb-user
MYSQL_PASSWORD: $$cap_mariadb-pass MYSQL_PASSWORD: $$cap_mariadb-pass
MYSQL_ROOT_PASSWORD: $$cap_maridb-rootpass MYSQL_ROOT_PASSWORD: $$cap_mariadb-rootpass
volumes: volumes:
- $$cap_appname-db-data:/var/lib/mysql - $$cap_appname-db-data:/var/lib/mysql
restart: unless-stopped restart: unless-stopped
@ -35,9 +35,9 @@ services:
environment: environment:
FPM_NGINX_HOST: srv-captain--$$cap_appname-fpm FPM_NGINX_HOST: srv-captain--$$cap_appname-fpm
volumes: volumes:
- $$cap_appname-public:/opt/kimai/public:ro - $$cap_appname-public:/opt/kimai/public:ro
depends_on: depends_on:
- $$cap_appname-fpm - $$cap_appname-fpm
restart: unless-stopped restart: unless-stopped
caproverOneClickApp: caproverOneClickApp:
variables: variables:
@ -90,12 +90,12 @@ caproverOneClickApp:
defaultValue: $$cap_gen_random_hex(32) defaultValue: $$cap_gen_random_hex(32)
instructions: instructions:
start: |- 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: |- end: |-
Aaaand you're done! 😄 Aaaand you're done! 😄
Your service is available at http://$$cap_appname.$$cap_root_domain Your service is available at http://$$cap_appname.$$cap_root_domain
------------------------------------------------------------------- -------------------------------------------------------------------
displayName: Kimai displayName: Kimai
isOfficial: false 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/ documentation: https://www.kimai.org/documentation/