A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: give ML writable folders to work in

+10
+10
kubernetes/apps/office/immich/helmrelease.yaml
··· 115 115 limits: 116 116 memory: 2Gi 117 117 gpu.intel.com/i915: 1 118 + # https://docs.immich.app/FAQ/#how-can-i-run-immich-as-a-non-root-user 119 + persistence: 120 + dot-config: 121 + type: emptyDir 122 + globalMounts: 123 + - path: /.config 124 + dot-cache: 125 + type: emptyDir 126 + globalMounts: 127 + - path: /.cache