Marco A.

Results 15 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

### Is there an existing issue for this? - [X] Yes, I have searched the existing issues and none of them match my problem. ### Product Variant Self-Hosted ### Current...

bug
needs triage
v4

Hey, I have a non-listed playlist that I use as a `Watch Later`. The idea is that I go on youtube, put the video I wanna watch the in playlist...

feature request

# Which Problems Are Solved This PR *partially* addresses #9450 . Specifically, it implements the resource based API for the apps. APIs for app keys ARE not part of this...

# Which Problems Are Solved This PR implements https://github.com/zitadel/zitadel/issues/9850 # How the Problems Are Solved - New protobuf definition - Implementation of retrieval of system translations - Implementation of retrieval...

# Context Currently, a user, uniquely identified by their username, must be unique at instance level (i.e. their username must be unique across the whole instance). This ticket lists the...

backend
feature
v2 API
service-layer