From f30f93855921e3e5499b9d073ae44540a3e8f01c Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 23 Oct 2022 08:53:18 -0700 Subject: fixed transfer https://github.com/caprover/one-click-apps/pull/758/files --- public/v4/apps/transfer-sh.yml | 31 +++++++++++++++++++++++++++++++ public/v4/apps/transfer.sh.yml | 31 ------------------------------- public/v4/logos/transfer-sh.png | Bin 0 -> 5728 bytes public/v4/logos/transfer.sh.png | Bin 5728 -> 0 bytes 4 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 public/v4/apps/transfer-sh.yml delete mode 100644 public/v4/apps/transfer.sh.yml create mode 100644 public/v4/logos/transfer-sh.png delete mode 100644 public/v4/logos/transfer.sh.png 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/apps/transfer.sh.yml b/public/v4/apps/transfer.sh.yml deleted file mode 100644 index c040559..0000000 --- a/public/v4/apps/transfer.sh.yml +++ /dev/null @@ -1,31 +0,0 @@ -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 Binary files /dev/null and b/public/v4/logos/transfer-sh.png differ diff --git a/public/v4/logos/transfer.sh.png b/public/v4/logos/transfer.sh.png deleted file mode 100644 index aedeffc..0000000 Binary files a/public/v4/logos/transfer.sh.png and /dev/null differ -- cgit v1.2.3