CasaOS-Store/Apps/PyLoad/docker-compose.yml

136 lines
3.7 KiB
YAML
Raw Normal View History

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
zh_cn: 时区
- container: PUID
description:
en_us: Run PyLoad as specified uid.
zh_cn: 以指定的用户ID运行PyLoad。
- container: PGID
description:
en_us: Run PyLoad as specified gid.
zh_cn: 以指定的组ID运行PyLoad。
ports:
- container: "8000"
description:
en_us: WebUI HTTP Port
zh_cn: WebUI HTTP端口
protocol: tcp
- container: "9666"
description:
en_us: PyLoad listening Port (TCP)
zh_cn: PyLoad监听端口TCP
protocol: tcp
volumes:
- container: /config
description:
en_us: PyLoad config directory.
zh_cn: PyLoad配置目录
- container: /downloads
description:
en_us: PyLoad Download Directory.
zh_cn: PyLoad下载目录
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.
zh_cn: pyLoad是一款用Python编写的免费开源下载管理器设计极轻量易于扩展并通过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.
zh_cn: 免费下载管理器。
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` |
zh_cn: |
默认账户
| 用户名 | 密码 |
|----------|----------|
| `pyload` | `pyload` |
Pyload中的默认可访问路径
| 名称 | 值 |
| ---- | ----- |
| 下载路径 | `/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
zh_cn: PyLoad
pt_br: PyLoad
index: /
port_map: "8000"