giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
cache-seeder / gobuild (push) Canceled after 0s
cache-seeder / lint (bindata, lint-backend) (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Includes direct password setup links in registration emails. Assisted-by: Codex:GPT-5
16 lines
475 B
Plaintext
16 lines
475 B
Plaintext
[program:gitea]
|
|
directory=/home/git/go/src/github.com/go-gitea/gitea/
|
|
command=/home/git/go/src/github.com/go-gitea/gitea/gitea web
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=10
|
|
stdout_logfile=/var/log/gitea/stdout.log
|
|
stdout_logfile_maxbytes=1MB
|
|
stdout_logfile_backups=10
|
|
stdout_capture_maxbytes=1MB
|
|
stderr_logfile=/var/log/gitea/stderr.log
|
|
stderr_logfile_maxbytes=1MB
|
|
stderr_logfile_backups=10
|
|
stderr_capture_maxbytes=1MB
|
|
user = git
|
|
environment = HOME="/home/git", USER="git" |