Add Go WireGuard panel with PostgreSQL 17 and Dokploy compose.

This commit is contained in:
2026-07-29 09:15:00 +03:00
parent 370e2455d4
commit 31ce2af622
25 changed files with 2423 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{{define "offline.html"}}
<!DOCTYPE html>
<html lang="ru">
<head>
{{template "layout_head" .}}
<title>Недоступен — {{.SiteName}}</title>
</head>
<body>
<div class="bg-pattern"></div><div class="bg-glow"></div>
<div class="wrap" style="max-width:560px;margin-top:10vh">
<div class="card center">
<h1>Сайт временно недоступен</h1>
<p class="muted" style="margin-top:1rem">{{.Message}}</p>
</div>
</div>
</body>
</html>
{{end}}