forked from x/ContextOS
opt some
This commit is contained in:
parent
92096a4933
commit
50ca215bff
20
etc/init.shy
20
etc/init.shy
@ -3,13 +3,13 @@
|
|||||||
# config serve meta.main "/chat/cmd/web.wiki.portal/"
|
# config serve meta.main "/chat/cmd/web.wiki.portal/"
|
||||||
# config serve meta.open "http://localhost:9020/chat/cmd/web.wiki.feel"
|
# config serve meta.open "http://localhost:9020/chat/cmd/web.wiki.feel"
|
||||||
spide create name "com" link "http://2021.shylinux.com:9020"
|
spide create name "com" link "http://2021.shylinux.com:9020"
|
||||||
dream create name 20221205-sshd repos https://shylinux.com/x/sshd binary http://2021.shylinux.com:9020/chat/pod/20221205-sshd
|
dream create name "20221205-sshd" repos "https://shylinux.com/x/sshd" binary "http://2021.shylinux.com:9020/chat/pod/20221205-sshd"
|
||||||
dream create name 20230511-golang-story repos https://shylinux.com/x/golang-story binary http://2021.shylinux.com:9020/chat/pod/20230511-golang-story
|
dream create name "20230511-golang-story" repos "https://shylinux.com/x/golang-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-golang-story"
|
||||||
dream create name 20230511-docker-story repos https://shylinux.com/x/docker-story binary http://2021.shylinux.com:9020/chat/pod/20230511-docker-story
|
dream create name "20230511-docker-story" repos "https://shylinux.com/x/docker-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-docker-story"
|
||||||
dream create name 20230511-linux-story repos https://shylinux.com/x/linux-story binary http://2021.shylinux.com:9020/chat/pod/20230511-linux-story
|
dream create name "20230511-linux-story" repos "https://shylinux.com/x/linux-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-linux-story"
|
||||||
dream create name 20230511-nginx-story repos https://shylinux.com/x/nginx-story binary http://2021.shylinux.com:9020/chat/pod/20230511-nginx-story
|
dream create name "20230511-nginx-story" repos "https://shylinux.com/x/nginx-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-nginx-story"
|
||||||
dream create name 20230511-redis-story repos https://shylinux.com/x/redis-story binary http://2021.shylinux.com:9020/chat/pod/20230511-redis-story
|
dream create name "20230511-redis-story" repos "https://shylinux.com/x/redis-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-redis-story"
|
||||||
dream create name 20230511-mysql-story repos https://shylinux.com/x/mysql-story binary http://2021.shylinux.com:9020/chat/pod/20230511-mysql-story
|
dream create name "20230511-mysql-story" repos "https://shylinux.com/x/mysql-story" binary "http://2021.shylinux.com:9020/chat/pod/20230511-mysql-story"
|
||||||
dream button web.wiki.portal web.chat.macos.desktop web.code.xterm web.code.vimer web.code.compile web.code.git.repos
|
dream button web.wiki.portal web.chat.macos.desktop web.code.xterm web.code.vimer web.code.compile web.code.git.repos
|
||||||
|
|
||||||
~web.code
|
~web.code
|
||||||
@ -19,10 +19,11 @@
|
|||||||
webpack insert xterm/css/xterm.css
|
webpack insert xterm/css/xterm.css
|
||||||
webpack insert html2canvas/dist/html2canvas.min.js
|
webpack insert html2canvas/dist/html2canvas.min.js
|
||||||
binpack insert usr/node_modules/xterm/lib/xterm.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-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/xterm-addon-web-links/lib/xterm-addon-web-links.js
|
||||||
binpack insert usr/node_modules/xterm/css/xterm.css
|
|
||||||
binpack insert usr/node_modules/html2canvas/dist/html2canvas.min.js
|
binpack insert usr/node_modules/html2canvas/dist/html2canvas.min.js
|
||||||
|
binpack insert usr/node_modules/bootstrap-icons/font/
|
||||||
binpack insert usr/local/export/
|
binpack insert usr/local/export/
|
||||||
binpack insert usr/icons/
|
binpack insert usr/icons/
|
||||||
|
|
||||||
@ -45,8 +46,7 @@
|
|||||||
|
|
||||||
~gdb
|
~gdb
|
||||||
event listen event serve.start cmd web.broad
|
event listen event serve.start cmd web.broad
|
||||||
event listen event dream.create cmd web.code.tmux.session
|
# event listen event dream.create cmd web.code.tmux.session
|
||||||
event listen event dream.create cmd web.chat.macos.notifications
|
|
||||||
|
|
||||||
~ssh
|
~ssh
|
||||||
target web.chat.macos
|
target web.chat.macos
|
||||||
|
@ -30,5 +30,13 @@
|
|||||||
"time": "2023-07-11 22:17:43.357",
|
"time": "2023-07-11 22:17:43.357",
|
||||||
"type": "link"
|
"type": "link"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"a9a936": {
|
||||||
|
"meta": {
|
||||||
|
"name": "192.168.10.12:9020",
|
||||||
|
"text": "http://192.168.10.12:9020/",
|
||||||
|
"time": "2023-07-12 11:48:24.301",
|
||||||
|
"type": "link"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
usr/local/export/web.code.chrome.field/zone.csv
Normal file
2
usr/local/export/web.code.chrome.field/zone.csv
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
domain,time,id,index,args,style,left,top,right,bottom,selection,extra
|
||||||
|
dev.mysql.com,2023-07-12 18:25:14.230,1,web.wiki.alpha.alpha,,,,,,,word,
|
|
Loading…
x
Reference in New Issue
Block a user