File tree Expand file tree Collapse file tree 4 files changed +13
-64
lines changed
k8s/applications/inventree Expand file tree Collapse file tree 4 files changed +13
-64
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,15 @@ are not found"`. Added `kubectl wait --for=condition=Established` before Cilium
104104- [ ] ** Gatus: remove direct HTTPRoute** — Once Authentik proxy outpost is confirmed working,
105105 remove the direct HTTPRoute from ` k8s/gatus/ ` (proxy route in ` authentik-proxy-routes/ `
106106 takes over)
107+ - [ ] ** Nix cache: initialize Attic cache** — Attic server is running but has no caches
108+ created (empty ` cache ` table). ` cache.allegedly.works/nix-cache-info ` returns 404
109+ because Attic serves that endpoint per-cache at ` /<name>/nix-cache-info ` . Fix: run
110+ ` atticadm make-token ` to generate an admin JWT, then ` attic cache create main ` and
111+ ` attic cache configure main --public ` . Either add an init Job to the chart/kustomization
112+ or run interactively once. The ` atticadm ` binary may not be in the current image
113+ (` ghcr.io/zhaofengli/attic:latest ` ) — check and potentially use a different tag or
114+ generate the token from the JWT secret directly. Gatus probe should use
115+ ` cache.allegedly.works/main/nix-cache-info ` once cache exists.
107116- [ ] ** Deploy headscale** , test with a device
108117- [ ] ** OpenClaw: eliminate one-time token entry** — currently the user must retrieve
109118 the auto-generated gateway token (` kubectl get secret openclaw-gateway-token ... ` )
Original file line number Diff line number Diff line change @@ -67,10 +67,12 @@ spec:
6767 plugins :
6868 enabled : true
6969
70- # Auto-enable rai_plugin without requiring a UI toggle.
71- # INVENTREE_PLUGINS_MANDATORY makes the plugin always active (like builtin mandatory plugins).
7270 env :
71+ # Auto-enable rai_plugin (always active, like builtin mandatory plugins)
7372 INVENTREE_PLUGINS_MANDATORY : " raiplugin"
73+ # SSO settings (env vars override DB, read-only in UI)
74+ INVENTREE_LOGIN_ENABLE_SSO : " true"
75+ INVENTREE_LOGIN_ENABLE_SSO_REG : " true"
7476
7577 # Pin server to Proxmox nodes (PVE)
7678 nodeSelector :
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ resources:
55 - postgres-service.yaml
66 - helmrelease.yaml
77 - httproute.yaml
8- - setup-job.yaml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments