This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
readme-vars.yml
58 lines (51 loc) · 2.92 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
---
# project information
project_name: mylar
project_url: "https://github.com/evilhero/mylar"
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 SABnzbd, NZBGet and torrents."
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"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
# container parameters
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "Where mylar should store config files." }
- { vol_path: "/comics", vol_host_path: "<comics-folder>", desc: "Map to your comics folder." }
- { vol_path: "/downloads", vol_host_path: "<downloads-folder>", 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: |
THIS IMAGE IS DEPRECATED. Please migrate to [Mylar3](https://github.com/linuxserver/docker-mylar3).
The web ui for settings etc, is on `<your-ip>:8090`
For more detailed setup refer [{{ project_name|capitalize }}]({{ project_url }}).
# changelog
changelogs:
- { date: "21.12.20:", desc: "Deprecated. Please migrate to [Mylar3](https://github.com/linuxserver/docker-mylar3)." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "08.05.19:", desc: "Re-install requests pip package to downgrade urllib version suitable for mylar." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "11.02.19:", desc: "Pipeline logic and multi arch."}
- { date: "17.08.18:", desc: "Rebase to alpine 3.8."}
- { date: "06.07.18:", desc: "Add `html5lib` python package."}
- { date: "14.06.18:", desc: "Add `requests` python package."}
- { date: "12.12.17:", desc: "Rebase to alpine 3.7."}
- { date: "21.07.17:", desc: "Internal git pull instead of at runtime."}
- { date: "25.05.17:", desc: "Rebase to alpine 3.6."}
- { date: "19.02.17:", desc: "Use quiet option for cleaner console log, app logs to file anyways."}
- { date: "07.02.17:", desc: "Rebase to alpine 3.5."}
- { date: "14.10.16:", desc: "Add version layer information."}
- { date: "10.09.16:", desc: "Add layer badges to README."}
- { date: "28.08.16:", desc: "Add badges to README."}
- { date: "08.08.16:", desc: "Rebase to alpine linux."}
- { date: "26.01.16:", desc: "Initial release."}