summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/aaatest.yml
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-15 15:05:17 -0400
committerrealtradam <[email protected]>2024-06-15 15:05:17 -0400
commite0c3531365782e95ff9bbc6344a7d1d7d0df71ef (patch)
treee5ef6befe5b0593a81a9f4d4f03c5904bece7edb /public/v4/apps/aaatest.yml
parentf19b2206f83c62ba5da598fc30b47048057e91bf (diff)
downloadcaprover-one-click-apps-e0c3531365782e95ff9bbc6344a7d1d7d0df71ef.tar.gz
caprover-one-click-apps-e0c3531365782e95ff9bbc6344a7d1d7d0df71ef.zip
remove test oca and extra images
Diffstat (limited to 'public/v4/apps/aaatest.yml')
-rw-r--r--public/v4/apps/aaatest.yml36
1 files changed, 0 insertions, 36 deletions
diff --git a/public/v4/apps/aaatest.yml b/public/v4/apps/aaatest.yml
deleted file mode 100644
index 95b1f04..0000000
--- a/public/v4/apps/aaatest.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-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'
- - '$$cap_appname-cfg:/srv/cfg'
- caproverExtra:
- containerHttpPort: '8080'
-caproverOneClickApp:
- variables:
- - id: '$$cap_version'
- label: PrivateBin Version
- defaultValue: '1.5.1'
- 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: test-thingie
- isOfficial: true
- 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