NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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/docker-entrypoint.sh

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

docker-entrypoint.sh on main
Author Date Commit Line Code
andryyy over 6 years ago 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
2
Open commit View diff
2
andryyy about 6 years ago 2007b0f

[SOGo] Fix skipped SOGo

Full commit hash
2007b0ffc914a94015ebf79402e296a7f711c877
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
3
if [[ "${SKIP_SOGO}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
3 if [[ "${SKIP_SOGO}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change 2007b0f

[SOGo] Fix skipped SOGo

Full commit hash
2007b0ffc914a94015ebf79402e296a7f711c877
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
4
  echo "SKIP_SOGO=y, skipping SOGo..."
Open commit View diff
4 echo "SKIP_SOGO=y, skipping SOGo..."
same change 2007b0f

[SOGo] Fix skipped SOGo

Full commit hash
2007b0ffc914a94015ebf79402e296a7f711c877
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
5
  sleep 365d
Open commit View diff
5 sleep 365d
same change 2007b0f

[SOGo] Fix skipped SOGo

Full commit hash
2007b0ffc914a94015ebf79402e296a7f711c877
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
6
  exit 0
Open commit View diff
6 exit 0
same change 2007b0f

[SOGo] Fix skipped SOGo

Full commit hash
2007b0ffc914a94015ebf79402e296a7f711c877
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
7
fi
Open commit View diff
7 fi
same change 2007b0f

[SOGo] Fix skipped SOGo

Full commit hash
2007b0ffc914a94015ebf79402e296a7f711c877
Author
andryyy <[email protected]>
Date
about 6 years ago
Selected line
8
Open commit View diff
8
andryyy over 6 years ago 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
9
if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
Open commit View diff
9 if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
same change 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
10
  cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
Open commit View diff
10 cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
same change 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
11
fi
Open commit View diff
11 fi
same change 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
12
Open commit View diff
12
FreddleSpl0it almost 2 years ago ae3653a

[SOGo] vacation auto reply date shifting #5394

Full commit hash
ae3653a925189825b44566f10a3b823b9b5b9ab8
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
13
echo "$TZ" > /etc/timezone
Open commit View diff
13 echo "$TZ" > /etc/timezone
same change ae3653a

[SOGo] vacation auto reply date shifting #5394

Full commit hash
ae3653a925189825b44566f10a3b823b9b5b9ab8
Author
FreddleSpl0it <[email protected]>
Date
almost 2 years ago
Selected line
14
Open commit View diff
14
Kristian Feldsam almost 5 years ago 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
15
# Run hooks
Open commit View diff
15 # Run hooks
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
16
for file in /hooks/*; do
Open commit View diff
16 for file in /hooks/*; do
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
17
  if [ -x "${file}" ]; then
Open commit View diff
17 if [ -x "${file}" ]; then
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
18
    echo "Running hook ${file}"
Open commit View diff
18 echo "Running hook ${file}"
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
19
    "${file}"
Open commit View diff
19 "${file}"
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
20
  fi
Open commit View diff
20 fi
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
21
done
Open commit View diff
21 done
same change 6ec2a0a

[SOGo] Added hooks support for SOGo image (#4181)

Full commit hash
6ec2a0a97d51aa12ad1b9a339d78e8be864a53d0
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
22
Open commit View diff
22
andryyy over 6 years ago 6898e6c

[SOGo] Check if master, only run DB prep if master, use correct syslog-ng config if not master

Full commit hash
6898e6c8f926c4f186b78bb04f85a8bd3fa63a58
Author
andryyy <[email protected]>
Date
over 6 years ago
Selected line
23
exec "$@"
Open commit View diff
23 exec "$@"