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/olefy/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
DerLinkman over 1 year ago 0860a75

os: updated alpine containers to 3.21

Full commit hash
0860a7503e29cf268a58e1a593367ea8f9f9816d
Author
DerLinkman <[email protected]>
Date
over 1 year ago
Selected line
1
FROM alpine:3.21
Open commit View diff
1 FROM alpine:3.21
Hassan A Hashim almost 2 years ago edd85de

Fix `LABEL` in Dockerfile, should be key=value

Full commit hash
edd85dea8dc194092aa4ae1b60ec943213ea0928
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
2
Open commit View diff
2
same change edd85de

Fix `LABEL` in Dockerfile, should be key=value

Full commit hash
edd85dea8dc194092aa4ae1b60ec943213ea0928
Author
Hassan A Hashim <[email protected]>
Date
almost 2 years ago
Selected line
3
LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>"
Open commit View diff
3 LABEL maintainer = "The Infrastructure Company GmbH <[email protected]>"
andryyy about 7 years ago aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
4
Open commit View diff
4
Peter over 2 years ago 5896766

Update to Alpine 3.19

Full commit hash
5896766fc3e8c732ef7a0822fb3b84a473f4c5e7
Author
Peter <[email protected]>
Date
over 2 years ago
Selected line
5
ARG PIP_BREAK_SYSTEM_PACKAGES=1
Open commit View diff
5 ARG PIP_BREAK_SYSTEM_PACKAGES=1
andryyy about 7 years ago aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
6
WORKDIR /app
Open commit View diff
6 WORKDIR /app
same change aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
7
Open commit View diff
7
andryyy about 7 years ago 2efd27e

[Olefy] A new container is born, thanks to @c-rosenberg

Full commit hash
2efd27e40e6ecc59cc61858906b07be23b1a9fd0
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
8
#RUN addgroup -S olefy && adduser -S olefy -G olefy \
Open commit View diff
8 #RUN addgroup -S olefy && adduser -S olefy -G olefy \
Timo over 5 years ago 0a3ea8e

[olefy] Update container to alpine 3:13 to fix build (#3988)

Full commit hash
0a3ea8ee3f3441c4766eed0b94c753e95dae2b4c
Author
Timo <[email protected]>
Date
over 5 years ago
Selected line
9
RUN apk add --virtual .build-deps gcc musl-dev python3-dev libffi-dev openssl-dev cargo \
Open commit View diff
9 RUN apk add --virtual .build-deps gcc musl-dev python3-dev libffi-dev openssl-dev cargo \
same change 0a3ea8e

[olefy] Update container to alpine 3:13 to fix build (#3988)

Full commit hash
0a3ea8ee3f3441c4766eed0b94c753e95dae2b4c
Author
Timo <[email protected]>
Date
over 5 years ago
Selected line
10
  && apk add --update --no-cache python3 py3-pip openssl tzdata libmagic \
Open commit View diff
10 && apk add --update --no-cache python3 py3-pip openssl tzdata libmagic \
andryyy about 7 years ago aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
11
  && pip3 install --upgrade pip \
Open commit View diff
11 && pip3 install --upgrade pip \
andryyy almost 6 years ago c7e17c7

[Rspamd] Global blacklists are not prefilters anymore to not prevent them from being learned

Full commit hash
c7e17c7fd117409a90866329ea68c13a32be5ffb
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
12
  && pip3 install --upgrade asyncio python-magic \
Open commit View diff
12 && pip3 install --upgrade asyncio python-magic \
Niklas Meyer over 4 years ago c520f21

🐄 Moorch Update 2022 - ClamAV, Dovecot & Olefy Update (#4497)

Full commit hash
c520f21d286fde8eb0d67788528860eb6b392793
Author
Niklas Meyer <[email protected]>
Date
over 4 years ago
Selected line
13
  && pip3 install --upgrade https://github.com/decalage2/oletools/archive/master.zip \
Open commit View diff
13 && pip3 install --upgrade https://github.com/decalage2/oletools/archive/master.zip \
andryyy almost 6 years ago c7e17c7

[Rspamd] Global blacklists are not prefilters anymore to not prevent them from being learned

Full commit hash
c7e17c7fd117409a90866329ea68c13a32be5ffb
Author
andryyy <[email protected]>
Date
almost 6 years ago
Selected line
14
  && apk del .build-deps
Open commit View diff
14 && apk del .build-deps
Niklas Meyer over 4 years ago c520f21

🐄 Moorch Update 2022 - ClamAV, Dovecot & Olefy Update (#4497)

Full commit hash
c520f21d286fde8eb0d67788528860eb6b392793
Author
Niklas Meyer <[email protected]>
Date
over 4 years ago
Selected line
15
#  && sed -i 's/template_injection_detected = True/template_injection_detected = False/g' /usr/lib/python3.9/site-packages/oletools/olevba.py
Open commit View diff
15 # && sed -i 's/template_injection_detected = True/template_injection_detected = False/g' /usr/lib/python3.9/site-packages/oletools/olevba.py
andryyy about 7 years ago aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
16
Open commit View diff
16
Niklas Meyer over 4 years ago 9f8a16b

[Olefy] Use local olefy.py (instead of Github)

Full commit hash
9f8a16b8c15e8a7c4ed89a1f76897ab4af99765d
Author
Niklas Meyer <[email protected]>
Date
over 4 years ago
Selected line
17
ADD olefy.py /app/
Open commit View diff
17 ADD olefy.py /app/
andryyy about 7 years ago 2efd27e

[Olefy] A new container is born, thanks to @c-rosenberg

Full commit hash
2efd27e40e6ecc59cc61858906b07be23b1a9fd0
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
18
Open commit View diff
18
same change 2efd27e

[Olefy] A new container is born, thanks to @c-rosenberg

Full commit hash
2efd27e40e6ecc59cc61858906b07be23b1a9fd0
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
19
RUN chown -R nobody:nobody /app /tmp
Open commit View diff
19 RUN chown -R nobody:nobody /app /tmp
same change 2efd27e

[Olefy] A new container is born, thanks to @c-rosenberg

Full commit hash
2efd27e40e6ecc59cc61858906b07be23b1a9fd0
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
20
Open commit View diff
20
same change 2efd27e

[Olefy] A new container is born, thanks to @c-rosenberg

Full commit hash
2efd27e40e6ecc59cc61858906b07be23b1a9fd0
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
21
USER nobody
Open commit View diff
21 USER nobody
andryyy about 7 years ago aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
22
Open commit View diff
22
same change aea957e

[Olefy] New container and image

Full commit hash
aea957e949c487e88b0fd92faebf31c8be3b048c
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
23
CMD ["python3", "-u", "/app/olefy.py"]
Open commit View diff
23 CMD ["python3", "-u", "/app/olefy.py"]