Moritz Poldrack

Results 49 comments of Moritz Poldrack

This repo uses Verification by webserver. to my knowledge wildcard certs are only possible with DNS-authenticators. This might be helpful: https://community.letsencrypt.org/t/wildcard-domain-step-by-step/58250/4 I am not sure how auto-renewal works with DNS...

generating a correctly escaped command line from it would definitely be a bonus… it's quite a hazzle to count backslashes in a regex

Correct me if I'm wrong, but wouldn't it be easiest to just deny access (or blackhole) requests to these routes in the reverse proxy? Might be something worth documenting.

Unfortunately TOFU is very uncommon for HTTP. What OS are you using and how have you added your CA Cert?

I'd suggest changing the command to `set $menu exec kitty --name=launcher bash '~/Projects/sway-launcher-desktop/sway-launcher-desktop.sh'` I am using zsh but with this command it reads my environment just fine. Also: I can't...

> why you would like to hide them but still count them For one they are obviously valid requests, secondly they can be very interesting to find out general activity.

``` columns="artist,track,title,album,year,time"panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8adf4f] goroutine 41 [running]: github.com/ambientsound/pms/index.(*Index).IndexFull(0x0, 0xfe8f78, 0x0, 0x0, 0xc000392150, 0xb82480, 0x437b46) /home/moritz/Projects/Go/pms/index/index.go:175 +0xdf...

Thought so too, that's why I opened #122 The index file does not exist yet.

I already found this and have modified it. I am just worried about my changes being overwritten when an update is installed. And so far I have not been able...