Add Jellyfin Service
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user