-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
readme-vars.yml
93 lines (92 loc) · 3.94 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
# 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 }}).
# init diagram
init_diagram: |
"mylar3:latest": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-mylar3-config -> init-config-end
init-os-end -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
base -> init-migrations
base -> init-mods
init-config-end -> init-mods
init-mods -> init-mods-end
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-config -> init-mylar3-config
base -> init-os-end
init-adduser -> init-os-end
init-envfile -> init-os-end
init-migrations -> init-os-end
init-custom-files -> init-services
init-mods-end -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-mylar3
svc-mylar3 -> legacy-services
}
Base Images: {
"baseimage-alpine:3.19"
}
"mylar3:latest" <- Base Images
# 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."}