Marco A.

Results 5 issues of Marco A.

Having to start your own Flask server is not ideal. What if the project could be dockerized and one could just launch the container and have the API exposed and...

enhancement
docker
pipeline

This API should be packaged for easy distribution. - [ ] Look into how to create packages - [ ] Upload to pip? - [ ] Automate releases on github

API
pipeline

The API should reject all requests not using HTTPS. This is because we are dealing with sensitive information, so no data should be passed over the network in clear text.

enhancement
API

A better way to document the API should be put in place. Relying on a table written in markdown is not the best option. Ideally, it would be great if...

documentation
help wanted
API

## Describe the bug When Redlib is run behind Traefik reverse proxy, it is not detected by Traefik right away, hence it is unavailable. This happens because the Dockerfile (https://github.com/redlib-org/redlib/blob/22910956dbce2a4c8abae0016ecda251b268332c/Dockerfile#L34)...

bug