Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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