Setup storage of immich resouces and add tailscale access to allow uploading files too large to go over cloudflare (<100mb) See https://github.com/immich-app/immich/issues/17729 and https://github.com/immich-app/immich/pull/22385

This commit is contained in:
2025-10-13 20:48:35 +11:00
parent e6c6bb0c91
commit 4a5ad8d36b
3 changed files with 199 additions and 10 deletions

View File

@@ -40,3 +40,9 @@ data "nomad_plugin" "smb" {
plugin_id = "smb"
wait_for_healthy = true
}
resource "nomad_scheduler_config" "config" {
memory_oversubscription_enabled = true
}