admin: add build tags to "About"

build tags like e2ee and external are now included in the about page.
This commit is contained in:
Harvey Tindall
2024-08-11 17:55:12 +01:00
parent d2c7bf06f7
commit ab3989f233
10 changed files with 28 additions and 0 deletions
+3
View File
@@ -1,3 +1,4 @@
//go:build !external
// +build !external
package main
@@ -10,6 +11,8 @@ import (
const binaryType = "internal"
func BuildTagsExternal() {}
//go:embed data data/html data/web data/web/css data/web/js
var loFS embed.FS