diff options
| author | Andreas Nymark <[email protected]> | 2022-10-23 21:57:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-23 12:57:49 -0700 |
| commit | a39d59300e1508e3884e49d540162f196343c7bd (patch) | |
| tree | b605d728a9e2cda5b60f5b9984924335426a5d9c | |
| parent | f30f93855921e3e5499b9d073ae44540a3e8f01c (diff) | |
| download | caprover-one-click-apps-a39d59300e1508e3884e49d540162f196343c7bd.tar.gz caprover-one-click-apps-a39d59300e1508e3884e49d540162f196343c7bd.zip | |
Update listmonk.yml (#776)
* Update listmonk.yml
Added flags as variable. Also, default version is the most recent.
* Clarification
* Removed validRegex and defalutValue
* Fix failed check
Co-authored-by: andreasnymark <[email protected]>
| -rw-r--r-- | public/v4/apps/listmonk.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/v4/apps/listmonk.yml b/public/v4/apps/listmonk.yml index 5f64f89..59a9198 100644 --- a/public/v4/apps/listmonk.yml +++ b/public/v4/apps/listmonk.yml @@ -27,7 +27,7 @@ services: containerHttpPort: 9000 dockerfileLines: - FROM listmonk/listmonk:$$cap_listmonk_version - - CMD yes | ./listmonk --install --idempotent && ./listmonk + - CMD yes | ./listmonk --install --idempotent && ./listmonk $$cap_listmonk_flags volumes: - $$cap_appname-data:/listmonk depends_on: @@ -42,7 +42,7 @@ caproverOneClickApp: validRegex: /^([^\s^\/])+$/ - id: $$cap_listmonk_version label: Listmonk Version - defaultValue: 'v2.0.0' + defaultValue: 'v2.2.0' description: Check out their Docker page for the valid tags https://hub.docker.com/r/listmonk/listmonk/tags validRegex: /^([^\s^\/])+$/ - id: $$cap_postgres_db_name @@ -69,6 +69,10 @@ caproverOneClickApp: label: Listmonk Admin Password defaultValue: $$cap_gen_random_hex(32) validRegex: /.{1,}/ + - id: $$cap_listmonk_flags + label: Optional Listmonk flags + description: |- + If you use `--static-dir=your/folder`, remember to add a persistent directory. instructions: start: |- High performance, self-hosted newsletter and mailing list manager with a modern dashboard |
