Skip to content

Commit

Permalink
Update ackee.yml (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin authored Mar 12, 2024
1 parent 8238885 commit c0d0f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/v4/apps/ackee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ caproverOneClickApp:
variables:
- id: $$cap_ackee_version
label: Ackee Version
defaultValue: '3.4.1'
defaultValue: '3.4.2'
description: Check out their docker page for the valid tags https://hub.docker.com/r/electerious/ackee/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_ackee_username
Expand All @@ -35,7 +35,7 @@ caproverOneClickApp:
description: 'Username for Ackee'
- id: $$cap_ackee_passwd
label: Ackee Admin Password
defaultValue: ''
defaultValue: $$cap_gen_random_hex(10)
description: 'Your super secret Password for Ackee'
validRegex: /^([^\s^\/])+$/
- id: $$cap_ackee_access_origin
Expand Down

0 comments on commit c0d0f6c

Please sign in to comment.