mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(endpoints) - Access exposed containers on endpoint public URL (#826)
This commit is contained in:
parent
3d8eec2557
commit
7c6c9284f2
13 changed files with 73 additions and 12 deletions
|
@ -72,6 +72,7 @@ type (
|
|||
ID EndpointID `json:"Id"`
|
||||
Name string `json:"Name"`
|
||||
URL string `json:"URL"`
|
||||
PublicURL string `json:"PublicURL"`
|
||||
TLS bool `json:"TLS"`
|
||||
TLSCACertPath string `json:"TLSCACert,omitempty"`
|
||||
TLSCertPath string `json:"TLSCert,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue