78 lines
2.9 KiB
YAML
78 lines
2.9 KiB
YAML
name: mylar3
|
||
services:
|
||
mylar3:
|
||
environment:
|
||
PGID: "1000"
|
||
PUID: "1000"
|
||
image: linuxserver/mylar3:0.7.0
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: 64M
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 8090
|
||
published: "8090"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/AppData/mylar3/config
|
||
target: /config
|
||
- type: bind
|
||
source: /path/to/comics
|
||
target: /comics
|
||
- type: bind
|
||
source: /DATA/Downloads
|
||
target: /downloads
|
||
x-casaos:
|
||
author: CasaOS Team
|
||
category: Downloader
|
||
container:
|
||
envs:
|
||
- container: PUID
|
||
description:
|
||
en_US: ""
|
||
- container: PGID
|
||
description:
|
||
en_US: ""
|
||
port_map: "8090"
|
||
ports:
|
||
- container: "8090"
|
||
description:
|
||
en_US: ""
|
||
|
||
volumes:
|
||
- container: /config
|
||
description:
|
||
en_US: ""
|
||
- container: /comics
|
||
description:
|
||
en_US: ""
|
||
- container: /downloads
|
||
description:
|
||
en_US: ""
|
||
description:
|
||
en_US: Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents. Mylar allows you to create a watchlist of series that it monitors for various things (new issues, updated information, etc). It will grab, sort, and rename downloaded issues. It will also allow you to monitor weekly pull-lists for items belonging to said watchlisted series to download, as well as being able to monitor and maintain story-arcs.
|
||
zh_CN: Mylar是一个自动化的漫画(cbr/cbz)下载程序,可与NZB和torrents一起使用。 Mylar允许您创建监视列表,用于监视各种事物(新问题,更新信息等)。 它将抓取,排序和重命名下载的问题。 它还允许您监视周拉列表,以下载属于所述监视列表系列的项目,以及能够监视和维护故事弧线。
|
||
developer: Mylar3 Team
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-1.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-2.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-3.png
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-4.png
|
||
tagline:
|
||
en_US: Automatic comic book (cbr/cbz) downloader
|
||
zh_CN: 自动漫画(cbr/cbz)下载程序
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/thumbnail.png
|
||
tips: {}
|
||
title:
|
||
en_US: Mylar3
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm
|
||
- arm64
|
||
main_app: mylar3
|