1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-03-02 17:26:02 +08:00
parent 4ac554251e
commit 536f512293
5 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ src/binpack_usr.go
src/binpack.go
src/version.go
etc/local.shy
etc/local.sh
bin/
var/
usr/

View File

@ -18,7 +18,8 @@ Volcanos({river: {
"stats", "count", "toast", "stream", "broad", "spide", "cache", "space", "route",
]},
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
{space: "20220826-career", index: "ssh.relay"}, "bench",
// {space: "20220826-career", index: "ssh.relay"}, "bench",
{space: "20210308-sshd", index: "ssh.relay"}, "bench",
{space: "20230913-matrix-story", index: "web.chat.island.group"},
{space: "20230913-matrix-story", index: "web.chat.island.portal"},
{space: "20230511-docker-story", index: "web.code.docker.container"},

View File

@ -2,6 +2,7 @@ src/binpack_usr.go
src/binpack.go
src/version.go
etc/local.shy
etc/local.sh
bin/
var/
usr/

View File

@ -2,6 +2,7 @@ src/binpack_usr.go
src/binpack.go
src/version.go
etc/local.shy
etc/local.sh
bin/
var/
usr/

View File

@ -0,0 +1,3 @@
CTX_ROOT={{.Option "pwd"}}
su - {{.Option "user"}} -c "cd {{.Option "pwd"}} && ./bin/ice.bin forever start {{.Option "args"}} &"
for p in `ls usr/local/work/*/etc/local.sh`; do source $p; done