update ntfy user uread and uwrite in sops
Some checks failed
/ Ansible Lint (push) Failing after 2m6s

This commit is contained in:
chris 2025-06-02 18:36:35 +02:00
commit 0248b64670
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 4 additions and 24 deletions

View file

@ -40,25 +40,4 @@ server {
proxy_redirect off;
client_max_body_size 0; # Stream request body to backend
}
location /settings {
allow ::1/128;
allow 127.0.0.1/32;
# Wieske
allow 172.31.17.128/25;
allow 212.12.51.128/28;
allow 2a00:14b0:42:100::/56; #Neues v6 gerouted via neuem Router
allow 2a00:14b0:4200:3000::/64; #Bei Wieske
allow 2a00:14b0:f000:23::/64; #CCCHH v6 bei Wieske, geroutet über turing
# Z9
allow 185.161.129.132/32; # z9
allow 2a07:c480:0:100::/56;
allow 2a07:c481:1::/48;
proxy_pass http://127.0.0.1:2586;
proxy_buffering off;
proxy_request_buffering off;
proxy_redirect off;
client_max_body_size 0; # Stream request body to backend
}
}