forked from x/ContextOS
add some
This commit is contained in:
parent
cb8a1809b2
commit
507b3d41b7
10
etc/init.shy
10
etc/init.shy
@ -1,7 +1,13 @@
|
||||
~web
|
||||
spide create name "com" link "http://2021.shylinux.com:9020"
|
||||
# config serve meta.main "/chat/cmd/desktop"
|
||||
config space meta.main "desktop"
|
||||
# config serve meta.main "/chat/cmd/desktop"
|
||||
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 20230510-redis-story repos https://shylinux.com/x/redis-story binary http://2021.shylinux.com:9020/chat/pod/20230510-redis-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-linux-story repos https://shylinux.com/x/linux-story binary http://2021.shylinux.com:9020/chat/pod/20230511-linux-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-nginx-story repos https://shylinux.com/x/nginx-story binary http://2021.shylinux.com:9020/chat/pod/20230511-nginx-story
|
||||
|
||||
~web.code
|
||||
webpack insert xterm
|
||||
|
15
go.mod
15
go.mod
@ -2,13 +2,6 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.13
|
||||
|
||||
replace (
|
||||
shylinux.com/x/golang-story => ./usr/golang-story
|
||||
shylinux.com/x/linux-story => ./usr/linux-story
|
||||
shylinux.com/x/nginx-story => ./usr/nginx-story
|
||||
shylinux.com/x/redis-story => ./usr/redis-story
|
||||
)
|
||||
|
||||
replace (
|
||||
shylinux.com/x/ice => ./usr/release
|
||||
shylinux.com/x/icebergs => ./usr/icebergs
|
||||
@ -21,16 +14,8 @@ replace (
|
||||
shylinux.com/x/websocket => ./usr/websocket
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.6.0
|
||||
shylinux.com/x/linux-story v0.5.6
|
||||
shylinux.com/x/nginx-story v0.5.9
|
||||
shylinux.com/x/redis-story v0.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.3.2
|
||||
shylinux.com/x/icebergs v1.5.6
|
||||
shylinux.com/x/toolkits v0.7.5
|
||||
shylinux.com/x/webview v0.0.2 // indirect
|
||||
)
|
||||
|
8
go.sum
8
go.sum
@ -2,18 +2,10 @@ shylinux.com/x/go-git/v5 v5.6.3 h1:TgxQSryjeDVOA33eYF8s+URzC3xdXsfJQaJAyq1liz0=
|
||||
shylinux.com/x/go-git/v5 v5.6.3/go.mod h1:FiJKLqM5ppFERgywelAfywwxc7UxpaYN5YH3Lhc2gys=
|
||||
shylinux.com/x/go-qrcode v0.0.2 h1:/c0PLj+1RT+kUPfnZVXwgbgH5m1SxBUjM2MIKXbDk+E=
|
||||
shylinux.com/x/go-qrcode v0.0.2/go.mod h1:TlzGBENHXy19xC3AsC6h4Vs5fx2ZuDA4TZ0U3C2OeK4=
|
||||
shylinux.com/x/golang-story v0.6.0 h1:PsdKy47eDl+rvHcnGL+G9frLr27sfDYy4hYF2MM+uVQ=
|
||||
shylinux.com/x/golang-story v0.6.0/go.mod h1:eV7nQ3rE+7KazDglCVcXCNZuiKJjg8ACu9U4jN3HebQ=
|
||||
shylinux.com/x/ice v1.3.2 h1:xSEriPG5M5AqwO+zQZtJ6n1V0ORtkeS4tFDm8cCq6tQ=
|
||||
shylinux.com/x/ice v1.3.2/go.mod h1:u4aOX98aia9cUpzXdQyd/rZp/VcFT22YKZdJDqOez8Y=
|
||||
shylinux.com/x/icebergs v1.5.6 h1:rvHbftZxR6yV0WKBY8C/ulcDb24cAa1QemWKEzzSTT8=
|
||||
shylinux.com/x/icebergs v1.5.6/go.mod h1:AwDP4nx0mVNAWuautEIWfuq9eM1jNwQzgzyZNEpBHhE=
|
||||
shylinux.com/x/linux-story v0.5.6 h1:nQsiO7MsPXWhVo2ji7olaDEvS+nOZddDG1wfE3R8eZU=
|
||||
shylinux.com/x/linux-story v0.5.6/go.mod h1:5pj2ln5x6O8aiBH/6Fqhsdylwwu4NXsHtgbxTJvl/6E=
|
||||
shylinux.com/x/nginx-story v0.5.9 h1:cDczbOZEbPiME4WFO24ol+HeTW+8LV7n9AoVB/prwcg=
|
||||
shylinux.com/x/nginx-story v0.5.9/go.mod h1:4a31dCYGdc94kWfXp9hxWlrSd+9EnLU1ERJldEo+xXE=
|
||||
shylinux.com/x/redis-story v0.6.0 h1:Az5uUduJkZHfAlu6mIb7vyeBXAFpbQBORUSSE6wSj20=
|
||||
shylinux.com/x/redis-story v0.6.0/go.mod h1:drb7wczQg6c38dGPDucFIzSt07CkybmHywGdkeK3/5M=
|
||||
shylinux.com/x/toolkits v0.7.5 h1:OHk2zLWubFion4cJBo+lSTyzBp3buzV7Xu/Q91Hvf7M=
|
||||
shylinux.com/x/toolkits v0.7.5/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/websocket v0.0.2 h1:aeeZyAsh6QN7+l5oMXlO9/rlQgx6CHvDtpZyAqMCSlU=
|
||||
|
@ -1,13 +1,6 @@
|
||||
module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
replace (
|
||||
shylinux.com/x/golang-story => ./usr/golang-story
|
||||
shylinux.com/x/linux-story => ./usr/linux-story
|
||||
shylinux.com/x/nginx-story => ./usr/nginx-story
|
||||
shylinux.com/x/redis-story => ./usr/redis-story
|
||||
)
|
||||
go 1.13
|
||||
|
||||
replace (
|
||||
shylinux.com/x/ice => ./usr/release
|
||||
@ -21,13 +14,6 @@ replace (
|
||||
shylinux.com/x/websocket => ./usr/websocket
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.5.8
|
||||
shylinux.com/x/linux-story v0.5.4
|
||||
shylinux.com/x/nginx-story v0.5.7
|
||||
shylinux.com/x/redis-story v0.5.8
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.3.2
|
||||
shylinux.com/x/icebergs v1.5.6
|
||||
|
@ -1,16 +1,9 @@
|
||||
module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.5.9
|
||||
shylinux.com/x/linux-story v0.5.5
|
||||
shylinux.com/x/nginx-story v0.5.8
|
||||
shylinux.com/x/redis-story v0.5.9
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.3.1
|
||||
shylinux.com/x/icebergs v1.5.5
|
||||
shylinux.com/x/ice v1.3.2
|
||||
shylinux.com/x/icebergs v1.5.6
|
||||
shylinux.com/x/toolkits v0.7.5
|
||||
)
|
||||
|
14
usr/local/export/web.dream/hash.json
Normal file
14
usr/local/export/web.dream/hash.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"49f68a5c8493ec2c0bf489821c21fc3b": {
|
||||
"meta": {
|
||||
"name": "hi",
|
||||
"time": "2023-05-22 12:16:08.068"
|
||||
}
|
||||
},
|
||||
"880597c4a467b032640f3e6a2a8e3e92": {
|
||||
"meta": {
|
||||
"name": "20230522-hi",
|
||||
"time": "2023-05-22 12:16:31.289"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user