update project structure

- move agent to /agent
- change /beszel to /src
- update workflows and docker builds
This commit is contained in:
henrygd
2025-09-07 16:42:15 -04:00
parent 4e26defdca
commit 6f5d95031c
212 changed files with 258 additions and 216 deletions

10
main.go Normal file
View File

@@ -0,0 +1,10 @@
package beszel
import "github.com/blang/semver"
const (
Version = "0.12.7"
AppName = "beszel"
)
var MinVersionCbor = semver.MustParse("0.12.0")