hosts/library: fix jellysearch service
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
This commit is contained in:
@ -35,7 +35,7 @@
|
|||||||
StateDirectory = "jellysearch";
|
StateDirectory = "jellysearch";
|
||||||
StateDirectoryMode = "0750";
|
StateDirectoryMode = "0750";
|
||||||
WorkingDirectory = "/var/lib/jellysearch";
|
WorkingDirectory = "/var/lib/jellysearch";
|
||||||
EnivronmentFile = config.age.secrets."files/services/meilisearch/envfile".path;
|
EnvironmentFile = config.age.secrets."files/services/meilisearch/envfile".path;
|
||||||
|
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
@ -51,7 +51,7 @@
|
|||||||
DOTNET_ENVIRONMENT = "Production";
|
DOTNET_ENVIRONMENT = "Production";
|
||||||
INDEX_CRON = "0 0 0/2 ? * * *";
|
INDEX_CRON = "0 0 0/2 ? * * *";
|
||||||
JELLYFIN_URL = "http://localhost:8096";
|
JELLYFIN_URL = "http://localhost:8096";
|
||||||
JELLYFIN_CONFIG_DIR = "${toString config.services.jellyfin.configDir}";
|
JELLYFIN_CONFIG_DIR = "${toString config.services.jellyfin.dataDir}";
|
||||||
MEILI_URL = "http://localhost:${toString config.services.meilisearch.listenPort}";
|
MEILI_URL = "http://localhost:${toString config.services.meilisearch.listenPort}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user