forked from x/ContextOS
34 lines
2.4 KiB
Plaintext
34 lines
2.4 KiB
Plaintext
~web
|
|
spide create "com" `https://2021.shylinux.com`
|
|
spide create "email" `https://mail.shylinux.com`
|
|
spide create "repos" `https://repos.shylinux.com`
|
|
~web
|
|
dream create name "20221205-sshd" icon usr/icons/ssh.png repos `https://shylinux.com/x/sshd` binary `http://2021.shylinux.com/chat/pod/20221205-sshd`
|
|
dream create name "20230511-golang-story" icon usr/icons/go.png repos `https://shylinux.com/x/golang-story` binary `http://2021.shylinux.com/chat/pod/20230511-golang-story`
|
|
dream create name "20230511-docker-story" icon src/client/docker.png repos `https://shylinux.com/x/docker-story` binary `http://2021.shylinux.com/chat/pod/20230511-docker-story`
|
|
dream create name "20230511-linux-story" icon src/linux.png repos `https://shylinux.com/x/linux-story` binary `http://2021.shylinux.com/chat/pod/20230511-linux-story`
|
|
dream create name "20230511-nginx-story" icon src/server/nginx.png repos `https://shylinux.com/x/nginx-story` binary `http://2021.shylinux.com/chat/pod/20230511-nginx-story`
|
|
dream create name "20230511-redis-story" icon src/client/redis.png repos `https://shylinux.com/x/redis-story` binary `http://2021.shylinux.com/chat/pod/20230511-redis-story`
|
|
dream create name "20230511-mysql-story" icon src/studio/mysql.png repos `https://shylinux.com/x/mysql-story` binary `http://2021.shylinux.com/chat/pod/20230511-mysql-story`
|
|
dream create name "20230913-matrix-story" icon src/matrix/matrix.png repos `https://shylinux.com/x/matrix-story` binary `http://2021.shylinux.com/chat/pod/20230913-matrix-story`
|
|
dream config web.wiki.portal web.chat.macos.desktop web.code.xterm web.code.vimer web.code.compile web.code.git.repos
|
|
event listen serve.start serve
|
|
~web.code
|
|
webpack insert xterm
|
|
webpack insert xterm-addon-fit
|
|
webpack insert xterm-addon-web-links
|
|
webpack insert xterm/css/xterm.css
|
|
webpack insert html2canvas/dist/html2canvas.min.js
|
|
binpack insert usr/node_modules/xterm/lib/xterm.js
|
|
binpack insert usr/node_modules/xterm/css/xterm.css
|
|
binpack insert usr/node_modules/xterm-addon-fit/lib/xterm-addon-fit.js
|
|
binpack insert usr/node_modules/xterm-addon-web-links/lib/xterm-addon-web-links.js
|
|
binpack insert usr/node_modules/html2canvas/dist/html2canvas.min.js
|
|
binpack insert usr/node_modules/bootstrap-icons/font/
|
|
binpack insert usr/icons/
|
|
~aaa
|
|
config email mailbox `/chat/pod/20230511-golang-story/cmd/web.chat.mail.client`
|
|
~ssh
|
|
source local.shy
|
|
target web.chat
|