-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathreadme-vars.yml
More file actions
83 lines (80 loc) · 3.26 KB
/
readme-vars.yml
File metadata and controls
83 lines (80 loc) · 3.26 KB
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
---
# 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 }}"
project_deprecation_status: true
project_deprecation_message: "Please switch to the latest or nightly tags"
# 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: "Commits to Mylar3 `python3-dev` branch"}
- {tag: "nightly", desc: "Commits to Mylar3 `1000papercuts` branch (ubuntu)"}
- {tag: "unstable", desc: "Commits to Mylar3 `1000papercuts` branch (alpine)"}
# 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:unstable": {
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-crontab-config -> init-config-end
init-mylar3-config -> init-config-end
init-config -> init-crontab-config
init-mods-end -> init-custom-files
init-adduser -> init-device-perms
base -> init-envfile
base -> init-migrations
init-config-end -> init-mods
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-config -> init-mylar3-config
init-adduser -> init-os-end
init-device-perms -> init-os-end
init-envfile -> init-os-end
init-custom-files -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-mylar3
svc-mylar3 -> legacy-services
}
Base Images: {
"baseimage-alpine:3.23"
}
"mylar3:unstable" <- Base Images
# changelog
changelogs:
- {date: "19.02.26:", desc: "Rebase `unstable` tag to alpine 3.23."}
- {date: "05.02.26:", desc: "Release `unstable` tag based on commits to upstream `1000papercuts` branch."}