Release 0.2.6 (#24)
* Added docker-compose for dev. Added dev build build and push job for dockerhub
* Moved cors layer to check if /api now is not guarded
* Added logging for error in response
* Removed too strict validation rules for credentials
* fix: x-subdmain was overwritten on correct request. Updated nginx-template and nginx now waits for server
* proxy-fix: New nginx config as the previous one failed with subdomain
* archive-fix: Remove skipping first component in path of entry. Zip archive should not containt root folder.
* assets-fix: Remove root folder inside zips to pass tests. The root dir is not skipped now due to previous commit
* tests-fix: enable logging to see error message in gh actions. Lokal tests work fine
* fmt: for tests
* tests-fix: disable logging to see error message in gh actions. That was gh issue
* fmt: remove unused import
* openapi-client: add build and publih with gh actions
* fix-deploy: nginx now waits for server in dev also
* fix-deploy: publsh to pypi