summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLuis Lopes <[email protected]>2022-10-13 04:46:01 +0100
committerGitHub <[email protected]>2022-10-12 20:46:01 -0700
commitbfe1611f1f0bbdc85775ac441035e703b29b61e4 (patch)
tree31dac73c6aa225ff5695fdcfcf9544ca95b0e08c
parent159a8915af83565a7d016f73e4414df7334f8d90 (diff)
downloadcaprover-one-click-apps-bfe1611f1f0bbdc85775ac441035e703b29b61e4.tar.gz
caprover-one-click-apps-bfe1611f1f0bbdc85775ac441035e703b29b61e4.zip
Feat add transfer sh (#758)
* Added transfer.sh * Added logo * Don't use latest * formatter * Fixed variable name
-rw-r--r--public/v4/apps/transfer.sh.yml31
-rw-r--r--public/v4/logos/transfer.sh.pngbin0 -> 5728 bytes
2 files changed, 31 insertions, 0 deletions
diff --git a/public/v4/apps/transfer.sh.yml b/public/v4/apps/transfer.sh.yml
new file mode 100644
index 0000000..c040559
--- /dev/null
+++ b/public/v4/apps/transfer.sh.yml
@@ -0,0 +1,31 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: dutchcoders/transfer.sh:$$cap_transfersh_version
+ environment:
+ LISTENER: '8080'
+ FORCE_HTTPS: 'false'
+ BASEDIR: '/tmp'
+ PROVIDER: 'local'
+ caproverExtra:
+ containerHttpPort: '8080'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_transfersh_version
+ label: Transfer SH Version
+ defaultValue: v1.4.0
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/dutchcoders/transfer.sh/tags
+ validRegex: /^([^\s^\/])+$/
+ instructions:
+ start: |-
+ Easy and fast file sharing from the command-line. This code contains the server with everything you need to create your own instance.
+ Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj (Storj) providers, and local file system (local).
+ If you want to keep the files, please mount a volume.
+ If you want to select a provider, please fill the right environments after creating it.
+ end: |-
+ Transfer.sh is deployed and available as $$cap_appname.$$cap_root_domain.
+ You can now upload your files from CLI.
+ displayName: Transfer.sh
+ isOfficial: false
+ description: Transfer.sh allows you to upload and download files from the command-line
+ documentation: Taken from https://hub.docker.com/r/dutchcoders/transfer.sh.
diff --git a/public/v4/logos/transfer.sh.png b/public/v4/logos/transfer.sh.png
new file mode 100644
index 0000000..aedeffc
--- /dev/null
+++ b/public/v4/logos/transfer.sh.png
Binary files differ