Plebscan LogoPlebscan
Maybe you could open source what you did? I'd like to try on my own when I have the time. Also Tom's keep updating seedit, you should try to follow his commits as this is still very bugged because of the trackers. Thank a lot for this, this shit is fast!

1 direct reply

i have this config in caddy: ``` plebbit.works { encode zstd gzip @websockets { header Connection *Upgrade* header Upgrade websocket } reverse_proxy @websockets localhost:9138 { header_up -X* } @nows { not header Upgrade websocket path / } redir @nows /seedit/ reverse_proxy localhost:9138 } ``` i run plebbit-cli, so i use whatever seedit version it has