-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
readme-vars.yml
55 lines (45 loc) · 2.25 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
---
# project information
project_name: overseerr
project_url: "https://overseerr.dev/"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/overseerr.png"
project_blurb: |
[{{ project_name|capitalize }}]({{ project_url }}) is a request management and media discovery tool built to work with your existing Plex ecosystem.
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 releases from GitHub" }
- { tag: "develop", desc: "Development releases from commits in upstream develop branch" }
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_ports: true
param_ports:
- { external_port: "5055", internal_port: "5055", port_desc: "Port for Overseerr's web interface." }
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
readonly_supported: true
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Access the webui at `<your-ip>:5055`, for more information check out [Overseerr](https://overseerr.dev/).
# changelog
changelogs:
- { date: "31.05.24:", desc: "Rebase to Alpine 3.20."}
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
- { date: "18.12.22:", desc: "Rebase main to 3.17." }
- { date: "27.10.22:", desc: "Rebase main to 3.16, migrate to s6v3." }
- { date: "20.08.22:", desc: "Don't install cypress." }
- { date: "01.04.22:", desc: "Rebase main branch to Alpine 3.15." }
- { date: "27.01.22:", desc: "Rebase develop branch to Alpine 3.15." }
- { date: "04.01.22:", desc: "Remove cached files." }
- { date: "10.10.21:", desc: "Add additional post-build cleanup." }
- { date: "19.09.21:", desc: "Rebase to alpine 3.14. Update code formatting. Increase js mem limit." }
- { date: "05.04.21:", desc: "Initial Release." }