Kailash Nadh
Kailash Nadh
> I'd also add that maybe using https://github.com/VictoriaMetrics/metrics is a better idea +1
It doesn't right now, but it has been on the to-do since the beginning. Some context here https://github.com/knadh/listmonk/issues/125. The requirements are: - A lightweight authentication lib. - Support for native...
There could be lists that are user owned (this is tricky to do), but multi-user here is not intended to be multi-tenancy, but permission'd access to the same instance.
> What about using tools such as ory/kratos or keratin/authn-server, so a powerful user management is shipped in no time and listmonk only has to build the bridge ? These...
+1 @NicoHood. There should be a simple native permission based multi-user system. Once that's in place, plugging in OAuth, LDAP should be straight forward.
It's possible to do it in SQL with the `||` notation: `attribs || $1`. However, this'll need changes on the UI to give an option to merge.
Hi @Libermentix. I haven't had a chance to look at this yet, but I'll try to look at this soon. If you are able to propose a PR in the...
Makes sense. - `list_id[]` - `from_date, to_date`
Yep, makes sense.
Closing this in favour of #455.