Documentation
¶
Index ¶
- type Manager
- func (m *Manager) EnsureNginxService(networkName string) error
- func (m *Manager) RemoveServiceConfig(serviceName string) error
- func (m *Manager) SetupSSL(domain, email string) error
- func (m *Manager) UpdateServiceConfig(serviceName string, service *config.ServiceConfig, fullServiceName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager handles Nginx proxy configuration for Swarm deployments
func NewManager ¶
NewManager creates a new Nginx manager
func (*Manager) EnsureNginxService ¶
EnsureNginxService ensures Nginx is running as a Swarm service
func (*Manager) RemoveServiceConfig ¶
RemoveServiceConfig removes Nginx configuration for a service
func (*Manager) UpdateServiceConfig ¶
func (m *Manager) UpdateServiceConfig(serviceName string, service *config.ServiceConfig, fullServiceName string) error
UpdateServiceConfig updates Nginx configuration for a specific service
Click to show internal directories.
Click to hide internal directories.