Commit graph

28 commits

Author SHA1 Message Date
0c04a48f57
fix(jellyfin): nomad can delete ephemeral storage on redeployment
See: https://developer.hashicorp.com/nomad/docs/operations/stateful-workloads
2024-09-20 00:19:37 +00:00
3a92146de5
feat(jellyfin): use recommended memory spec 2024-09-19 23:48:26 +00:00
b0f97f5023
fix(jellyfin): map config to alloc local root 2024-09-19 21:04:35 +00:00
122ddd61ca
feat(jellyfin): migrate config to nomad fs 2024-09-19 20:48:57 +00:00
8fde06c42c
feat(jellyfin): migrate to official image 2024-09-19 20:20:00 +00:00
64e3be711f
feat(jellyfin): retry setting soft memory limit 2024-09-19 18:30:09 +00:00
b99e01107a feat(jellyfin): set MALLOC_TRIM_THRESHOLD_ 2024-08-25 11:24:11 +01:00
a938a7bd6e
feat: update logging configuration for dummy, uptime, and media-centre modules 2024-08-14 10:41:47 +01:00
cd88bac77d
feat: Remove Nomad validation step in plan-and-apply workflow 2024-08-04 12:40:18 +00:00
8b7dc11327
feat: update logging configuration for dummy, uptime, and media-centre modules 2024-08-04 11:12:16 +00:00
42968a0d45 revert 7524d34643
revert fix: Update jellyfin Docker configuration for GPU passthrough
2024-07-31 00:36:57 +01:00
7524d34643
fix: Update jellyfin Docker configuration for GPU passthrough 2024-07-29 19:39:31 +00:00
90dc051151
fix: Revert useless memory soft limit for jellyfin 2024-07-28 20:12:50 +00:00
9e9e513451
fix: memory_hard_limit datatype is number, not string 2024-07-28 19:14:29 +00:00
693c72588e
fix: Reduce memory consumption by jellyfin
See: https://github.com/jellyfin/jellyfin/issues/6306#issuecomment-1774093928
2024-07-28 19:06:18 +00:00
46ce1ed431
Revert "Installing yt-dlp"
This reverts commit 6ecd68f862.
This reverts commit f8d8f87fb4.
This reverts commit 29d9d0d856.
This reverts commit 4e7b86b426.
This reverts commit 61a80d47b0.
2024-06-29 11:22:24 +00:00
6ecd68f862
Try installing yt-dlp from linuxserver init script 2024-06-18 19:48:55 +01:00
f8d8f87fb4 Fix misread RelativeDest 2024-06-18 19:16:32 +01:00
29d9d0d856
See https://developer.hashicorp.com/nomad/api-docs/json-jobs#artifact 2024-06-18 19:12:24 +01:00
4e7b86b426
New attempt to convert hcl to json 2024-06-18 19:06:01 +01:00
61a80d47b0
Download latest release of yt-dlp to PATH 2024-06-18 18:55:20 +01:00
6bd0c5056a Reduce resource allocation to jellyfin to better accomodate hardware acceleration 2024-06-16 18:49:58 +01:00
9102fdae5d Add GPU device to Jellyfin 2024-06-16 00:26:08 +01:00
d79bfdd5cb Deploy Jellyfin with the Nvidia runtime 2024-06-16 00:09:58 +01:00
05d7a87306 Resolve configuration issues (#8)
Reviewed-on: #8
2024-06-15 15:59:43 +01:00
65267f21f7 Trial new volume_options spec 2024-06-15 00:40:10 +01:00
6416f2842d Add jellyfin task driver 2024-06-15 00:24:02 +01:00
70aff7bed1 Create Jellyfin job (#6)
Closes #5

Reviewed-on: #6
2024-06-15 00:22:02 +01:00