-
**Describe the issue**
Hey!
I have two hosts in different countries each with their own caddy server. Host A (a.example.com) hosts a bunch of services including an auth portal, which secures cert…
-
Hello,
I installed styx with home-manager. It is working mostly: `styx new site` and `styx build` work as expected, but anything related to previews seems to be broken:
```bash
▸ styx preview
…
-
Can this be used to handle ssh over TLS with SNI routing?
-
I'm trying to add my certificates to a new installation. My entry in `.env` is:
`TLS=/home/ubuntu/certs/fullchain.pem /home/ubuntu/certs/privkey.pem`
and I added the two following lines to the d…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12.4 darwin/amd64
### Does this issue reproduce with the latest release?
Yes
### What operating sy…
mholt updated
3 years ago
-
Is it possible to use multiple providers to update different domains? I tried this config (simplified)
```
{
dynamic_dns {
provider cloudflare {$CLOUDFLARE_API_TOKEN}
domain…
-
### Proposed change
It currently isnt possible to use nats.js in Cloudflare workers due to some [missing nodejs modules](https://developers.cloudflare.com/workers/runtime-apis/nodejs/). Specificall…
-
Wondering if this supports caddy v2?
-
My goal is to not store my passwords in any file or exposed environment variable when managing containers, only relying on podman secrets.
I created a secret manually by passing a password to stdin…
-
Right now I am doing a find and replace with this in VSCode's search:
```re
"\$\{(([a-z]|\.|_)+)\}"
```
```
$1
```
To replace strings like this:
```
project_id = "${google_project.m…