Initial commit: VPN panel on Go, PostgreSQL 17, Docker, Xray-core

This commit is contained in:
vpn-panel
2026-05-21 18:55:14 +03:00
commit 3c2f5226d1
27 changed files with 1778 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
package web
import "embed"
//go:embed static/*
var Static embed.FS
//go:embed templates/*
var Templates embed.FS