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/unbound/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 about 9 years ago b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
1
#!/bin/bash
Open commit View diff
1 #!/bin/bash
same change b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
2
Open commit View diff
2
André almost 8 years ago cdca603

[Unbound] Fix logging, fixes #585

Full commit hash
cdca603ff501146692f69b29ebb907af55a191ac
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
3
echo "Setting console permissions..."
Open commit View diff
3 echo "Setting console permissions..."
same change cdca603

[Unbound] Fix logging, fixes #585

Full commit hash
cdca603ff501146692f69b29ebb907af55a191ac
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
4
chown root:tty /dev/console
Open commit View diff
4 chown root:tty /dev/console
same change cdca603

[Unbound] Fix logging, fixes #585

Full commit hash
cdca603ff501146692f69b29ebb907af55a191ac
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
5
chmod g+rw /dev/console
Open commit View diff
5 chmod g+rw /dev/console
andryyy about 9 years ago b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
6
echo "Receiving anchor key..."
Open commit View diff
6 echo "Receiving anchor key..."
same change b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
7
/usr/sbin/unbound-anchor -a /etc/unbound/trusted-key.key
Open commit View diff
7 /usr/sbin/unbound-anchor -a /etc/unbound/trusted-key.key
same change b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
8
echo "Receiving root hints..."
Open commit View diff
8 echo "Receiving root hints..."
same change b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
9
curl -#o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
Open commit View diff
9 curl -#o /etc/unbound/root.hints https://www.internic.net/domain/named.cache
André almost 8 years ago cdca603

[Unbound] Fix logging, fixes #585

Full commit hash
cdca603ff501146692f69b29ebb907af55a191ac
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
10
/usr/sbin/unbound-control-setup
Open commit View diff
10 /usr/sbin/unbound-control-setup
andryyy almost 7 years ago b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
11
Open commit View diff
11
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
12
# Run hooks
Open commit View diff
12 # Run hooks
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
13
for file in /hooks/*; do
Open commit View diff
13 for file in /hooks/*; do
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
14
  if [ -x "${file}" ]; then
Open commit View diff
14 if [ -x "${file}" ]; then
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
15
    echo "Running hook ${file}"
Open commit View diff
15 echo "Running hook ${file}"
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
16
    "${file}"
Open commit View diff
16 "${file}"
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
17
  fi
Open commit View diff
17 fi
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
18
done
Open commit View diff
18 done
same change b0711db

[Dockerfiles] Rename some files and create hook points

Full commit hash
b0711db48955ace1fed1f2251c3433c3a0b0efe3
Author
andryyy <[email protected]>
Date
almost 7 years ago
Selected line
19
Open commit View diff
19
andryyy about 9 years ago b367ec0

Add Unbound as better DNSSEC enabled resolver

Full commit hash
b367ec0ace533ee3f32bd16c70a5e7f7ab52f571
Author
andryyy <[email protected]>
Date
about 9 years ago
Selected line
20
exec "$@"
Open commit View diff
20 exec "$@"