Compare commits
No commits in common. "197e516ec1e8ab345c70791f330cfaa48ae868a0" and "266d9246c19434b1567c33230204de329030de0b" have entirely different histories.
197e516ec1
...
266d9246c1
2 changed files with 0 additions and 15 deletions
|
@ -6,11 +6,6 @@
|
||||||
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,16 +45,6 @@ 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