Files
PulumiConfig/PulumiWebServer/Nix/config.json
2023-02-02 22:14:16 +00:00

10 lines
239 B
JSON

{
"name": "servername",
"privateKey": "/path/to/.ssh/id_ed25519",
"domain": "my.domain.example.com",
"cnames": {"www": "root"},
"subdomains": ["gitea", "calendar"],
"acmeEmail": "me@example.com",
"remoteUsername": "myself"
}