daily autocommit

This commit is contained in:
2022-02-04 13:32:44 +02:00
parent 35b4f80088
commit 10bd130af5
9 changed files with 30 additions and 10 deletions

View File

@@ -3369,6 +3369,9 @@ maybe chmod 0700 'nftables/osf'
maybe chmod 0600 'nftables/osf/pf.os' maybe chmod 0600 'nftables/osf/pf.os'
maybe chmod 0600 'nftables/router.nft' maybe chmod 0600 'nftables/router.nft'
maybe chmod 0755 'nginx' maybe chmod 0755 'nginx'
maybe chown 'nginx' 'nginx/.anaf'
maybe chgrp 'nginx' 'nginx/.anaf'
maybe chmod 0640 'nginx/.anaf'
maybe chown 'nginx' 'nginx/.htpasswd' maybe chown 'nginx' 'nginx/.htpasswd'
maybe chgrp 'nginx' 'nginx/.htpasswd' maybe chgrp 'nginx' 'nginx/.htpasswd'
maybe chmod 0640 'nginx/.htpasswd' maybe chmod 0640 'nginx/.htpasswd'
@@ -3829,10 +3832,14 @@ maybe chmod 0644 'nginx/conf.d/mail.club3d.ro.conf'
maybe chown 'nginx' 'nginx/conf.d/padmin.club3d.ro.conf' maybe chown 'nginx' 'nginx/conf.d/padmin.club3d.ro.conf'
maybe chgrp 'nginx' 'nginx/conf.d/padmin.club3d.ro.conf' maybe chgrp 'nginx' 'nginx/conf.d/padmin.club3d.ro.conf'
maybe chmod 0640 'nginx/conf.d/padmin.club3d.ro.conf' maybe chmod 0640 'nginx/conf.d/padmin.club3d.ro.conf'
maybe chown 'nginx' 'nginx/conf.d/php-fpm.conf'
maybe chgrp 'nginx' 'nginx/conf.d/php-fpm.conf'
maybe chmod 0644 'nginx/conf.d/php-fpm.conf' maybe chmod 0644 'nginx/conf.d/php-fpm.conf'
maybe chown 'nginx' 'nginx/conf.d/rspamd.club3d.ro.conf' maybe chown 'nginx' 'nginx/conf.d/rspamd.club3d.ro.conf'
maybe chgrp 'nginx' 'nginx/conf.d/rspamd.club3d.ro.conf' maybe chgrp 'nginx' 'nginx/conf.d/rspamd.club3d.ro.conf'
maybe chmod 0644 'nginx/conf.d/rspamd.club3d.ro.conf' maybe chmod 0644 'nginx/conf.d/rspamd.club3d.ro.conf'
maybe chown 'nginx' 'nginx/conf.d/savu.conf'
maybe chgrp 'nginx' 'nginx/conf.d/savu.conf'
maybe chmod 0640 'nginx/conf.d/savu.conf' maybe chmod 0640 'nginx/conf.d/savu.conf'
maybe chown 'nginx' 'nginx/conf.d/storm.club3d.ro.conf' maybe chown 'nginx' 'nginx/conf.d/storm.club3d.ro.conf'
maybe chgrp 'nginx' 'nginx/conf.d/storm.club3d.ro.conf' maybe chgrp 'nginx' 'nginx/conf.d/storm.club3d.ro.conf'

4
group
View File

@@ -2,7 +2,7 @@ root:x:0:
bin:x:1: bin:x:1:
daemon:x:2: daemon:x:2:
sys:x:3: sys:x:3:
adm:x:4: adm:x:4:smiti
tty:x:5: tty:x:5:
disk:x:6: disk:x:6:
lp:x:7: lp:x:7:
@@ -48,7 +48,7 @@ slocate:x:21:
named:x:25: named:x:25:
redis:x:987: redis:x:987:
memcached:x:986: memcached:x:986:
nginx:x:985:madalin nginx:x:985:madalin,smiti
apache:x:48: apache:x:48:
docker:x:984: docker:x:984:
cgred:x:983: cgred:x:983:

3
group-
View File

