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/dockerapi/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
FreddleSpl0it almost 4 years ago be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
2
Open commit View diff
2
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
3
`openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \
Open commit View diff
3 `openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes \
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
4
  -keyout /app/dockerapi_key.pem \
Open commit View diff
4 -keyout /app/dockerapi_key.pem \
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
5
  -out /app/dockerapi_cert.pem \
Open commit View diff
5 -out /app/dockerapi_cert.pem \
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
6
  -subj /CN=dockerapi/O=mailcow \
Open commit View diff
6 -subj /CN=dockerapi/O=mailcow \
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
7
  -addext subjectAltName=DNS:dockerapi`
Open commit View diff
7 -addext subjectAltName=DNS:dockerapi`
same change be7252f

[BS5] update async dockerapi

Full commit hash
be7252f620e372ce7bd893bde8a46c7e535c2635
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
8
Open commit View diff
8
FreddleSpl0it about 3 years ago 06cce79

[Dockerapi] add pubsub handler for broadcasting in ha setup

Full commit hash
06cce79806fccefa29f7145a7421ca8d122f6dbe
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
9
exec "$@"
Open commit View diff
9 exec "$@"