forked from x/ContextOS
add aaa.auth
This commit is contained in:
parent
13f32867fb
commit
6df360c157
2
Makefile
2
Makefile
@ -1,3 +1,3 @@
|
|||||||
all:
|
all:
|
||||||
@echo && date
|
@echo && date
|
||||||
CGO_ENABLED=0 GOPRIVATE=github.com GOPROXY=https://goproxy.cn go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
|
GOPRIVATE=github.com GOPROXY=https://goproxy.cn CGO_ENABLED=0 go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
|
||||||
|
@ -90,5 +90,4 @@ bind -t vi-edit C-f cursor-right
|
|||||||
bind -t vi-edit C-j enter
|
bind -t vi-edit C-j enter
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
bind C-r send-keys "export ctx_dev=$ctx_self ctx_share=$ctx_share\ncurl -s \$ctx_dev/publish/auto.sh >auto.sh\nsource auto.sh\nShyLogin\n"
|
|
||||||
source-file ~/.tmux_local
|
source-file ~/.tmux_local
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
publish usr/icebergs/template.sh
|
publish usr/icebergs/template.sh
|
||||||
publish usr/icebergs/misc/zsh/auto.sh
|
publish usr/icebergs/misc/zsh/auto.sh
|
||||||
publish usr/icebergs/misc/vim/auto.vim
|
publish usr/icebergs/misc/vim/auto.vim
|
||||||
|
publish usr/icebergs/misc/tmux/auto.tmux
|
||||||
|
|
||||||
~web.code.tmux
|
~web.code.tmux
|
||||||
init
|
init
|
||||||
|
@ -12,6 +12,8 @@ import (
|
|||||||
_ "github.com/shylinux/icebergs/misc/mp"
|
_ "github.com/shylinux/icebergs/misc/mp"
|
||||||
_ "github.com/shylinux/icebergs/misc/pi"
|
_ "github.com/shylinux/icebergs/misc/pi"
|
||||||
_ "github.com/shylinux/icebergs/misc/wx"
|
_ "github.com/shylinux/icebergs/misc/wx"
|
||||||
|
|
||||||
|
_ "github.com/shylinux/icebergs/misc/auth"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user