forked from linuxserver/docker-tautulli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme-vars.yml
77 lines (71 loc) · 3.64 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
71
72
73
74
75
76
77
---
# project information
project_name: tautulli
project_url: "http://tautulli.com"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/tautulli-icon.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a python based web application for monitoring, analytics and notifications for Plex Media Server."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_blurb_optional_extras_enabled: false
# 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 Tautulli releases" }
- { tag: "develop", desc: "Built at head of Tautulli nightly branch" }
# container parameters
common_param_env_vars_enabled: true
param_container_name: "{{ project_name }}"
param_usage_include_net: false
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "<path to data>", desc: "Contains tautulli config and database." }
param_usage_include_ports: true
param_ports:
- { external_port: "8181", internal_port: "8181", port_desc: "WebUI" }
param_device_map: false
cap_add_param: false
# optional container parameters
opt_param_usage_include_env: false
opt_param_usage_include_vols: false
opt_param_usage_include_ports: false
opt_param_device_map: false
opt_cap_add_param: false
optional_block_1: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Access the webui at `<your-ip>:8181`, for more information check out [{{ project_name|capitalize }}]({{ project_url }}).
To use the build-in Plex LogViewer you have to add a volume, preferably ReadOnly. Then in tautulli gui settings, under `Plex Media Server`, turn on `Show Advanced` and set the `Logs Folder` to the folder you mapped.
# changelog
changelogs:
- { date: "10.01.22:", desc: "Rebase to Alpine 3.15." }
- { date: "11.07.21:", desc: "Add curl package." }
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
- { date: "11.07.20:", desc: "Add py3-openssl." }
- { date: "05.06.20:", desc: "Rebasing to alpine 3.12. Rework to python3." }
- { date: "12.04.20:", desc: "Added mock from pip and donate links." }
- { 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: "26.01.19:", desc: "Add pipeline logic and multi arch." }
- { date: "23.10.18:", desc: "Update plex logs info in readm." }
- { date: "16.08.18:", desc: "Rebase to alpine 3.8." }
- { date: "10.03.18:", desc: "Rebrand to tautulli." }
- { date: "12.12.17:", desc: "Rebase to alpine 3.7." }
- { date: "21.07.17:", desc: "Internal git pull instead of at runtime." }
- { 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: "20.04.17:", desc: "Add pycryptodomex pip package." }
- { date: "07.02.17:", desc: "Rebase to alpine 3.5." }
- { 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: "16.07.15:", desc: "Inital Release." }