mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
logging and ddos protection
This commit is contained in:
parent
b60067d31e
commit
9aca33af0a
4 changed files with 106 additions and 10 deletions
|
|
@ -52,6 +52,8 @@
|
|||
"modules/services/ntfy-sh"
|
||||
"modules/services/ollama/nginx.nix" # Just host the nginx path back to Parzival
|
||||
"modules/services/netbox"
|
||||
"modules/services/system-logging"
|
||||
"modules/services/system-logging/nginx.nix"
|
||||
"modules/services/flamesites"
|
||||
])
|
||||
];
|
||||
|
|
@ -127,6 +129,7 @@
|
|||
"chat.wanderingcrow.net" = {};
|
||||
"netbox.wanderingcrow.net" = {};
|
||||
"notify.wanderingcrow.net" = {};
|
||||
"logs.wanderingcrow.net" = {};
|
||||
# Sites I host for someone else
|
||||
"swgalaxyproject.com" = {};
|
||||
"nnsbluegrass.com" = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue