set bind address for graylog [deploy]
All checks were successful
/ check (push) Successful in 1m29s
/ deploy (push) Successful in 1m31s

This commit is contained in:
Jermeiah S 2025-06-29 20:18:59 -04:00
parent 2d5f082eef
commit 55a43c3c90
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View file

@ -23,13 +23,9 @@ in
tofu.skdevstudios.com { tofu.skdevstudios.com {
reverse_proxy tofu.incus:9000 reverse_proxy tofu.incus:9000
} }
graylog.skdevstudios.com { graylog.skdevstudios.com {
reverse_proxy graylog-tofu.incus:9000 reverse_proxy graylog-tofu.incus:9000
} }
# :8096 {
# reverse_proxy 10.173.91.220:8096
# }
''; '';
}; };
networking = { networking = {

View file

@ -41,6 +41,7 @@ in
enable = true; enable = true;
extraConfig = '' extraConfig = ''
http_external_uri = https://graylog.skdevstudios.com/ http_external_uri = https://graylog.skdevstudios.com/
http_bind_address = 0.0.0.0:9000
''; '';
elasticsearchHosts = [ "http://127.0.0.1:9200" ]; elasticsearchHosts = [ "http://127.0.0.1:9200" ];
package = pkgs.graylog-6_0; package = pkgs.graylog-6_0;