gogs.conf 363 B

123456789101112
  1. [program:gogs]
  2. directory=/home/git/gogs
  3. command=/home/git/gogs/gogs web -c /run/gogs/app.ini -p 3000
  4. user=git
  5. autostart=true
  6. autorestart=true
  7. ; https://veithen.github.io/2015/01/08/supervisord-redirecting-stdout.html
  8. stdout_logfile=/dev/stdout
  9. stdout_logfile_maxbytes=0
  10. stderr_logfile=/dev/stderr
  11. stderr_logfile_maxbytes=0
  12. environment=HOME="/home/git",USER="git"