-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #508 from jfly/custom-bounce-template
Customize bounce template for mailserver
- Loading branch information
Showing
31 changed files
with
987 additions
and
778 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Hydra is down</title> | ||
<style type="text/css" media="screen"> | ||
body { | ||
font-family: Helvetica, Arial, sans-serif; | ||
color: rgba(0, 0, 0, 0.7); | ||
} | ||
</style> | ||
</head> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<title>Hydra is down</title> | ||
<style type="text/css" media="screen"> | ||
body { | ||
font-family: Helvetica, Arial, sans-serif; | ||
color: rgba(0, 0, 0, 0.7); | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<center> | ||
<img src="/apache-errors/warning.png" alt="Warning" /> | ||
<p>Looks like Hydra is having some problems. Sorry about that!</p> | ||
<p style="font-size: 90%;"> | ||
<a href="https://nixos.org/">NixOS Homepage</a> | | ||
<a href="https://monitoring.nixos.org/prometheus/alerts">System Alerts</a> | | ||
<a href="https://monitoring.nixos.org/grafana/">Dashboards</a> | | ||
<a href="https://github.com/NixOS/nixpkgs/labels/infrastructure">Related Issues</a> | ||
</p> | ||
</center> | ||
</body> | ||
|
||
<body> | ||
<center> | ||
<img src="/apache-errors/warning.png" alt="Warning" /> | ||
<p>Looks like Hydra is having some problems. Sorry about that!</p> | ||
<p style="font-size: 90%"> | ||
<a href="https://nixos.org/">NixOS Homepage</a> | | ||
<a href="https://monitoring.nixos.org/prometheus/alerts" | ||
>System Alerts</a> | | ||
<a href="https://monitoring.nixos.org/grafana/">Dashboards</a> | | ||
<a href="https://github.com/NixOS/nixpkgs/labels/infrastructure" | ||
>Related Issues</a> | ||
</p> | ||
</center> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.