fix: mount PVC at /config to persist Chrome and app state #24
Reference in New Issue
Block a user
Delete Branch "fix/persist-config-to-pvc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/configinstead of/hometo align with the jlesage/baseimage-gui conventionXDG_CONFIG_HOME=/config/xdg/configat runtime, so Chrome was writing its profile to ephemeral storage — causing a fresh install on every pod restart/config/userdata(on the PVC)Preferencesto prevent session/cookie loss after unclean pod shutdownWhat persists now
/config/userdata/.config/google-chrome(via--user-data-dir)/config/xdg/config/(baseimage-gui managed)/config/xdg/data//config/userdata/.ssh//config/userdata/.git-credentials/config/userdata/.happy//config/userdata/Test plan
🤖 Generated with Claude Code
via Happy