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 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 RegisterRoute(r module.Router)
- 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
Display: true, Name: echo.T(`网站管理`), Action: `caddy`, Icon: `sitemap`, Children: &navigate.List{ { Display: false, Name: echo.T(`Caddy日志`), Action: `log_show`, }, { Display: true, Name: echo.T(`网站列表`), Action: `vhost`, }, { Display: true, Name: echo.T(`添加网站`), Action: `vhost_add`, Icon: `plus`, }, { Display: false, Name: echo.T(`重启Caddy`), Action: `restart`, Icon: ``, }, { Display: false, Name: echo.T(`停止Caddy`), Action: `stop`, Icon: ``, }, { Display: false, Name: echo.T(`查看网站日志`), Action: `vhost_log`, }, { Display: false, Name: echo.T(`查看网站动态`), Action: `log`, }, { Display: false, Name: echo.T(`配置表单`), Action: `addon_form`, Icon: ``, }, { Display: false, Name: echo.T(`修改网站`), Action: `vhost_edit`, Icon: ``, }, { Display: false, Name: echo.T(`删除网站`), Action: `vhost_delete`, Icon: ``, }, { Display: false, Name: echo.T(`管理网站文件`), Action: `vhost_file`, Icon: ``, }, { Display: false, Name: echo.T(`生成Caddyfile`), Action: `vhost_build`, Icon: ``, }, { Display: true, Name: echo.T(`分组管理`), Action: `group`, }, { Display: true, Name: echo.T(`添加分组`), Action: `group_add`, Icon: `plus`, }, { Display: false, Name: echo.T(`修改分组`), Action: `group_edit`, Icon: ``, }, { Display: false, Name: echo.T(`删除分组`), Action: `group_delete`, Icon: ``, }, { Display: true, Name: echo.T(`引擎配置`), Action: `server`, }, { Display: false, Name: echo.T(`添加引擎配置`), Action: `server_add`, Icon: `plus`, }, { Display: false, Name: echo.T(`修改引擎配置`), Action: `server_edit`, Icon: ``, }, { Display: false, Name: echo.T(`删除引擎配置`), Action: `server_delete`, Icon: ``, }, { Display: false, Name: echo.T(`更新HTTPS证书`), Action: `server_renew_cert`, Icon: ``, }, }, }
Functions ¶
func AddonIndex ¶
func DeleteCaddyfileByID ¶
func GroupDelete ¶
func ParseTailLine ¶
func RegisterRoute ¶
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.