if (FALSE) {
droplet <- analogsea::droplet(123456)
# Add HTTPS support with Let's Encrypt
do_configure_https(
droplet,
domain = "myapp.example.com",
email = "admin@example.com",
terms_of_service = TRUE
)
}
Run the code above in your browser using DataLab