- May 14, 2021
-
-
nimrod authored
For proxying Kodi.
-
nimrod authored
The Transmission client expect basic authentication, Vouch can't be used for that.
-
nimrod authored
Proxy the Transmission webui, require authentication.
-
nimrod authored
-
nimrod authored
-
nimrod authored
-
nimrod authored
If the acme challenge is in a location block but the default redirection is not, the default always takes precedence (Nginx won't resolve the order between the different directives, but it will between different location blocks).
- May 02, 2021
- Apr 30, 2021
-
-
nimrod authored
-
- Apr 24, 2021
- Apr 23, 2021
-
-
nimrod authored
How can I miss the opportunity to interfere with Google in any way?
-
- Apr 21, 2021
-
-
nimrod authored
-
- Apr 12, 2021
- Mar 26, 2021
- Feb 19, 2021
-
-
nimrod authored
-
- Feb 11, 2021
-
-
nimrod authored
Mainly ChaCha20. Also disable AESCCM (as per https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/ it's slow and uncommon).
-
- Feb 04, 2021
-
-
nimrod authored
Vouch uses the Host header for calculating the JWT but we can't override that (proxying won't work with an incorrect header). So instead it to each deployment so we don't have multiple proxies and can override the Host header.
-
- Jan 30, 2021
-
-
nimrod authored
-
- Jan 29, 2021
- Jan 28, 2021
-
-
nimrod authored
-
- Jan 27, 2021
-
-
nimrod authored
Needed for the default (fallback) acme challenge access (with the renew-certs playbooks from the homelab repo).
-
- Jan 26, 2021
-
-
nimrod authored
-
- Jan 22, 2021
- Jan 12, 2021
-
-
nimrod authored
The Docker resolver replies with a TTL of 600, too long. Refresh after 30 seconds.
-
nimrod authored
-
nimrod authored
By default the cerificate is valid for 30 days, reasonable. Also, using -batch means the default values are used and the certificate is generated without any input required.
-
nimrod authored
-