diff options
| author | Matteias Collet <[email protected]> | 2022-06-27 20:36:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-27 11:36:57 -0700 |
| commit | 803b64ade8bb29519b32e3ac797f7b983ce3f4b7 (patch) | |
| tree | 743428a4f4fa9e01f46ba1cb2397460bc008c9ab /public | |
| parent | 033866ad6020b8a3b471091d4af910bb83e2a1c8 (diff) | |
| download | caprover-one-click-apps-803b64ade8bb29519b32e3ac797f7b983ce3f4b7.tar.gz caprover-one-click-apps-803b64ade8bb29519b32e3ac797f7b983ce3f4b7.zip | |
add imgproxy (#673)
* add imgproxy
* add missing newline to imgproxy config
Diffstat (limited to 'public')
| -rw-r--r-- | public/v4/apps/imgproxy.yml | 36 | ||||
| -rw-r--r-- | public/v4/logos/imgproxy.png | bin | 0 -> 2262 bytes |
2 files changed, 36 insertions, 0 deletions
diff --git a/public/v4/apps/imgproxy.yml b/public/v4/apps/imgproxy.yml new file mode 100644 index 0000000..60cfe4b --- /dev/null +++ b/public/v4/apps/imgproxy.yml @@ -0,0 +1,36 @@ +captainVersion: 4 +caproverOneClickApp: + displayName: 'imgproxy' + description: 'Fast and secure standalone server for resizing and converting remote images' + documentation: 'https://docs.imgproxy.net/' + isOfficial: true + instructions: + start: |- + imgproxy - Fast and secure standalone server for resizing and converting remote images. + For more info visit https://imgproxy.net/. + end: |- + imgproxy has been successfully deployed as $$cap_appname. + You can your configuration if necessary. For more info visit https://docs.imgproxy.net/. + variables: + - defaultValue: 3.6.0 + id: $$cap_imgproxy_version + label: imgproxy Version + validRegex: /^(?:2|3)(?:\.[0-9]+){0,2}$/ + - defaultValue: $$cap_gen_random_hex(128) + id: $$cap_imgproxy_key + label: Signature Key + validRegex: /^[a-fA-F0-9]+$/ + - defaultValue: $$cap_gen_random_hex(128) + id: $$cap_imgproxy_salt + label: Signature Salt + validRegex: /^[a-fA-F0-9]+$/ +services: + $$cap_appname: + caproverExtra: + containerHttpPort: 5000 + environment: + IMGPROXY_BIND: 0.0.0.0:5000 + IMGPROXY_KEY: $$cap_imgproxy_key + IMGPROXY_SALT: $$cap_imgproxy_salt + image: darthsim/imgproxy:v$$cap_imgproxy_version + restart: unless-stopped diff --git a/public/v4/logos/imgproxy.png b/public/v4/logos/imgproxy.png Binary files differnew file mode 100644 index 0000000..7fe1855 --- /dev/null +++ b/public/v4/logos/imgproxy.png |
