diff options
| author | Amjed Ali <[email protected]> | 2021-07-11 22:21:24 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-11 09:51:24 -0700 |
| commit | 30db41618d3e2dcd61ff1ec64fcf69dd293b90dd (patch) | |
| tree | 42e8ef984c4c39a2ea7437786c45f81608cc4fe2 /public/v4/apps/filezilla.yml | |
| parent | e89bb4f50a66d0857c95a3428c2773f87d0e9264 (diff) | |
| download | caprover-one-click-apps-30db41618d3e2dcd61ff1ec64fcf69dd293b90dd.tar.gz caprover-one-click-apps-30db41618d3e2dcd61ff1ec64fcf69dd293b90dd.zip | |
Add Filezilla (#455)
* Added Filezilla
* Update filezilla.yml
Diffstat (limited to 'public/v4/apps/filezilla.yml')
| -rw-r--r-- | public/v4/apps/filezilla.yml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/public/v4/apps/filezilla.yml b/public/v4/apps/filezilla.yml new file mode 100644 index 0000000..203e1b4 --- /dev/null +++ b/public/v4/apps/filezilla.yml @@ -0,0 +1,37 @@ +captainVersion: 4 +services: + $$cap_appname: + image: linuxserver/filezilla:$$cap_fz_version + environment: + TZ: $$cap_tz + PUID: '1000' + PGID: '1000' + restart: unless-stopped + volumes: + - $$cap_appname-config:/config + caproverExtra: + containerHttpPort: '3000' +caproverOneClickApp: + variables: + - id: $$cap_fz_version + label: Filezilla Version + defaultValue: 3.51.0-r1-ls6 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/filezilla/tags + validRegex: /^([^\s^\/])+$/ + - id: $$cap_tz + label: Time Zone + defaultValue: Asia/Kolkata + description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: /.{1,}/ + instructions: + start: >- + FIleZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. + end: >- + Filezilla is deployed and available as http://$$cap_appname.$$cap_root_domain. + IMPORTANT!! You need to enable websocket support. + The default username/password is abc/abc. + By default the user/pass is abc/abc, if you change your password or want to login manually to the GUI session for any reason use the following link: http://$$cap_appname.$$cap_root_domain/?login=true + displayName: Filezilla + isOfficial: true + description: FileZilla is a free and open-source, cross-platform FTP application + documentation: Taken from https://hub.docker.com/r/linuxserver/filezilla. |
