Matthew Nickson

Results 132 comments of Matthew Nickson

I think that this would be a bit out of scope for Uptime Kuma. The system is designed to measure only uptime, for resources monitoring, I would recommend something like...

@ItIzJR Would it be possible for you to share what you have done so far? It might help in making a decision if we can see how you are planning...

You could probably just commit it (you can always revert the commit later), or you could copy in some examples.

Yeah, just something so that we can see in code how you are thinking about implementing multiple users.

I see the problem here. The reason we cannot see the commits is because they have been made on the `main` branch of your repo but this PR is for...

> just my 2cents. If you build something like this you need to plan for support of different authentication methods in mind for example LDAP/AD etc Yes, definitely, the support...

@louislam In terms of a permissions system, could we do something a bit like OAuth scopes? E.g: monitor:read, monitor:write and so on. For another example of these, you can have...

This does seem like a good idea. It makes sense for routes to be grouped by function and it would probably make it easier to add new routes in the...

> From a _very_ brief skim of Google some people are pointing towards sqlite being a limitation. @louislam support for MySQL still not likely to be considered? > I can't...