Documentation ¶
Index ¶
- Variables
- func AddonForm(ctx echo.Context) error
- func AddonIndex(ctx echo.Context) error
- func DeleteCaddyfileByID(ctx echo.Context, serverIdent string, id uint, ...) error
- func Editable(fileName string) (string, bool)
- func Group(ctx echo.Context) error
- func GroupAdd(ctx echo.Context) error
- func GroupDelete(ctx echo.Context) error
- func GroupEdit(ctx echo.Context) error
- func Log(ctx echo.Context) error
- func LogShow(ctx echo.Context) error
- func ParseTailLine(line *tail.Line) (interface{}, error)
- func Playable(fileName string) (string, bool)
- func RegisterRoute(r *route.Collection)
- func Restart(ctx echo.Context) error
- func ServerAdd(ctx echo.Context) error
- func ServerDelete(ctx echo.Context) error
- func ServerEdit(ctx echo.Context) error
- func ServerIndex(ctx echo.Context) error
- func ServerRenewCert(ctx echo.Context) error
- func Stop(ctx echo.Context) error
- func ValidAddonName(addon string) bool
- func VhostAdd(ctx echo.Context) error
- func VhostDelete(ctx echo.Context) error
- func VhostEdit(ctx echo.Context) error
- func VhostFile(ctx echo.Context) error
- func VhostIndex(ctx echo.Context) error
- func VhostLog(ctx echo.Context) error
- func Vhostbuild(ctx echo.Context) error
- type DomainData
- type RequestCertUpdate
Constants ¶
This section is empty.
Variables ¶
View Source
true, Name: `网站管理`, Action: `caddy`, Icon: `sitemap`, Children: &navigate.List{ { Display: false, Name: `Caddy日志`, Action: `log_show`, }, { Display: true, Name: `网站列表`, Action: `vhost`, }, { Display: true, Name: `添加网站`, Action: `vhost_add`, Icon: `plus`, }, { Display: false, Name: `重启Caddy`, Action: `restart`, Icon: ``, }, { Display: false, Name: `停止Caddy`, Action: `stop`, Icon: ``, }, { Display: false, Name: `查看网站日志`, Action: `vhost_log`, }, { Display: false, Name: `查看网站动态`, Action: `log`, }, { Display: false, Name: `配置表单`, Action: `addon_form`, Icon: ``, }, { Display: false, Name: `修改网站`, Action: `vhost_edit`, Icon: ``, }, { Display: false, Name: `删除网站`, Action: `vhost_delete`, Icon: ``, }, { Display: false, Name: `管理网站文件`, Action: `vhost_file`, Icon: ``, }, { Display: false, Name: `生成Caddyfile`, Action: `vhost_build`, Icon: ``, }, { Display: true, Name: `分组管理`, Action: `group`, }, { Display: true, Name: `添加分组`, Action: `group_add`, Icon: `plus`, }, { Display: false, Name: `修改分组`, Action: `group_edit`, Icon: ``, }, { Display: false, Name: `删除分组`, Action: `group_delete`, Icon: ``, }, { Display: true, Name: `引擎配置`, Action: `server`, }, { Display: false, Name: `添加引擎配置`, Action: `server_add`, Icon: `plus`, }, { Display: false, Name: `修改引擎配置`, Action: `server_edit`, Icon: ``, }, { Display: false, Name: `删除引擎配置`, Action: `server_delete`, Icon: ``, }, { Display: false, Name: `更新HTTPS证书`, Action: `server_renew_cert`, Icon: ``, }, }, }Display:
Functions ¶
func AddonIndex ¶
func DeleteCaddyfileByID ¶
func GroupDelete ¶
func ParseTailLine ¶
func RegisterRoute ¶
func RegisterRoute(r *route.Collection)
func ServerDelete ¶ added in v1.4.7
func ServerEdit ¶ added in v1.4.7
func ServerIndex ¶ added in v1.4.7
func ServerRenewCert ¶ added in v1.4.10
func ValidAddonName ¶
func VhostDelete ¶
func VhostIndex ¶
func Vhostbuild ¶
Types ¶
type DomainData ¶ added in v1.4.7
type RequestCertUpdate ¶ added in v1.4.7
Click to show internal directories.
Click to hide internal directories.