-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### App Information **Name:** Pyload **Short Description:** Downloader Manager **Official Website**: https://pyload.net/ **Docker version Website**: https://docs.linuxserver.io/images/docker-pyload-ng **GitHub Repository**: https://github.com/pyload/pyload **Docker Image**: https://hub.docker.com/r/linuxserver/pyload-ng ### Why do you want this app? Great app for manage downloads first time contributing here
- Loading branch information
1 parent
bb4e95d
commit 6cdc6b7
Showing
5 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
name: pyload | ||
services: | ||
pyload: | ||
container_name: pyload | ||
image: linuxserver/pyload-ng:0.5.0 | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: "256M" | ||
environment: | ||
PGID: $PGID | ||
PUID: $PUID | ||
TZ: $TZ | ||
restart: unless-stopped | ||
network_mode: bridge | ||
privileged: false | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/config | ||
target: /config | ||
- type: bind | ||
source: /DATA/Downloads | ||
target: /downloads | ||
ports: | ||
- target: 8000 | ||
published: "8000" | ||
protocol: tcp | ||
- target: 9666 | ||
published: "9666" | ||
protocol: tcp | ||
|
||
x-casaos: | ||
envs: | ||
- container: TZ | ||
description: | ||
en_us: TimeZone | ||
- container: PUID | ||
description: | ||
en_us: Run PyLoad as specified uid. | ||
- container: PGID | ||
description: | ||
en_us: Run PyLoad as specified gid. | ||
ports: | ||
- container: "8000" | ||
description: | ||
en_us: WebUI HTTP Port | ||
protocol: tcp | ||
|
||
- container: "9666" | ||
description: | ||
en_us: PyLoad listening Port (TCP) | ||
protocol: tcp | ||
|
||
volumes: | ||
- container: /config | ||
description: | ||
en_us: PyLoad config directory. | ||
|
||
- container: /downloads | ||
description: | ||
en_us: PyLoad Download Directory. | ||
|
||
x-casaos: | ||
architectures: | ||
- amd64 | ||
- arm64 | ||
main: pyload | ||
author: joaobosconff | ||
category: Downloader | ||
description: | ||
en_us: 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. | ||
pt_br: pyLoad é um gerenciador de download gratuito e de código aberto escrito em Python e projetado para ser extremamente leve, facilmente extensível e totalmente gerenciável via web. | ||
developer: linuxserver | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PyLoad/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PyLoad/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PyLoad/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PyLoad/screenshot-3.png | ||
tagline: | ||
en_us: Free Downloader Manager. | ||
pt_br: Gerenciador de download gratuito. | ||
thumbnail: | ||
tips: | ||
before_install: | ||
en_us: | | ||
Default Account | ||
| Username | Password | | ||
|----------|----------| | ||
| `pyload` | `pyload` | | ||
Default Accessible Path in Pyload | ||
| Name | Value | | ||
| ---- | ----- | | ||
| Downloads Path | `/DATA/Downloads` | | ||
pt_br: | | ||
Conta Padrão | ||
| Usuário | Senha | | ||
|----------|----------| | ||
| `pyload` | `pyload` | | ||
Diretório padrão no Pyload | ||
| Nome | Valor | | ||
| ---- | ----- | | ||
| Diretório de Download | `/DATA/Downloads` | | ||
title: | ||
en_us: PyLoad | ||
pt_br: PyLoad | ||
index: / | ||
port_map: "8000" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.