diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 19:37:46 -0400 |
| commit | 723ca5cca53bf5a569cb951b77f7a9b71fe088bd (patch) | |
| tree | 0cfbfb92e39cdd2a3ed7470eecbb98fdd27f8490 /public/v4/apps/tiddlywiki.yml | |
| parent | 9ae0159100c53fcd357ec82cb819e3a863b34c57 (diff) | |
| download | caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.tar.gz caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.zip | |
Fixed build
Diffstat (limited to 'public/v4/apps/tiddlywiki.yml')
| -rw-r--r-- | public/v4/apps/tiddlywiki.yml | 75 |
1 files changed, 38 insertions, 37 deletions
diff --git a/public/v4/apps/tiddlywiki.yml b/public/v4/apps/tiddlywiki.yml index c16b2f7..2d04a00 100644 --- a/public/v4/apps/tiddlywiki.yml +++ b/public/v4/apps/tiddlywiki.yml @@ -1,40 +1,41 @@ captainVersion: 4 services: - $$cap_appname: - image: nicolaw/tiddlywiki - restart: always - volumes: - - $$cap_appname-data:/var/lib/tiddlywiki - environment: - TW_USERNAME: $$cap_wikusername - TW_PASSWORD: $$cap_wikipassword - NODE_MEM: $$cap_nodemem - caproverExtra: - containerHttpPort: "8080" + $$cap_appname: + image: nicolaw/tiddlywiki + restart: always + volumes: + - $$cap_appname-data:/var/lib/tiddlywiki + environment: + TW_USERNAME: $$cap_wikusername + TW_PASSWORD: $$cap_wikipassword + NODE_MEM: $$cap_nodemem + caproverExtra: + containerHttpPort: '8080' caproverOneClickApp: - variables: - - id: $$cap_wikusername - label: Username - defaultValue: anonymous - description: Username for authentication (leave blank for a public wiki) - - id: $$cap_wikipassword - label: Password - description: Password for authentication (leave blank for a public wiki) - - id: $$cap_nodemem - label: Max Memory - defaultValue: "400" - validRegex: /^[0-9]+$/ - description: Limit the memory that the server can consume - instructions: - start: TiddlyWiki is a personal wiki and a non-linear notebook for organising - and sharing complex information. It is an open-source single page - application wiki in the form of a single HTML file that includes CSS, - JavaScript, and the content. It is designed to be easy to customize and - re-shape depending on application. It facilitates re-use of content by - dividing it into small pieces called Tiddlers. - end: You TiddlyWiki is deployed; it might take a minute to be ready. See - https://$$cap_appname.$$cap_root_domain/#HelloThere to get started. - displayName: TiddlyWiki - description: TiddlyWiki is a personal wiki and a non-linear notebook for - organising and sharing complex information - documentation: Based on https://hub.docker.com/r/nicolaw/tiddlywiki + variables: + - id: $$cap_wikusername + label: Username + defaultValue: anonymous + description: Username for authentication (leave blank for a public wiki) + - id: $$cap_wikipassword + label: Password + description: Password for authentication (leave blank for a public wiki) + - id: $$cap_nodemem + label: Max Memory + defaultValue: '400' + validRegex: /^[0-9]+$/ + description: Limit the memory that the server can consume + instructions: + start: + TiddlyWiki is a personal wiki and a non-linear notebook for organising + and sharing complex information. It is an open-source single page + application wiki in the form of a single HTML file that includes CSS, + JavaScript, and the content. It is designed to be easy to customize and + re-shape depending on application. It facilitates re-use of content by + dividing it into small pieces called Tiddlers. + end: You TiddlyWiki is deployed; it might take a minute to be ready. See + https://$$cap_appname.$$cap_root_domain/#HelloThere to get started. + displayName: TiddlyWiki + description: TiddlyWiki is a personal wiki and a non-linear notebook for + organising and sharing complex information + documentation: Based on https://hub.docker.com/r/nicolaw/tiddlywiki |
