Skip to content

Commit

Permalink
Merge pull request #64 from KunalSin9h/dev-kunal
Browse files Browse the repository at this point in the history
Dev kunal
  • Loading branch information
KunalSin9h authored Apr 10, 2024
2 parents 68be17d + 445b564 commit e2a16d9
Show file tree
Hide file tree
Showing 15 changed files with 1,122 additions and 962 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 - PRESENT Kunal Singh
Copyright (c) 2023 - PRESENT Kunal Singh and Secops Contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
all: build run

build:
cmake -Bbuild
cmake --build build/


clean:
rm -rf build/
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>Secops</h1>
</p>
<p align="center">
<h3>Ubuntu Security Made Easy</h3>
<h3>Linux Desktop Security Made Easy</h3>
</p>
</div>

Expand All @@ -28,11 +28,18 @@
> [!IMPORTANT]
> More Security Settings need to be added, you can request one in [issues](https://github.com/KunalSin9h/Secops/issues)
## Supported OS

- [x] Ubuntu
- [ ] Arch Linux (Next Up)
- [ ] Pop OS (After Arch Linux)

## Stack

- [Tauri](https://tauri.app/)
- React + Vite
- TailwindCSS
- Cmake (required)

## Download
```bash
Expand All @@ -51,10 +58,11 @@ git clone https://github.com/KunalSin9h/secops

### Requirements

#### Download All requirements on Ubuntu for developing the project.
#### Download All requirements on OS for developing the project.

```bash
cd secops # go to project directory

cmake .
cd build
make run_script
Expand All @@ -77,6 +85,4 @@ Run the development app
pnpm tauri dev
```

Debian Package (**.deb**) will be build by GitHub Action


---
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ module github.com/kunalsin9h/secops
go 1.21.0

require (
github.com/spf13/cobra v1.7.0
github.com/fatih/color v1.15.0
)

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pelletier/go-toml/v2 v2.0.9
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.6.0 // indirect
)
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@
"lucide-react": "^0.269.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.3",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.9",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@tauri-apps/cli": "^1.5.11",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.1",
"husky": "^8.0.3",
"install": "^0.13.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vite-plugin-static-copy": "^0.17.1",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
},
"name": "secops",
"private": true,
Expand All @@ -58,5 +58,5 @@
"preview": "vite preview",
"tauri": "tauri"
},
"version": "0.13.1"
"version": "0.13.2"
}
Loading

0 comments on commit e2a16d9

Please sign in to comment.