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/assets/passwd/generate_passwords.sh

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

generate_passwords.sh on main
Author Date Commit Line Code
andryyy over 9 years ago d891bc8

Docs

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

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
2
Open commit View diff
2
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
3
echo DBPASS=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)
Open commit View diff
3 echo DBPASS=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)
same change d891bc8

Docs

Full commit hash
d891bc88945e2be5b2af4a3db6f9ec5457705b7b
Author
andryyy <[email protected]>
Date
over 9 years ago
Selected line
4
echo DBROOT=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)
Open commit View diff
4 echo DBROOT=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)