-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathreadme-vars.yml
106 lines (106 loc) · 4.82 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
# 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 }}"
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-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_vols: true
param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
param_usage_include_ports: true
param_ports:
- {external_port: "8181", internal_port: "8181", port_desc: "WebUI"}
readonly_supported: true
nonroot_supported: true
# 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 built-in Plex LogViewer you have to add a volume, preferably Read-Only. Then in Tautulli gui settings, under `Plex Media Server`, turn on `Show Advanced` and set the `Logs Folder` to the folder you mapped.
# init diagram
init_diagram: |
"tautulli:latest": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-crontab-config -> init-config-end
init-tautulli-config -> init-config-end
init-config -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
base -> init-migrations
init-config-end -> init-mods
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-adduser -> init-os-end
init-envfile -> init-os-end
init-custom-files -> init-services
init-config -> init-tautulli-config
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-tautulli
svc-tautulli -> legacy-services
}
Base Images: {
"baseimage-alpine:3.21"
}
"tautulli:latest" <- Base Images
# changelog
changelogs:
- {date: "03.01.25:", desc: "Rebase to Alpine 3.21."}
- {date: "19.11.24:", desc: "Use upstream python packages."}
- {date: "24.06.24:", desc: "Rebase to Alpine 3.20."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- {date: "26.08.23:", desc: "Rebase to Alpine 3.18."}
- {date: "22.06.23:", desc: "Revert master branch to Alpine 3.17 due to issues with Python 3.11."}
- {date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf."}
- {date: "15.12.22:", desc: "Rebase master branch to Alpine 3.17."}
- {date: "04.10.22:", desc: "Rebase master branch to Alpine 3.16, migrate to s6v3."}
- {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."}