An open API service indexing awesome lists of open source software.

https://github.com/latitudesh/examples

A collection of examples of features on the Latitude.sh platform.
https://github.com/latitudesh/examples

cloudinit custom-images examples ipxe latitudesh terraform

Last synced: 5 months ago
JSON representation

A collection of examples of features on the Latitude.sh platform.

Awesome Lists containing this project

README

          



Latitude.sh examples


This repository contains examples of how to use advanced [Latitude.sh](https://www.latitude.sh) features.

- [Custom images](https://www.latitude.sh/docs/servers/custom-images) - Deploy custom Operating System images using iPXE. Use this to deploy your own images.
- [Terraform](https://www.latitude.sh/guides/terraform) - Deploy complex infrastructure using the Latitude.sh Terraform provider.
- [User data](https://www.latitude.sh/docs/servers/user-data) - Use `cloud-init` to run code on your servers on first boot. Useful for server hardening, changing passwords, notifying your infrastructure of new servers, etc.

## Docs

Examples here only touch on some of the features of Latitude.sh. For more information, see the documentation.

- [Product Docs](https://www.latitude.sh/docs)
- [API Docs](https://docs.latitude.sh/reference)
- [SDKs & Postman Collection](https://docs.latitude.sh/reference/client-libraries)
- [Terraform Provider](https://registry.terraform.io/providers/latitudesh/latitudesh/latest)

## Provide feedback and contribute

- [Open an issue](https://github.com/latitudesh/examples/issues) for questions, feedback, bug reports or feature requests.
- We welcome pull requests for bug fixes, new features, and improvements to the examples.