public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/Dockerfiles/sogo/supervisord.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
[supervisord]
2
nodaemon=true
3
user=root
5
[program:syslog-ng]
6
command=/usr/sbin/syslog-ng --foreground --no-caps
7
stdout_logfile=/dev/stdout
8
stdout_logfile_maxbytes=0
9
stderr_logfile=/dev/stderr
10
stderr_logfile_maxbytes=0
11
autostart=true
12
priority=1
14
[program:bootstrap-sogo]
15
command=/bootstrap-sogo.sh
16
stdout_logfile=/dev/stdout
17
stdout_logfile_maxbytes=0
18
stderr_logfile=/dev/stderr
19
stderr_logfile_maxbytes=0
20
priority=2
21
startretries=10
22
autorestart=true
23
stopwaitsecs=120
25
[eventlistener:processes]
26
command=/usr/local/sbin/stop-supervisor.sh
27
events=PROCESS_STATE_STOPPED, PROCESS_STATE_EXITED, PROCESS_STATE_FATAL