Martin Tournoij
Martin Tournoij
Right so – would be good to have logfiles as Caddy outputs them. Manually twiddling compacted JSON is a bit of a pain, but otherwise you're not really testing the...
I think it's basically fine; IIRC I just wanted to write a bit of docs, but never really got around it. Basically, I just forgot 😅 I'll try and find...
The only open comment is: https://github.com/arp242/goatcounter/pull/730#discussion_r1556269320 I do remember now: what I wanted to do (but didn't) was to run Caddy and play around with possible options and see what...
> "Sizes" remains "100% Unknown": is this supposed to be parsed from user-agent? This can only be fetched from JS; it's just not sent. > "Locations" is "99.99% Unknown", but...
How do you run a Caddy static file server with JSON logging? This is also what I ran in to last year when I wanted to test some stuff and...
Okay, I solved it: listing on `localhost:2019` doesn't work as that's the admin port; it just silently fails. Do'h. Just using another port works. Fuck me that too me forever...
Alright, fixed up a few small things and seems good now. Sorry it took such a long time to get it merged. Note I renamed some of the `-datetime` fields...
One of the difficulties with adding a Close() method is that the cache remains "valid" after calling it, except it's not really valid because the janitor is no longer working....
It should draw (and then clear) a little grey vertical line to indicate the position; it looks like something goes wrong either in the drawing or clearing of that line....
Hm, I don't know why it's doing that then 🤔 I can't reproduce it, and there isn't really anything in the code that I can think of that could potentially...