Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint, refactor, quick link and user/password instance features #7

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ venv.bak/

# mypy
.mypy_cache/
.idea
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ All the slaves must build all docker images present in the `config.json` file (i

## Todo

- pylint
- add more docs about `config.json` format
- Extend instance feature
- Display connection string (ex: ssh -p ..., http://host:port, nc host port, ...)
- Better admin panel
- Add challenge host to HTML table
- Monitoring on each hosts
- Search/Select actions filter on HTML table
- Show internal ip: boolean by challenges
- Migrate to FastAPI + React
- [x] pylint
- [ ] add more docs about `config.json` format
- [ ] Extend instance feature
- [x] Display connection string (ex: ssh -p ..., http://host:port, nc host port, ...)
- [ ] Better admin panel
- [ ] Add challenge host to HTML table
- [ ] Monitoring on each hosts
- [ ] Search/Select actions filter on HTML table
- [ ] Show internal ip: boolean by challenges
- [ ] Migrate to FastAPI + React

## Made with

Expand Down
Loading