mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(octoprint): config updates
This commit is contained in:
parent
5508982563
commit
1ead7f237e
2 changed files with 46 additions and 10 deletions
|
|
@ -29,7 +29,10 @@ in {
|
|||
default = {
|
||||
port = mkAlmostOptionDefault 5000;
|
||||
protocol = "http";
|
||||
status.enable = mkAlmostOptionDefault true;
|
||||
status = {
|
||||
enable = mkAlmostOptionDefault true;
|
||||
gatus.client.network = mkAlmostOptionDefault "ip4";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue