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/backup/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
Peter 8 months ago 7313f99

Update to trixie (#6907)

Full commit hash
7313f996d321a8e6e19a054f62d95aff4cc32711
Author
Peter <[email protected]>
Date
8 months ago
Selected line
1
FROM debian:trixie-slim
Open commit View diff
1 FROM debian:trixie-slim
DerLinkman almost 4 years ago 8026b6c

Swapped PIGZ instead of gzip

Full commit hash
8026b6c87449e4675d1d46f408da26f8e19fe62d
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
2
Open commit View diff
2
Claas Flint 8 months ago 1b833be

Replace pigz with zstd for backup compression (#6897)

Full commit hash
1b833be760a5e48b9f4d4eb97495ae9c9a4696c8
Author
Claas Flint <[email protected]>
Date
8 months ago
Selected line
3
RUN apt update && apt install pigz zstd -y --no-install-recommends
Open commit View diff
3 RUN apt update && apt install pigz zstd -y --no-install-recommends