@@ -48,7 +48,7 @@ slocate:x:21:
named:x:25: named:x:25:
redis:x:987: redis:x:987:
memcached:x:986: memcached:x:986:
nginx:x:985:madalin nginx:x:985:madalin,smiti
apache:x:48: apache:x:48:
docker:x:984: docker:x:984:
cgred:x:983: cgred:x:983:
@@ -103,3 +103,4 @@ rundeck:x:1018:
litecoin:x:1019: litecoin:x:1019:
bogdan:x:1020: bogdan:x:1020:
squid:x:23: squid:x:23:
laser:x:1021:

View File

@@ -2,7 +2,7 @@ root:::
bin::: bin:::
daemon::: daemon:::
sys::: sys:::
adm::: adm:::smiti
tty::: tty:::
disk::: disk:::
lp::: lp:::
@@ -48,7 +48,7 @@ slocate:!::
named:!:: named:!::
redis:!:: redis:!::
memcached:!:: memcached:!::
nginx:!::madalin nginx:!::madalin,smiti
apache:!:: apache:!::
docker:!:: docker:!::
cgred:!:: cgred:!::

View File

@@ -48,7 +48,7 @@ slocate:!::
named:!:: named:!::
redis:!:: redis:!::
memcached:!:: memcached:!::
nginx:!::madalin nginx:!::madalin,smiti
apache:!:: apache:!::
docker:!:: docker:!::
cgred:!:: cgred:!::
@@ -103,3 +103,4 @@ rundeck:!::
litecoin:!:: litecoin:!::
bogdan:!:: bogdan:!::
squid:!:: squid:!::
laser:!::

1
nginx/.anaf Normal file
View File

@@ -0,0 +1 @@
nina:$apr1$mUstGlC/$R4XSJiY3mmqNS92xpDfm2/

View File

@@ -35,6 +35,11 @@ server {
auth_basic_user_file /etc/nginx/.htpasswd; auth_basic_user_file /etc/nginx/.htpasswd;
} }
location /anaf {
auth_basic "Private";
auth_basic_user_file /etc/nginx/.anaf;
}
listen 192.168.1.2:443 ssl http2; # managed by Certbot listen 192.168.1.2:443 ssl http2; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/club3d.ro-0001/fullchain.pem; # managed by Certbot ssl_certificate /etc/letsencrypt/live/club3d.ro-0001/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/club3d.ro-0001/privkey.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/club3d.ro-0001/privkey.pem; # managed by Certbot

View File

@@ -1,5 +1,6 @@
server { server {
listen 192.168.1.2:80; listen 192.168.1.2:80;
server_name git.898.ro;
listen 192.168.1.2:443 ssl; # managed by Certbot listen 192.168.1.2:443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/git.898.ro/fullchain.pem; # managed by Certbot ssl_certificate /etc/letsencrypt/live/git.898.ro/fullchain.pem; # managed by Certbot
@@ -14,10 +15,14 @@ server {
return 301 https://$host$request_uri; return 301 https://$host$request_uri;
} # managed by Certbot } # managed by Certbot
server_name git.898.ro;
location / { location / {
proxy_pass http://192.168.1.5:4000/; proxy_pass https://mail.898.ro/gitea;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
}
location /gitea {
proxy_pass https://mail.898.ro/gitea;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
} }

2
shadow
View File

@@ -58,7 +58,7 @@ ossecr:!!:18591::::::
ossecm:!!:18591:::::: ossecm:!!:18591::::::
ossece:!!:18591:::::: ossece:!!:18591::::::
csf:!!:18595:0:99999:7::: csf:!!:18595:0:99999:7:::
smiti:$6$PEl7gUlGcX5kUoUg$SV1jPhc61CYd7iBb.S.6YT3RhMvZp26KKXx9T9UODasYG9cT5P3wGvbH6uAJusdZcXiaDaHsgYsWnQzWH051g1:18599:0:99999:7::: smiti:$6$lBK9J/AHYEr19bRw$GLsXaSOplBlRaGWdXWNKurJHouftuoP1rpfsNKcV1o6vHKLJkVnwhesugE/5OKGVMS20WladJHlyO0FKpTIGo1:19026:0:99999:7:::
pesign:!!:18631:::::: pesign:!!:18631::::::
sqlgrey:x:18638:0:99999:7::: sqlgrey:x:18638:0:99999:7:::
vmail:x:18638:0:99999:7::: vmail:x:18638:0:99999:7:::