From a12decfc17907873662f410f2661a5791cc36b6f Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 20 Jul 2025 17:43:33 +0300 Subject: [PATCH] Added readonly access to $HOME for sqlite grafana extension for Eko development --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 7cfcc66..5c95982 100644 --- a/.zshrc +++ b/.zshrc @@ -121,6 +121,10 @@ if [ ! -f "$MARKER_FILE" ]; then # Start linkwarden (pushd $HOME/personal/linkwarden > /dev/null && docker compose up -d > /dev/null && popd) &>/dev/null + # HACK: I need read access to home for sqlite access for eko + # in prod it'll be read access /var/lib/eko which is fine I guess? + chmod o+x /home/kyren/ + touch "$MARKER_FILE" fi