docker-overseerr/readme-vars.yml
2021-04-06 08:49:55 -05:00

51 lines
1.8 KiB
YAML

---
# 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 free and open source software application for managing requests for your media library.
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"}
# 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_env: true
param_env_vars:
- { env_var: "TZ", env_value: "America/New_York", desc: "Specify a timezone to use EG America/New_York"}
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/appdata/config", desc: "Contains all relevant configuration files." }
# optional parameters
opt_param_usage_include_vols: false
# 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: "05.04.21:", desc: "Initial Release." }