Compare commits
3 commits
266d9246c1
...
197e516ec1
Author | SHA1 | Date | |
---|---|---|---|
|
197e516ec1 | ||
|
03a5b33bbf | ||
|
e84fee5a36 |
2 changed files with 15 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
||||||
9001
|
9001
|
||||||
];
|
];
|
||||||
|
|
||||||
|
healthchecks.http.s3 = {
|
||||||
|
url = "http://s3.chungus.private:9001/login";
|
||||||
|
expectedContent = "minio";
|
||||||
|
};
|
||||||
|
|
||||||
clan.core.facts.services.s3 = factsGenerator.password {
|
clan.core.facts.services.s3 = factsGenerator.password {
|
||||||
name = "root";
|
name = "root";
|
||||||
service = "s3";
|
service = "s3";
|
||||||
|
|
|
@ -45,6 +45,16 @@ in
|
||||||
443
|
443
|
||||||
];
|
];
|
||||||
|
|
||||||
|
healthchecks.http."travel.ingolf-wagner.de" = {
|
||||||
|
url = "https://travel.ingolf-wagner.de";
|
||||||
|
expectedContent = "Tina & Palos Reiseblog";
|
||||||
|
};
|
||||||
|
|
||||||
|
healthchecks.http."tech.ingolf-wagner.de" = {
|
||||||
|
url = "https://tech.ingolf-wagner.de";
|
||||||
|
expectedContent = "Hey here are some articles about technical issues";
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
|
|
Loading…
Reference in a new issue