Skip to content

Commit

Permalink
[New App] PyLoad (#302)
Browse files Browse the repository at this point in the history
### 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
joaobosconff authored Oct 31, 2023
1 parent bb4e95d commit 6cdc6b7
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 0 deletions.
113 changes: 113 additions & 0 deletions Apps/PyLoad/docker-compose.yml
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"
Binary file added Apps/PyLoad/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/PyLoad/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/PyLoad/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/PyLoad/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6cdc6b7

Please sign in to comment.