https://github.com/containerssh/configurator
Web configurator for ContainerSSH
https://github.com/containerssh/configurator
devsecops docker kubernetes security ssh
Last synced: 11 months ago
JSON representation
Web configurator for ContainerSSH
- Host: GitHub
- URL: https://github.com/containerssh/configurator
- Owner: ContainerSSH
- License: apache-2.0
- Created: 2022-03-14T20:45:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T22:48:47.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T19:57:51.799Z (about 3 years ago)
- Topics: devsecops, docker, kubernetes, security, ssh
- Language: Vue
- Homepage: https://configurator.containerssh.io/
- Size: 15.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://containerssh.github.io/)
ContainerSSH Web Configurator
This application provides a simplified configurator for getting started with ContainerSSH.
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```