mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
add some
This commit is contained in:
parent
18c809858b
commit
3923672449
@ -1,5 +1,5 @@
|
||||
# Contexts
|
||||
Contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程序文件,就可以在各种设备上,一键搭起完整的云计算服务与云研发环境。
|
||||
Contexts 通过集群化、模块化、自动化的方式,只用一个 16M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
||||
|
||||
## 安装
|
||||
### 下载编译
|
||||
|
26
etc/init.shy
26
etc/init.shy
@ -1,18 +1,18 @@
|
||||
~web
|
||||
config dream binary "https://2021.shylinux.com/chat/pod/"
|
||||
dream create name "20210308-sshd" icon usr/icons/ssh.png repos `https://shylinux.com/x/sshd` restart always
|
||||
dream create name "20230511-linux-story" icon src/linux.png repos `https://shylinux.com/x/linux-story`
|
||||
dream create name "20230511-nginx-story" icon src/server/nginx.png repos `https://shylinux.com/x/nginx-story` restart always
|
||||
dream create name "20230511-docker-story" icon src/client/docker.png repos `https://shylinux.com/x/docker-story` restart always
|
||||
dream create name "20230511-redis-story" icon src/client/redis.png repos `https://shylinux.com/x/redis-story`
|
||||
dream create name "20230511-mysql-story" icon src/studio/mysql.png repos `https://shylinux.com/x/mysql-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`
|
||||
config dream binary `https://2021.shylinux.com/chat/pod/`
|
||||
dream create name "20210308-sshd" icon `usr/icons/ssh.png` repos `https://shylinux.com/x/sshd` restart always
|
||||
dream create name "20230511-linux-story" icon `src/linux.png` repos `https://shylinux.com/x/linux-story`
|
||||
dream create name "20230511-nginx-story" icon `src/server/nginx.png` repos `https://shylinux.com/x/nginx-story` restart always
|
||||
dream create name "20230511-docker-story" icon `src/client/docker.png` repos `https://shylinux.com/x/docker-story` restart always
|
||||
dream create name "20230511-redis-story" icon `src/client/redis.png` repos `https://shylinux.com/x/redis-story`
|
||||
dream create name "20230511-mysql-story" icon `src/studio/mysql.png` repos `https://shylinux.com/x/mysql-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 config web.wiki.portal web.chat.macos.desktop web.code.vimer
|
||||
~web.code
|
||||
binpack insert usr/icons/avatar.jpg
|
||||
binpack insert usr/icons/contexts.png
|
||||
binpack insert usr/icons/icebergs.jpg
|
||||
binpack insert usr/icons/volcanos.jpg
|
||||
binpack insert `usr/icons/avatar.jpg`
|
||||
binpack insert `usr/icons/contexts.png`
|
||||
binpack insert `usr/icons/icebergs.jpg`
|
||||
binpack insert `usr/icons/volcanos.jpg`
|
||||
~ssh
|
||||
source local.shy
|
||||
|
@ -16,8 +16,8 @@ ish_miss_prepare_volcanos
|
||||
ish_miss_prepare_toolkits
|
||||
ish_miss_prepare_icebergs
|
||||
ish_miss_prepare_release
|
||||
ish_miss_prepare geoarea
|
||||
ish_miss_prepare program
|
||||
ish_miss_prepare geoarea
|
||||
ish_miss_prepare icons
|
||||
|
||||
ish_miss_prepare go-git
|
||||
|
Loading…
x
Reference in New Issue
Block a user