diff --git a/etc/init.shy b/etc/init.shy index 5b15fb07..bfd17564 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -2,11 +2,15 @@ role white void web.code.inner role white void tmp + role black tech ssh + role black tech aaa.role + ~web config serve meta.title github.com/shylinux/contexts config serve meta.legal.0 `shylinux@163.com` config serve meta.legal.1 "京ICP备15046864号-1" config share meta.domain https://shylinux.com + config share meta.host shylinux.com ~web.code publish bin/ice.sh @@ -47,6 +51,4 @@ ~ssh source etc/local.shy - target web.code.input.load - target web.code.bench - target web.wiki.alpha.load + target web.code.pprof diff --git a/src/main.go b/src/main.go index 85c15e67..6c3bb827 100644 --- a/src/main.go +++ b/src/main.go @@ -9,7 +9,7 @@ import ( _ "github.com/shylinux/icebergs/misc/alpha" _ "github.com/shylinux/icebergs/misc/chrome" _ "github.com/shylinux/icebergs/misc/input" - // _ "github.com/shylinux/icebergs/misc/lark" + _ "github.com/shylinux/icebergs/misc/lark" // _ "github.com/shylinux/icebergs/misc/md" // _ "github.com/shylinux/icebergs/misc/mp" // _ "github.com/shylinux/icebergs/misc/pi"