POC for bottle web framework and basic auth.
Remotely tested with testify. Requires basic authentication for endpoints.
| username | password |
|---|---|
| user | pass |
- python
- bottle
- testify
- requests
- python:latest
sudo ./install.sh -u
- Endpoint
- curl -i localhost/ -u "user:pass"
sudo ./install.sh -d
sudo ./install.sh -h