mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-26 01:47:30 +08:00
add some
This commit is contained in:
parent
e3785898e0
commit
9a8912321f
@ -1,3 +1,3 @@
|
||||
docker run -p 20000:9020 -w /root -it alpine
|
||||
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp app usernick "{{.Option "user.nick"}}" username {{.Option "user.name"}} {{.OptionArgs "tcp_domain"}}
|
||||
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp app username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "tcp_domain"}}
|
||||
open {{ .Cmdv "web.spide" "demo" "client.url" }}
|
||||
|
@ -1,3 +1,3 @@
|
||||
docker run -p 20000:9020 -w /root -it alpine
|
||||
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp dev usernick "{{.Option "user.nick"}}" username {{.Option "user.name"}} {{.OptionArgs "tcp_domain"}}
|
||||
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp dev username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "tcp_domain"}}
|
||||
open {{ .Cmdv "web.spide" "demo" "client.url" }}
|
||||
|
@ -8,7 +8,7 @@ devops,2024-01-22 20:14:07.471,6,20230913-matrix-story,web.chat.island.portal,up
|
||||
devops,2024-01-22 22:19:31.589,7,20230913-matrix-story,web.chat.island.portal,build,disable,,
|
||||
devops,2024-01-21 13:39:29.910,8,20220826-career,ssh.relay,upgrade,enable,,
|
||||
devops,2024-01-21 13:41:00.072,9,20220826-career,ssh.relay,version,enable,,
|
||||
devops,2024-01-21 13:41:39.611,10,20220826-career,ssh.relay,stats,disable,,
|
||||
devops,2024-01-21 13:41:39.611,10,20220826-career,ssh.relay,stats,enable,,
|
||||
devops,2024-01-21 13:52:22.565,11,2021,dream,build,enable,,
|
||||
devops,2024-01-21 13:52:22.565,12,2023,dream,build,enable,,
|
||||
devops,2024-01-21 13:52:22.565,13,2021,dream,startall,enable,hide,
|
||||
|
|
Loading…
x
Reference in New Issue
Block a user