Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeCaddyImport ¶ added in v0.0.12
Types ¶
type Service ¶
type Service struct { Name string User string Repository string Ignore bool // don't restart compose after it got updated if true ComposeFile string `toml:"compose,omitempty"` // alternative compose file Branch string Import string // filename of caddy file to generate URLs map[string]string // url -> host:port Env []string Ports []string Networks []string Git *git.Git `toml:"-"` Compose *compose.Compose `toml:"-"` // contains filtered or unexported fields }
func (*Service) InitGitAndCompose ¶
func (*Service) PublicKeys ¶
PublicKeys parses the public keys in the ssh/ directory of the repository.
Click to show internal directories.
Click to hide internal directories.