Skip to content

Commit

Permalink
docs: update v1.1.3 manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Jul 21, 2023
1 parent 99c98fd commit 03d9235
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/guide/00.概述/00.introduce.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 简介
titleTag: 1.1.2
titleTag: 1.1.3
date: 2022-09-28 22:39:36
permalink: /guide/introduce
article: false
Expand All @@ -14,10 +14,6 @@ article: false
![language](https://img.shields.io/github/languages/top/DVKunion/SeaMoon.svg?&color=blueviolet)
![license](https://img.shields.io/badge/LICENSE-MIT-777777.svg)

<p style="color:pink"><b>
目前工具正处于开发中,版本迭代变动会比较大,可能会存在各种bug和问题,欢迎各位提交</b> <a href="https://github.com/DVKunion/SeaMoon/issues" ><b>Issue</b></a> | <a href="https://github.com/DVKunion/SeaMoon/pulls"><b>Pr</b></a>
</p>

## ☁️ 什么是月海

> 🌕 月出于云却隐于海
Expand All @@ -26,7 +22,11 @@ article: false

月海之名取自于苏轼的《西江月·顷在黄州》,寓意月海取自于传统安全工具,用之于云,最终达到隐匿于海的效果。

说人话的总结,月海其实就是一款利用云函数来隐匿攻击行踪以及分布式处理扫描任务的跨平台集成工具,
说人话的总结,月海其实就是一款利用云函数来隐匿代理/攻击行踪以及分布式处理扫描任务的集成工具。

基于 Serverless 的动态特性、分别从网络层、应用层实现对应的安全能力,并利用serverless-devs工具来实现快捷的部署/跨厂商操作。

真正的实现渗透上云,赋能安全云原生红利。

## 🌟 月海能做什么

Expand Down
15 changes: 15 additions & 0 deletions docs/tech/00.定位与特性/01.feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ article: false

# FEATURE

## SeaMoon 1.1.3

### ❤️ What's New
* 🎡 docs: 增加手册页面sitemap站点地图(#7)(#8)
* 🔥 feat(server): 修改了阿里云默认的部署资源类型(vcpu 0.1/mem 128),来降低普通用户使用的价格消费 (#10)
* 🔥 feat(server): 增加了sealos部署方案,用更加便宜的价格使用seamoon (#11)
* 🔥 feat(server): 增加了docker server, 现在可以通过docker来启动服务端 (#12)
* 🔧 fix(config): 用更友好的方式来使用config,不再单一的通过域名特征来判断服务端地址类型。(#13)

[**Full Changelog**](https://github.com/DVKunion/SeaMoon/compare/1.1.2...1.1.3)

* 41c5ce8 feat(docker): add docker server (#12)
* 1414293 feat: low cpu && mem cost (#10)
* 99c98fd fix(client): use more friendly config (#13)

## SeaMoon 1.1.2

### ❤️ What's New
Expand Down

0 comments on commit 03d9235

Please sign in to comment.