syncthing.conf 437 B

1234567891011121314
  1. [program:syncthing]
  2. priority=20
  3. environment=HOME=/app/data/folders,STNOUPGRADE=1
  4. ; -no-browser opens up the browser (for desktop app preumably)
  5. ; auditfile "-" means log to stdout
  6. command=/app/code/syncthing -gui-address=127.0.0.1:3000 -home=/app/data/config -no-browser -auditfile=-
  7. user=cloudron
  8. autostart=true
  9. autorestart=true
  10. stdout_logfile=/dev/stdout
  11. stdout_logfile_maxbytes=0
  12. stderr_logfile=/dev/stderr
  13. stderr_logfile_maxbytes=0