Add Jellyfin Service

This commit is contained in:
2024-03-05 18:58:58 -08:00
parent 695acaa48a
commit d4e2b4a241
3 changed files with 136 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ client {
path = "/hdd/gitea/"
read_only = false
}
host_volume "minio-ssd" {
path = "/ssd/minio/"
read_only = false
@@ -50,9 +50,24 @@ client {
path = "/ssd/sqlite/"
read_only = false
}
host_volume "jellyfinCache" {
path = "/hdd/multimedia/cache/"
read_only = false
}
host_volume "jellyfinConfig" {
path = "/hdd/multimedia/config/"
read_only = false
}
host_volume "media" {
path = "/hdd/multimedia/media/"
read_only = false
}
}
ui {
# Comment to disable UI, it listens on port 4646
enabled = true
}
}