Steffen-MLR

Results 9 comments of Steffen-MLR

> Yes i'll need to minify and structure it a bit and then i will publish it. Hi, i can merge this, if you create a pull request :)

Let me take a look!

Hi, @jhuesser please take a look at the changes i made. I also added a Dockerfile and docker-compose for rapid testing. This should help speeding things up.

i tested subscriptions feature and fixed more errors. will merge this now.

@Cale-Torino thanks for reporting. We will update the example server. @adaniieel please check the pull-request.

I think implementing a write-enabled API would be the best way. Maybe with a simple user/pw authentication for starters.

``I have an Idea: start with a request to login to your instance: ``` curl -X POST 'http://example/admin/' \ --header 'Accept: */*' \ --form 'email=""' \ --form 'pass=""' -v ```...

Hi, i just reviewed this, but i cannot login to this site using the default credentials https://github.com/server-status-project/server-status/blob/3171670a438a8d04e0413859e91aa9ee0a87d155/README.md?plain=1#L63-L64 could you please check this? once the login works, i will merge this...

Hi @ricky1146, i just updated the project to be php 8.2 compatible, please take a look and report possible errors back to me.