Skip to content

Commit

Permalink
README: update backend pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Oct 27, 2024
1 parent afdc6fc commit 151d7e6
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ agent/deploy/hades-agent

# server
server/webconsole/frontend
server/frontend/*
server/frontend

# ignore certs
cert/
Expand Down
6 changes: 4 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Hades 是一个基于 eBPF 的主机入侵检测系统,同时兼容低版本

## 概览

> 现在仍是一个demo后台,后续会持续迭代
> 后台逐步开发中
<img src="https://github.com/chriskaliX/Hades/blob/main/imgs/hades-platform.png"/>
<img src="https://github.com/chriskaliX/Hades/blob/main/imgs/hades-overview.png"/>

<img src="https://github.com/chriskaliX/Hades/blob/main/imgs/hades-hostdetail.png"/>

## 架构

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Declaration: This project is based on [Tracee](https://github.com/aquasecurity/t

> This is a demo backend for now, still under dev
<img src="https://github.com/chriskaliX/Hades/blob/main/imgs/hades-platform.png"/>
<img src="https://github.com/chriskaliX/Hades/blob/main/imgs/hades-overview.png"/>

<img src="https://github.com/chriskaliX/Hades/blob/main/imgs/hades-hostdetail.png"/>

## Architecture

Expand Down
Binary file added imgs/hades-hostdetail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/hades-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imgs/hades-platform.png
Binary file not shown.
Binary file removed imgs/hids1.png
Binary file not shown.
4 changes: 2 additions & 2 deletions server/webconsole/api/static/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<title>Hades</title>
<link rel="stylesheet" href="/umi.46830b22.css">
<script async src="/scripts/loading.js"></script>
<script src="/preload_helper.cb40182c.js"></script>
<script src="/preload_helper.43044111.js"></script>
</head>
<body>
<div id="root"></div>
<script src="/umi.3ed3b2d3.js"></script>
<script src="/umi.eb9d6c4f.js"></script>
</body>
</html>

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 151d7e6

Please sign in to comment.