feat: support 1panel v2

This commit is contained in:
Fu Diwei
2025-05-16 18:57:39 +08:00
parent 06fd95782a
commit fd875feef3
18 changed files with 143 additions and 45 deletions

View File

@@ -17,6 +17,7 @@ type Access struct {
type AccessConfigFor1Panel struct {
ApiUrl string `json:"apiUrl"`
ApiVersion string `json:"apiVersion"`
ApiKey string `json:"apiKey"`
AllowInsecureConnections bool `json:"allowInsecureConnections,omitempty"`
}