diff options
| author | Philippe Loctaux <[email protected]> | 2022-12-17 21:25:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-17 12:25:12 -0800 |
| commit | d5f863c0039889334d630bface2a0e4a86f050de (patch) | |
| tree | fd1556447070bc5f1004cbd03c05024e311747a1 | |
| parent | aa9a921b61d9ea033de8148cd49dd84298d09cc7 (diff) | |
| download | caprover-one-click-apps-d5f863c0039889334d630bface2a0e4a86f050de.tar.gz caprover-one-click-apps-d5f863c0039889334d630bface2a0e4a86f050de.zip | |
added memos notes management (#812)
* added memos notes management
* memos: formatter-write
| -rw-r--r-- | public/v4/apps/memos.yml | 28 | ||||
| -rw-r--r-- | public/v4/logos/memos.png | bin | 0 -> 126189 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/public/v4/apps/memos.yml b/public/v4/apps/memos.yml new file mode 100644 index 0000000..1dc732a --- /dev/null +++ b/public/v4/apps/memos.yml @@ -0,0 +1,28 @@ +captainVersion: 4 + +services: + '$$cap_appname': + image: neosmemo/memos:$$cap_version + volumes: + - '$$cap_appname-data:/var/opt/memos' + caproverExtra: + containerHttpPort: '5230' + +caproverOneClickApp: + variables: + - id: '$$cap_version' + label: App Version + defaultValue: '0.8.3' + description: Check out their Docker page for the valid tags https://hub.docker.com/r/neosmemo/memos/tags + validRegex: '/.{1,}/' + instructions: + start: |- + An open-source, self-hosted memo hub with knowledge management and socialization. + + See https://usememos.com for more details. + end: |- + Memos has been deployed! + displayName: memos + isOfficial: true + description: An open-source, self-hosted memo hub with knowledge management and socialization. + documentation: https://usememos.com diff --git a/public/v4/logos/memos.png b/public/v4/logos/memos.png Binary files differnew file mode 100644 index 0000000..b6179f9 --- /dev/null +++ b/public/v4/logos/memos.png |
