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/postfix-tlspol/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
DerLinkman 11 months ago 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
2
Open commit View diff
2
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
3
if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
Open commit View diff
3 if [[ ! -z ${REDIS_SLAVEOF_IP} ]]; then
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
4
  cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
Open commit View diff
4 cp /etc/syslog-ng/syslog-ng-redis_slave.conf /etc/syslog-ng/syslog-ng.conf
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
5
fi
Open commit View diff
5 fi
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
6
Open commit View diff
6
same change 1cb38ba

Postfix: Split TLSPol companion app into separate container (#6688)

Full commit hash
1cb38bacdb0d652781007175fc37eb0361da6aa4
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
7
exec "$@"
Open commit View diff
7 exec "$@"