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/clamd/healthcheck.sh

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

healthcheck.sh on main
Author Date Commit Line Code
Markus Ritzmann about 4 years ago 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
2
Open commit View diff
2
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
3
if [[ "${SKIP_CLAMD}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
Open commit View diff
3 if [[ "${SKIP_CLAMD}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
4
  echo "SKIP_CLAMD=y, skipping ClamAV..."
Open commit View diff
4 echo "SKIP_CLAMD=y, skipping ClamAV..."
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
5
  exit 0
Open commit View diff
5 exit 0
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
6
fi
Open commit View diff
6 fi
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
7
Open commit View diff
7
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
8
# run clamd healthcheck
Open commit View diff
8 # run clamd healthcheck
same change 537a790

Clamd: Fix Docker Healthcheck

Full commit hash
537a7908f1a1a70c3ddadc4c4804a26b8e9bbfb4
Author
Markus Ritzmann <[email protected]>
Date
about 4 years ago
Selected line
9
/usr/local/bin/clamdcheck.sh
Open commit View diff
9 /usr/local/bin/clamdcheck.sh