Run docker compose up -d to start nginx in Docker and point your uota.cfg at your IP:8080. latest and test.tgz are provided but feel free to override them with your own.
- username:
test_user - password:
t3st_pa$$
Not implemented yet.
import urequests
auth = None
auth = ('test_user', 't3st_pa$$')
url='http://192.168.1.20:8080/'
response = urequests.get(url + 'latest', auth=auth)