From c51fc0ef6ab843de304fa529d0d7cc79426e5cd7 Mon Sep 17 00:00:00 2001 From: Ak4zh Date: Tue, 16 Nov 2021 06:04:24 +0530 Subject: added davos (#568) * added davos * fixed formatting Co-authored-by: Akash --- public/v4/apps/davos.yml | 34 ++++++++++++++++++++++++++++++++++ public/v4/logos/davos.png | Bin 0 -> 44443 bytes 2 files changed, 34 insertions(+) create mode 100644 public/v4/apps/davos.yml create mode 100644 public/v4/logos/davos.png diff --git a/public/v4/apps/davos.yml b/public/v4/apps/davos.yml new file mode 100644 index 0000000..8d8df24 --- /dev/null +++ b/public/v4/apps/davos.yml @@ -0,0 +1,34 @@ +captainVersion: 4 +caproverOneClickApp: + description: 'Davos is an FTP automation tool that periodically scans given host locations for new files.' + documentation: 'https://github.com/linuxserver/davos' + instructions: + end: 'Your service is available at http://$$cap_appname.$$cap_root_domain' + start: 'davos is an FTP download automation tool that allows you to scan various FTP servers for files you are interested in.' + isOfficial: true + variables: + - defaultValue: 2.2.1 + id: $$cap_davos_version + label: Davos Version + validRegex: /^([^\s^\/])+$/ + - defaultValue: '1000' + id: $$cap_davos_puid + label: Puid + validRegex: /^([^\s^\/])+$/ + - defaultValue: '1000' + id: $$cap_davos_pgid + label: Pgid + validRegex: /^([^\s^\/])+$/ +services: + $$cap_appname-davos: + caproverExtra: + containerHttpPort: '8080' + container_name: davos + environment: + PGID: $$cap_davos_pgid + PUID: $$cap_davos_puid + image: lscr.io/linuxserver/davos:$$cap_davos_version + restart: unless-stopped + volumes: + - $$cap_appname-config:/config + - $$cap_appname-download:/download diff --git a/public/v4/logos/davos.png b/public/v4/logos/davos.png new file mode 100644 index 0000000..bf964f5 Binary files /dev/null and b/public/v4/logos/davos.png differ -- cgit v1.2.3