Get ready for launch

This build will fail
This commit is contained in:
Roxedus
2022-12-19 18:01:55 +01:00
parent 99f542e36b
commit 0780684e60
34 changed files with 2192 additions and 105 deletions

49
readme-vars.yml Executable file
View File

@@ -0,0 +1,49 @@
---
# project information
project_name: prowlarr
project_url: "https://github.com/Prowlarr/Prowlarr"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/prowlarr-banner.png"
project_blurb: |
[{{ project_name|capitalize }}]({{ project_url }}) is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
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: "Prowlarr stable releases" }
- { tag: "develop", desc: "Prowlarr releases from their develop branch" }
- { tag: "nightly", desc: "Prowlarr releases from their nightly branch" }
# container parameters
param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/data", desc: "Database and Prowlarr configs" }
param_usage_include_ports: true
param_ports:
- { external_port: "9696", internal_port: "9696", port_desc: "The port for the Prowlarr webinterface" }
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London, this is required for Prowlarr" }
# optional env variables
opt_param_usage_include_env: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Access the webui at `<your-ip>:9696`, for more information check out [Prowlarr](https://github.com/Prowlarr/Prowlarr).
Setup info can be found [here](https://wikijs.servarr.com/prowlarr/quick-start-guide).
# changelog
changelogs:
- { date: "31.12.22:", desc: "Publish stable relase." }
- { date: "20.02.22:", desc: "Rebase develop branch to Alpine." }
- { date: "06.06.21:", desc: "Initial realease." }