feat: 🏡 make apps

This commit is contained in:
zhaoyupeng
2025-11-26 16:17:38 +08:00
parent 1d3c159c00
commit 4ec58ce4e5
32 changed files with 1856 additions and 107 deletions

View File

@@ -25,4 +25,37 @@ var (
//go:embed less-dns.yaml
YAMLLessDNS []byte
//go:embed seafile.yaml
YAMLSeafile string
//go:embed backup-seafile.yaml
YAMLBackupSeafile string
//go:embed seafile.conf
NGINXSeafile []byte
//go:embed app.user.yaml
YAMLAppUser string
//go:embed app.gateway.yaml
YAMLAppGateway string
//go:embed app.client.yaml
YAMLAppClient string
//go:embed app.mie.api.yaml
YAMLAppMieAPI string
//go:embed app.mie.worker.yaml
YAMLAppMieWorker []byte
//go:embed app.mie.cron.yaml
YAMLAppMieCron []byte
//go:embed app.mie.sweeper.yaml
YAMLAppMieSweeper []byte
//go:embed app.oem.yaml
YAMLAppOEM string
)