Update media handling

This commit is contained in:
2025-10-02 14:01:27 +02:00
parent 0e54a6019e
commit 3b24e64131
7 changed files with 205 additions and 49 deletions

8
web/embed.go Normal file
View File

@@ -0,0 +1,8 @@
package web
import "embed"
// Content holds the HTML templates and static assets for the web UI.
//
//go:embed templates/index.html static
var Content embed.FS