From 60f7f9c09cfb2fcd9ebd202120565439aedff9c6 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 11 Sep 2025 01:54:18 -0700 Subject: [PATCH] Delete init.sh --- init.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 init.sh diff --git a/init.sh b/init.sh deleted file mode 100644 index 099eeb4..0000000 --- a/init.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env sh -set -eu -mkdir -p /data/gitea/conf /data/gitea/custom -if [ ! -f /data/.bootstrapped ]; then - /usr/local/bin/gitea migrate - /usr/local/bin/gitea admin user create --admin --username "${GITEA_ADMIN_USER}" --password "${GITEA_ADMIN_PASSWD}" --email "${GITEA_ADMIN_EMAIL}" || true - touch /data/.bootstrapped -fi -exec /usr/local/bin/gitea web \ No newline at end of file