This commit is contained in:
ryuuseijin 2026-08-17 22:47:22 +08:00
commit 27c4191be8
17 changed files with 730 additions and 0 deletions

5
bin/run-forgejo.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
/usr/local/bin/prepare-forgejo.sh
exec su forgejo -s /bin/sh -c "exec /usr/local/bin/forgejo -c \"$GITEA_APP_INI\" web"