-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
readme-vars.yml
97 lines (97 loc) · 4.5 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
94
95
96
97
project_name: medusa
project_url: "https://pymedusa.com/"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png"
project_blurb: |
[{{ project_name|capitalize }}]({{ project_url }}) is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
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"}
# 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: "/downloads", vol_host_path: "/path/to/downloads", desc: "Download location"}
- {vol_path: "/tv", vol_host_path: "/path/to/tv/shows", desc: "TV Shows location"}
param_usage_include_ports: true
param_ports:
- {external_port: "8081", internal_port: "8081", port_desc: "The port for the Medusa webui"}
param_usage_include_env: true
param_env_vars:
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use e.g. Europe/London"}
# application setup block
app_setup_block_enabled: true
app_setup_block: "Web interface is at `<your ip>:8081`. \n\nSet paths for downloads, tv-shows to match docker mappings via the webui, for more information check out [{{ project_name|capitalize }}]({{ project_url }}).\n"
# init diagram
init_diagram: |
"medusa: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-medusa-config -> init-config-end
init-os-end -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
init-config -> init-medusa-config
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
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-medusa
svc-medusa -> legacy-services
}
Base Images: {
"baseimage-alpine:3.19"
}
"medusa:latest" <- Base Images
# changelog
changelogs:
- {date: "08.01.24:", desc: "Rebase to Alpine 3.19."}
- {date: "07.10.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: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
- {date: "12.09.22:", desc: "Install ffmpeg for postprocessing."}
- {date: "12.08.22:", desc: "Bump unrar to 6.1.7."}
- {date: "28.02.22:", desc: "Install python3 requirements for app."}
- {date: "19.01.22:", desc: "Rebasing to alpine 3.15."}
- {date: "01.06.20:", desc: "Rebasing to alpine 3.12."}
- {date: "19.12.19:", desc: "Rebasing to alpine 3.11."}
- {date: "22.09.19:", desc: "Switch to python3."}
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10."}
- {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: "14.01.19:", desc: "Adding multi arch and pipeline logic"}
- {date: "16.08.18:", desc: "Rebase to alpine 3.8"}
- {date: "08.12.17:", desc: "Rebase to alpine 3.7"}
- {date: "29.11.17:", desc: "Add py-gdbm for subtitles support"}
- {date: "26.10.17:", desc: "Mediainfo moved from testing to community repo"}
- {date: "10.10.17:", desc: "Use repo version of mediainfo to shorten build time"}
- {date: "05.08.17:", desc: "Internal git pull instead of at runtime"}
- {date: "25.05.17:", desc: "Rebase to alpine 3.6"}
- {date: "07.02.17:", desc: "Rebase to alpine 3.5"}
- {date: "02.01.17:", desc: "Initial Release"}