Tom

Results 4 issues of Tom

Page [Using WireGuard Easy with nginx SSL](https://github.com/wg-easy/wg-easy/wiki/Using-WireGuard-Easy-with-nginx-SSL) uses PASSWORD instead of PASSWORD_HASH in the compose file. yml should be updated to correct variable and link to password creation should be...

type: bug

On fresh Debian 12 install with `uv` managed venv following tries to use clang: ``` [build.targets.wheel.hooks.cython.options] src = "...." compiler = "gcc" compile_args = [ "-O3", { platforms = [...

I've patched it locally with quick replace to deal with new URL ```js async function fetchWithRetry(url, retries, options = {}) { let tries = 0 while (true) { const start...