by u/12D3KooWEhEpF3U3vmzHpZ7xz2K7KEvdVBkjQ2MGpxAKQJJnKwSg | 10mo ago
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
by u/12D3KooWDV2A81Q3Nk1N4xogZDrPrBYY8UUpmv3pP53Ujq3GoemH | 10mo ago
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