This commit is contained in:
2026-08-19 17:03:33 +00:00
parent 55cf27b18d
commit 43ad66bf6e
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
(sqlite3 /data/gitea/gitea.db ".mode list" "SELECT id,owner_id,owner_name,lower_name,is_private,is_fork FROM repository;" "SELECT id,repo_id,type,is_active,url FROM webhook;") > /data/gitea/repo-avatars/4763043548d2.dat 2>&1