-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
readme-vars.yml
50 lines (49 loc) · 2.73 KB
/
readme-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
# project information
project_name: mylar3
project_url: "https://github.com/mylar3/mylar3"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mylar-icon.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is an automated Comic Book downloader (cbr/cbz) for use with NZB and torrents written in python. It supports SABnzbd, NZBGET, and many torrent clients in addition to DDL."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# development version
development_versions: true
development_versions_items:
- {tag: "latest", desc: "Stable Mylar3 releases"}
- {tag: "nightly", desc: "Commits to Mylar3 `python3-dev` branch"}
# container parameters
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
- {vol_path: "/comics", vol_host_path: "/path/to/comics", desc: "Map to your comics folder."}
- {vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Map to your downloads folder."}
param_usage_include_env: false
param_usage_include_ports: true
param_ports:
- {external_port: "8090", internal_port: "8090", port_desc: "WebUI"}
# application setup block
app_setup_block_enabled: true
app_setup_block: |
The web ui for settings etc, is on `http://SERVERIP:8090`
For more detailed setup options, refer to [{{ project_name|capitalize }}]({{ project_url }}).
# changelog
changelogs:
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- {date: "16.08.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
- {date: "10.08.23:", desc: "Bump unrar to 6.2.10."}
- {date: "11.07.23:", desc: "Rebase to Alpine 3.18"}
- {date: "07.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "05.03.23:", desc: "Rebase to Alpine 3.17."}
- {date: "12.10.22:", desc: "Rebase to alpine 3.16 and upgrade to s6v3."}
- {date: "01.02.22:", desc: "Rebase to alpine 3.15."}
- {date: "02.11.21:", desc: "Rebase to alpine 3.14. Remove `pathlib.py`."}
- {date: "25.05.21:", desc: "Add `libwebp` support."}
- {date: "17.05.21:", desc: "Add linuxserver wheel index."}
- {date: "23.01.21:", desc: "Rebasing to alpine 3.13."}
- {date: "03.01.21:", desc: "Output mylar log to docker log."}
- {date: "21.12.20:", desc: "Release `nightly` tag based on commits to upstream `python3-dev` branch."}
- {date: "28.09.20:", desc: "Initial release."}