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/nginx/Dockerfile

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

Dockerfile on main
Author Date Commit Line Code
FreddleSpl0it 28 days ago 1f8b467

[Nignx] Update to 1.30.3

Full commit hash
1f8b4679ccb92cdb27c99e9a42fcf99637b71fe6
Author
FreddleSpl0it <[email protected]>
Date
28 days ago
Selected line
1
FROM nginx:1.30.3-alpine
Open commit View diff
1 FROM nginx:1.30.3-alpine
FreddleSpl0it over 1 year ago 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
2
LABEL maintainer "The Infrastructure Company GmbH <[email protected]>"
Open commit View diff
2 LABEL maintainer "The Infrastructure Company GmbH <[email protected]>"
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
3
Open commit View diff
3
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
4
ENV PIP_BREAK_SYSTEM_PACKAGES=1
Open commit View diff
4 ENV PIP_BREAK_SYSTEM_PACKAGES=1
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
5
Open commit View diff
5
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
6
RUN apk add --no-cache nginx \
Open commit View diff
6 RUN apk add --no-cache nginx \
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
7
  python3 \
Open commit View diff
7 python3 \
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
8
  py3-pip && \
Open commit View diff
8 py3-pip && \
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
9
  pip install --upgrade pip && \
Open commit View diff
9 pip install --upgrade pip && \
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
10
  pip install Jinja2
Open commit View diff
10 pip install Jinja2
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
11
Open commit View diff
11
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
12
RUN mkdir -p /etc/nginx/includes
Open commit View diff
12 RUN mkdir -p /etc/nginx/includes
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
13
Open commit View diff
13
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
14
COPY ./bootstrap.py /
Open commit View diff
14 COPY ./bootstrap.py /
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
15
COPY ./docker-entrypoint.sh /
Open commit View diff
15 COPY ./docker-entrypoint.sh /
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
16
Open commit View diff
16
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
17
ENTRYPOINT ["/docker-entrypoint.sh"]
Open commit View diff
17 ENTRYPOINT ["/docker-entrypoint.sh"]
same change 70ca5fd

[Nginx] Use jinja2 for templating nginx configuration

Full commit hash
70ca5fde9520f78414b66b2db789a0524cb4975f
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
18
CMD ["nginx", "-g", "daemon off;"]
Open commit View diff
18 CMD ["nginx", "-g", "daemon off;"]