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/conf/redis/redis-conf.sh

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

redis-conf.sh on main
Author Date Commit Line Code
FreddleSpl0it over 1 year ago c1903f1

[Redis] set password via docker-entrypoint.sh

Full commit hash
c1903f121d079d5cd32d6ecc10747f767362d73b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
1
#!/bin/sh
Open commit View diff
1 #!/bin/sh
same change c1903f1

[Redis] set password via docker-entrypoint.sh

Full commit hash
c1903f121d079d5cd32d6ecc10747f767362d73b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
2
Open commit View diff
2
same change c1903f1

[Redis] set password via docker-entrypoint.sh

Full commit hash
c1903f121d079d5cd32d6ecc10747f767362d73b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
3
cat <<EOF > /redis.conf
Open commit View diff
3 cat <<EOF > /redis.conf
same change c1903f1

[Redis] set password via docker-entrypoint.sh

Full commit hash
c1903f121d079d5cd32d6ecc10747f767362d73b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
4
requirepass $REDISPASS
Open commit View diff
4 requirepass $REDISPASS
FreddleSpl0it over 1 year ago ef2f5f7

[Dovecot] Use Redis ACL user quota_notify with restricted access

Full commit hash
ef2f5f7be0c2992580c1290e36d08bb73348600e
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
5
user quota_notify on nopass ~QW_* -@all +get +hget +ping
Open commit View diff
5 user quota_notify on nopass ~QW_* -@all +get +hget +ping
FreddleSpl0it over 1 year ago c1903f1

[Redis] set password via docker-entrypoint.sh

Full commit hash
c1903f121d079d5cd32d6ecc10747f767362d73b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
6
EOF
Open commit View diff
6 EOF
FreddleSpl0it over 1 year ago b0de756

[Redis] Rename docker-entrypoint.sh to redis-conf.sh

Full commit hash
b0de756a7c741c1fd2ff560783833620b6878573
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
7
Open commit View diff
7
FreddleSpl0it over 1 year ago 351f4ce

[Redis] Add support for masterauth via env var

Full commit hash
351f4ce787542b05dab8ad5c39c00429ef02233b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
8
if [ -n "$REDISMASTERPASS" ]; then
Open commit View diff
8 if [ -n "$REDISMASTERPASS" ]; then
same change 351f4ce

[Redis] Add support for masterauth via env var

Full commit hash
351f4ce787542b05dab8ad5c39c00429ef02233b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
9
  echo "masterauth $REDISMASTERPASS" >> /redis.conf
Open commit View diff
9 echo "masterauth $REDISMASTERPASS" >> /redis.conf
same change 351f4ce

[Redis] Add support for masterauth via env var

Full commit hash
351f4ce787542b05dab8ad5c39c00429ef02233b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
10
fi
Open commit View diff
10 fi
same change 351f4ce

[Redis] Add support for masterauth via env var

Full commit hash
351f4ce787542b05dab8ad5c39c00429ef02233b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
11
Open commit View diff
11
FreddleSpl0it over 1 year ago c1903f1

[Redis] set password via docker-entrypoint.sh

Full commit hash
c1903f121d079d5cd32d6ecc10747f767362d73b
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
12
exec redis-server /redis.conf
Open commit View diff
12 exec redis-server /redis.conf