mirror of
https://github.com/multipleof4/git.planetrenox.com.git
synced 2026-01-13 16:07:55 +00:00
7 lines
141 B
Bash
7 lines
141 B
Bash
#!/usr/bin/env sh
|
|
set -eu
|
|
/usr/local/bin/init.sh
|
|
/usr/local/bin/gitea &
|
|
sleep 1
|
|
caddy run --config /data/caddy/Caddyfile --adapter caddyfile
|