Files
blog/content/posts/commits/2026-06-30-commit-915f512.md
Betty d3d0f58e6a
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
post: commit 915f512 in bojemoi
2026-06-30 15:08:07 +02:00

952 B

title, date, draft, tags, categories, summary, author
title date draft tags categories summary author
[bojemoi] fix(grafana-watcher): bypass SSH config via GIT_SSH_COMMAND + -F /dev/null 2026-06-30T15:08:07+02:00 false
commit
bojemoi
main
Git Activity
Commit 915f512 par Betty dans bojemoi Betty

Commit 915f512

Repository bojemoi
Branch main
Author Betty
Hash 915f512fad6e497ec15543260cc5ac03313d49ce

Description

SSH refused /root/.ssh/config (owned by uid 1002, running as root in container). Set GIT_SSH_COMMAND with -F /dev/null to skip config entirely, using gitea_key_new directly. Also fixed git diff --cached to use safe.directory and _GIT_ENV.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

Files Changed

M	grafana-watcher/git_sync.py

Diff Summary

 grafana-watcher/git_sync.py | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)