mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-05 08:38:41 +00:00
10 lines
239 B
JSON
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"
|
|
}
|