added davos (#568)

* added davos

* fixed formatting

Co-authored-by: Akash <ak@pop-os.localdomain>
This commit is contained in:
Ak4zh 2021-11-16 06:04:24 +05:30 committed by GitHub
parent 4a2939bc75
commit c51fc0ef6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 0 deletions

34
public/v4/apps/davos.yml Normal file
View File

@ -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

BIN
public/v4/logos/davos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB