Go web application for filling USB drives with media files. Runs in Docker on Unraid with /media, /mnt/usb, /config volumes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
73 B
Go
7 lines
73 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed static templates
|
|
var FS embed.FS
|