First Commit
Showing
.gitignore
0 → 100644
.gitmodules
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
Screenshots/shot2.png
0 → 100644
562 KB
Screenshots/shot3.png
0 → 100644
739 KB
Screenshots/shot4.png
0 → 100644
703 KB
conf/config.yaml
0 → 100644
docs/.readme
0 → 100644
go.mod
0 → 100644
go.sum
0 → 100644
This diff is collapsed.
main.go
0 → 100644
src/controllers/websocket.go
0 → 100644
src/models/init.go
0 → 100644
src/models/sftp_websocket.go
0 → 100644
src/models/signin_form.go
0 → 100644
src/models/ssh_websocket.go
0 → 100644
src/routers/router.go
0 → 100644
src/utils/config.go
0 → 100644
src/utils/http_utils.go
0 → 100644
src/utils/jwt_auth.go
0 → 100644
src/utils/session.go
0 → 100644
src/utils/sftp_utils.go
0 → 100644
src/utils/soft_static.go
0 → 100644
src/utils/ssh_utils.go
0 → 100644
tests/default_test.go
0 → 100644
web/.editorconfig
0 → 100644
web/.env
0 → 100644
web/.eslintcache
0 → 100644
This diff is collapsed.
web/.eslintrc.yml
0 → 100644
web/.gitignore
0 → 100644
web/.prettierignore
0 → 100644
web/.prettierrc
0 → 100644
web/LICENSE
0 → 100644
web/README.md
0 → 100644
web/config-overrides.js
0 → 100644
web/package-lock.json
0 → 100644
This diff is collapsed.
web/package.json
0 → 100644
web/public/index.html
0 → 100644
web/public/manifest.json
0 → 100644
web/public/robots.txt
0 → 100644
web/src/App.test.tsx
0 → 100644
web/src/App.tsx
0 → 100644
web/src/assets/ssh.png
0 → 100644
3.55 KB
This diff is collapsed.
web/src/components/Home.tsx
0 → 100644
web/src/components/home.less
0 → 100644
web/src/config/config.ts
0 → 100644
web/src/global.d.ts
0 → 100644
web/src/index.less
0 → 100644
web/src/index.tsx
0 → 100644
web/src/libs/sshwebsocket.ts
0 → 100644
web/src/libs/utils.ts
0 → 100644
web/src/locales/i18n.ts
0 → 100644
web/src/locales/locales.ts
0 → 100644
This diff is collapsed.
web/src/react-app-env.d.ts
0 → 100644
web/src/reportWebVitals.ts
0 → 100644
web/src/service-worker.ts
0 → 100644
This diff is collapsed.
This diff is collapsed.
web/src/setupTests.ts
0 → 100644
web/tests/unit/.eslintrc.js
0 → 100644
web/tsconfig.json
0 → 100644
web/yarn.lock
0 → 100644
This diff is collapsed.