GitXplorerGitXplorer
S

casvisor

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
70f73d849d1fb3bd620001ee895ae2e0601e534e

Add driverName and redisEndpoint

hhsluoyz committed a year ago
Unverified
f7e0a0c0e51a64297ea39b4cb45311c84d78efb6

docs: add README.md to this repo (#8)

hhsluoyz committed 2 years ago
Unverified
bb7ef4544abf43dde6a639be27673bbf3fbc915e

Improve theme color

hhsluoyz committed 2 years ago
Unverified
d2eff3e4d6f41ae8fd01cc12510a789a18efcec1

fix: Fix dropdown frozen issue (#5)

hhsluoyz committed 2 years ago
Unverified
a04807415386a6dcbfcebe75a3e55099d515be9d

Add ListFiles()

hhsluoyz committed 2 years ago
Unverified
ee95761c5e1f4345ba6f8df5dd79c61b4b19b467

Fix compile errors

hhsluoyz committed 2 years ago

README

The README file for this repository.

📦⚡️ Casvisor

An open-source logging and auditing system developed by Go and React.

semantic-release docker pull casbin/casvisor GitHub Release Docker Image Version (latest semver)

Go Report Card license GitHub issues GitHub stars GitHub forks

Online Demo

Deployed site: https://log.casbin.com/

Architecture

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

Installation

Casvisor uses Casdoor to manage members. So you need to create an organization and an application for Casvisor in a Casdoor instance.

Necessary configuration

Get the code

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

Setup database

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.

Configure Casdoor

After creating an organization and an application for Casvisor in a Casdoor, you need to update clientID, clientSecret, casdoorOrganization and casdoorApplication in app.conf.

Run Casvisor

  • Configure and run Casvisor by yourself. If you want to learn more about casvisor.
  • Open browser: http://localhost:16001/

Optional configuration

Setup your Casvisor to enable some third-party login platform

Casvisor uses Casdoor to manage members. If you want to log in with oauth, you should see casdoor oauth configuration.

OSS, Mail, and SMS services

Casvisor uses Casdoor to upload files to cloud storage, send Emails and send SMSs. See Casdoor for more details.

Contribute

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).

License

Apache-2.0