forked from x/ContextOS
opt space
This commit is contained in:
parent
9542e862a7
commit
e86df95f97
@ -10,8 +10,8 @@
|
|||||||
dream create name "20230511-golang-story" icon `usr/icons/go.png` repos `https://shylinux.com/x/golang-story`
|
dream create name "20230511-golang-story" icon `usr/icons/go.png` repos `https://shylinux.com/x/golang-story`
|
||||||
dream create name "20230913-matrix-story" icon `src/matrix/matrix.png` repos `https://shylinux.com/x/matrix-story`
|
dream create name "20230913-matrix-story" icon `src/matrix/matrix.png` repos `https://shylinux.com/x/matrix-story`
|
||||||
config dream binary ``
|
config dream binary ``
|
||||||
~web.code.git
|
~gdb
|
||||||
repos clone node_modules
|
event listen serve.start `web.code.git.repos clone origin node_modules name "" path "" event`
|
||||||
repos clone icons
|
event listen serve.start `web.code.git.repos clone origin icons name "" path "" event`
|
||||||
~ssh
|
~ssh
|
||||||
source local.shy
|
source local.shy
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
docker run -p 20000:9020 -w /root -it alpine
|
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 username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "token"}}
|
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" }}
|
open {{ .Cmdv "web.spide" "demo" "client.url" }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user