feat(security): expose internal services and DoH to public
- Remove `internalOnly = true` flag from Vaultwarden, Forgejo, and AdGuard Home to make them publicly accessible again. - This also re-exposes the DNS-over-HTTPS (DoH) endpoint on the AdGuard Home domain.
This commit is contained in:
parent
5d177a0d5c
commit
adb8ddb611
3 changed files with 1 additions and 4 deletions
|
|
@ -97,7 +97,6 @@ in
|
|||
# Nginx Reverse Proxy
|
||||
myModules.nginx.domains."${cfg.domain}" = {
|
||||
port = cfg.port;
|
||||
internalOnly = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 512M;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue