mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(server):support disable https only ee-2068 (#6232)
* fix/ee-2068/disable-forcely-https
This commit is contained in:
parent
da422d6ed6
commit
7088da5157
5 changed files with 13 additions and 9 deletions
|
@ -90,6 +90,7 @@ type (
|
|||
TLSCert *string
|
||||
TLSKey *string
|
||||
HTTPDisabled *bool
|
||||
HTTPEnabled *bool
|
||||
SSL *bool
|
||||
SSLCert *string
|
||||
SSLKey *string
|
||||
|
@ -612,7 +613,7 @@ type (
|
|||
ManagementConfiguration *RegistryManagementConfiguration `json:"ManagementConfiguration"`
|
||||
Gitlab GitlabRegistryData `json:"Gitlab"`
|
||||
Quay QuayRegistryData `json:"Quay"`
|
||||
Ecr EcrData `json:"Ecr"`
|
||||
Ecr EcrData `json:"Ecr"`
|
||||
RegistryAccesses RegistryAccesses `json:"RegistryAccesses"`
|
||||
|
||||
// Deprecated fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue