This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 69
/
readme-vars.yml
70 lines (63 loc) · 3.56 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
---
# project information
project_name: couchpotato
project_url: "https://couchpota.to/"
project_logo: "https://couchpota.to/media/images/full.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is an automatic NZB and torrent downloader. You can keep a `movies I want` list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_deprecation_status: true
project_deprecation_message: |
This project is no longer maintained upstream and we will no longer be updating this image.
For an alternative try:
https://github.com/linuxserver/docker-radarr
# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
- { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
# 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: "Couchpotato Application Data." }
- { vol_path: "/downloads", vol_host_path: "/path/to/downloads", desc: "Downloads Folder." }
- { vol_path: "/movies", vol_host_path: "/path/to/movies", desc: "Movie Share." }
param_usage_include_ports: true
param_ports:
- { external_port: "5050", internal_port: "5050", port_desc: "http 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"}
# optional parameters
optional_block_1: false
optional_block_1_items: ""
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Access the webui at `<your-ip>:5050`, for more information check out [CouchPotato](https://couchpota.to).
# changelog
changelogs:
- { date: "29.01.21:", desc: "Deprecate `UMASK_SET` in favor of UMASK in baseimage, see above for more information." }
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
- { date: "10.06.19:", desc: "Add back unrar & unzip that were accidentally left out during rebase." }
- { date: "06.06.19:", desc: "Rebasing to alpine 3.12." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { 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: "Multi-arch builds." }
- { date: "16.08.18:", desc: "Rebase to alpine 3.8." }
- { date: "06.11.17:", desc: "Rebase to alpine 3.7." }
- { date: "20.07.17:", desc: "Internal git pull instead of at runtime, add UMASK_SET variable." }
- { date: "12.07.17:", desc: "Add inspect commands to README, move to jenkins build and push" }
- { date: "25.05.17:", desc: "Rebase to alpine 3.6" }
- { date: "07.02.17:", desc: "Rebase to alpine 3.5." }
- { date: "11.11.16:", desc: "Stop cp logging to docker log (they are accessible in the webui and the config folder)." }
- { date: "30.09.16:", desc: "Fix umask." }
- { date: "09.09.16:", desc: "Add layer badges to README." }
- { date: "27.08.16:", desc: "Add badges to README." }
- { date: "08.08.16:", desc: "Rebase to alpine linux." }
- { date: "12.11.15:", desc: "Misc Code Cleanup." }
- { date: "02.10.15:", desc: "Change to python baseimage." }
- { date: "28.07.15:", desc: "Updated to latest baseimage (for testing), and a fix to autoupdate." }