Tade Strehk

Results 11 comments of Tade Strehk

Thanks [John98Zakaria](https://github.com/John98Zakaria), thats a smart idea. I would still prefer this as a build in feature, since it is a pretty common use case I guess :) But for the...

Hmm, thanks first of all for the input, this seems to be the right track. But I have been trying and bugfixing for the last hour and I still get...

Yeah thats why I was confused, I didn't have any proxy header issues with any other selfhosted app before... I set the services up yesterday (Wednesday, Jan 11) and the...

Hey @PhilReinking! You already have a `start-container.sh` script that starts the container – is it not possible to just make adaptions to it similar to the following? After my (admittedly...

And I just noticed another problem with the swagger docs: The examples of the `attribs` do make it clear, what could be put in there, if you are viewing the...

The API should always be enabled by default, you can get a list of all endpoints in the swagger documentation at https://listmonk.app/docs/swagger/

Usually the swagger docs are the result of some kind of code-generation process during build-time, often as a part of an API framework that supports swagger out of the box...

After doing some very shallow digging in the Repo, it seems like the [collections.yaml](https://github.com/knadh/listmonk/blob/master/docs/swagger/collections.yaml), which is the basis for the swagger UI is in fact manually maintained ([see this PR](https://github.com/knadh/listmonk/pull/1253))...

I mean the concept itself does apply to all means of authentication. But I agree that it wouldn't really make sense to implement it if there is no way to...

Yeah, i think thats fair. Internally, we are using google workspaces and currently use google as our OIDC Issuer. But we are currently in a transition process switching to [Zitadel](https://zitadel.com)....