summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmjed Ali <[email protected]>2021-07-11 22:22:57 +0530
committerGitHub <[email protected]>2021-07-11 09:52:57 -0700
commit60d4f1eacc18d776a3126bc8278e09ad116dbe80 (patch)
tree1298e059f5cb179ad315fdacda8b720260257053
parent30db41618d3e2dcd61ff1ec64fcf69dd293b90dd (diff)
downloadcaprover-one-click-apps-60d4f1eacc18d776a3126bc8278e09ad116dbe80.tar.gz
caprover-one-click-apps-60d4f1eacc18d776a3126bc8278e09ad116dbe80.zip
Add Pyload (#460)
* Add Pyload * Update pyload.yml * Update pyload.yml * run formatter
-rw-r--r--public/v4/apps/pyload.yml45
-rw-r--r--public/v4/logos/pyload.pngbin0 -> 14283 bytes
2 files changed, 45 insertions, 0 deletions
diff --git a/public/v4/apps/pyload.yml b/public/v4/apps/pyload.yml
new file mode 100644
index 0000000..bd236f8
--- /dev/null
+++ b/public/v4/apps/pyload.yml
@@ -0,0 +1,45 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: linuxserver/pyload:$$cap_pyload_version
+ environment:
+ TZ: $$cap_tz
+ PUID: '1000'
+ GUID: '1000'
+ hostname: $$cap_appname.$$cap_root_domain
+ volumes:
+ - $$cap_appname-config:/config
+ - $$cap_path_to_downloads:/downloads
+ ports:
+ - 7227:7227
+ caproverExtra:
+ containerHttpPort: '8000'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_pyload_version
+ label: Pyload Version
+ defaultValue: 345921b3-ls4
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/pyload/tags
+ validRegex: /^([^\s^\/])+$/
+ - id: $$cap_tz
+ label: Time Zone
+ defaultValue: Europe/Brussels
+ description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ validRegex: /.{1,}/
+ - id: $$cap_path_to_downloads
+ label: Path to downloads folder
+ defaultValue: pyload-downloads
+ description: Path to pictures folder where u want to save the downloaded files. You can mention an existing directory here too. Eg. /home/user/downloads/
+ validRegex: '/.{1,}/'
+ instructions:
+ start: >-
+ Pyload is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
+ end: |-
+ Access the web interface at http://$$cap_appname.$$cap_root_domain the default login is: username - admin password - password
+ For the ng tag, the default user/pass are pyload/pyload.
+ For general usage please see the pyLoad wiki (https://github.com/pyload/pyload/wiki)
+
+ displayName: Pyload
+ isOfficial: true
+ description: Pyload - Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web
+ documentation: Taken from https://hub.docker.com/r/linuxserver/pyload. Official Website is https://pyload.net/
diff --git a/public/v4/logos/pyload.png b/public/v4/logos/pyload.png
new file mode 100644
index 0000000..43cf30e
--- /dev/null
+++ b/public/v4/logos/pyload.png
Binary files differ