add more configurations; add statistics webserver

This commit is contained in:
Blade Doyle
2022-07-07 06:38:59 -07:00
parent 9d692d5194
commit 8eb780a8b5
20 changed files with 1069 additions and 259 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Oops</title>
</head>
<body>
<h2>Ooops, something went wrong:</h2>
{{ error }}
(Maybe you need to wait a few minutes for p2pool to start and sync for the first time?)
</body>
</html>