summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 07:34:16 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 07:34:16 -0400
commit3cb7e7d6bbcd369d220b35eb0dea261fc17c14b5 (patch)
tree3a473f777ca24747f13ddefad9c32af172b82b67 /public
parentf74d5219a66457262bc002cd7f7d7dbb2ccc375f (diff)
downloadcaprover-one-click-apps-3cb7e7d6bbcd369d220b35eb0dea261fc17c14b5.tar.gz
caprover-one-click-apps-3cb7e7d6bbcd369d220b35eb0dea261fc17c14b5.zip
Revert "Added formatter for yml too"
This reverts commit f74d5219a66457262bc002cd7f7d7dbb2ccc375f.
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/privatebin.yml63
1 files changed, 32 insertions, 31 deletions
diff --git a/public/v4/apps/privatebin.yml b/public/v4/apps/privatebin.yml
index a576d06..5dd18af 100644
--- a/public/v4/apps/privatebin.yml
+++ b/public/v4/apps/privatebin.yml
@@ -1,34 +1,35 @@
captainVersion: 4
services:
- '$$cap_appname':
- image: privatebin/nginx-fpm-alpine:$$cap_version
- environment:
- TZ: '$$cap_tz'
- PHP_TZ: '$$cap_tz'
- volumes:
- - '$$cap_appname-data:/srv/data'
- caproverExtra:
- containerHttpPort: '8080'
+ "$$cap_appname":
+ image: privatebin/nginx-fpm-alpine:$$cap_version
+ environment:
+ TZ: "$$cap_tz"
+ PHP_TZ: "$$cap_tz"
+ volumes:
+ - "$$cap_appname-data:/srv/data"
+ caproverExtra:
+ containerHttpPort: '8080'
caproverOneClickApp:
- variables:
- - id: '$$cap_version'
- label: PrivateBin Version
- defaultValue: '1.3.4'
- description: Check out their Docker page for the valid tags https://hub.docker.com/r/privatebin/nginx-fpm-alpine/tags
- validRegex: "/^([^\\s^\\/])+$/"
- - id: '$$cap_tz'
- label: Time Zone
- defaultValue: America/New_York
- description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- validRegex: '/.{1,}/'
- instructions:
- start: |-
- PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
- Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.
-
- More details: https://github.com/PrivateBin/PrivateBin
- end: |-
- PrivateBin has been successfully deployed!
- displayName: PrivateBin
- description: A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
- documentation: See https://github.com/PrivateBin/docker-nginx-fpm-alpine
+ variables:
+ - id: "$$cap_version"
+ label: PrivateBin Version
+ defaultValue: '1.3.4'
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/privatebin/nginx-fpm-alpine/tags
+ validRegex: "/^([^\\s^\\/])+$/"
+ - id: "$$cap_tz"
+ label: Time Zone
+ defaultValue: America/New_York
+ description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ validRegex: "/.{1,}/"
+ instructions:
+ start: |-
+ PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
+ Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.
+
+ More details: https://github.com/PrivateBin/PrivateBin
+ end: |-
+ PrivateBin has been successfully deployed!
+ displayName: PrivateBin
+ description: A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
+ documentation: See https://github.com/PrivateBin/docker-nginx-fpm-alpine
+ \ No newline at end of file