MrBlue90

Results 32 comments of MrBlue90

I got this working by using Custom CSS. Just add this: ``` .mt-4 { column-count: 3; //Number of columns } ``` And to prevent this from happening on a mobile...

So this is getting weird (and a bit frustrating..) I tried all different combinations and even reinstalled both applications, but for some reason, none of the garage door devices will...

Okay, this is pretty awkward.. It seemed to reverted back to the production version instead. Please ignore my stupidity. I'll continue some testing for the next days.

Thanks! I missed that one! In that case running some code would still be useful in case I'm unable to trigger such thing over a webhook. **Edit:** I found out...

Great suggestion @ansred. Never heard of the tool, but definately see some potential! I'll use this as a workaround for now until uptime kuma will support HTTP GET.

@dzhl I was getting the same error. After a lot of changes and tests, I believe it was due to a missing reverse proxy to the DB (since I was...

I experience the same issue. A normal ping works, but checking the webpage doesn't.

@rosszurowski Curious as this thread is almost 2 yrs old now. Has there been any progress made on this? I would like to take my Tailscale use to the next...

Might not be 100% what you're looking for, but I got the multiple columns working by using Custom CSS. Just add this: ``` .mt-4 { column-count: 3; //Number of columns...

@kami202 That's a great addition! I made a chance as well to make it more responsive and useful for mobile devices: ```css @media screen and (min-width: 1024px) { body {...