Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
2 years ago | |
---|---|---|
conf | 2 years ago | |
controllers | 2 years ago | |
object | 2 years ago | |
routers | 2 years ago | |
util | 2 years ago | |
web | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago |
Deployed site: https://log.casbin.com/
Casvisor contains 2 parts:
Name | Description | Language | Source code |
---|---|---|---|
Frontend | Web frontend UI for Casvisor | Javascript + React | https://github.com/casbin/casvisor/tree/master/web |
Backend | RESTful API backend for Casvisor | Golang + Beego + MySQL | https://github.com/casbin/casvisor |
Casvisor uses Casdoor to manage members. So you need to create an organization and an application for Casvisor in a Casdoor instance.
go get github.com/casbin/casdoor
go get github.com/casbin/casvisor
or
git clone https://github.com/casbin/casdoor
git clone https://github.com/casbin/casvisor
Casvisor will store its users, nodes and topics informations in a MySQL database named: casvisor
, will create it if not existed. The DB connection string can be specified at: https://github.com/casbin/casvisor/blob/master/conf/app.conf
dataSourceName = root:123@tcp(localhost:3306)/
Casvisor uses XORM to connect to DB, so all DBs supported by XORM can also be used.
After creating an organization and an application for Casvisor in a Casdoor, you need to update clientID
, clientSecret
, casdoorOrganization
and casdoorApplication
in app.conf.
Casvisor uses Casdoor to manage members. If you want to log in with oauth, you should see casdoor oauth configuration.
Casvisor uses Casdoor to upload files to cloud storage, send Emails and send SMSs. See Casdoor for more details.
For Casvisor, if you have any questions, you can give Issues, or you can also directly start Pull Requests(but we recommend giving issues first to communicate with the community).
Caswire是一款基于人工智能技术的开源反病毒和入侵检测系统。该系统通过深度学习和模式识别技术,能够实时识别和防御各种网络威胁,包括病毒、恶意软件以及其他安全威胁。Caswire支持动态学习和适应网络环境的变化,确保持续的安全防护。我们期望在Caswire上:1)增强其机器学习模型,以提高恶意行为的检测准确率;2)优化系统的实时响应能力,提升在高威胁环境下的表现。
YAML Text JavaScript Go CSS other