This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
readme-vars.yml
47 lines (40 loc) · 1.78 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
---
# project information
project_name: requestrr
project_url: "https://github.com/darkalfx/requestrr"
project_logo: "https://github.com/darkalfx/requestrr/raw/master/Logos/requestrr_discord_Icon_512.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_deprecation_status: true
project_deprecation_message: |
The upstream dev has ended development.
# 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: false
development_versions_items:
- { tag: "latest", desc: "Stable Requestrr releases." }
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." }
param_usage_include_ports: true
param_ports:
- { external_port: "4545", internal_port: "4545", port_desc: "web gui" }
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Access the webui at `<your-ip>:4545`, for more information check out [Requestrr]({{ project_url }}).
# changelog
changelogs:
- { date: "20.12.21:", desc: "Deprecate." }
- { date: "27.09.21:", desc: "Allow app to write to tmp folder." }
- { date: "21.02.21:", desc: "Initial Release." }