Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.32 KB

File metadata and controls

26 lines (16 loc) · 1.32 KB

nextcloud-terraform

📦 Set up NextCloud using Terraform

Terraform is pretty rad, so is Nextcloud. Let's use one to set up the other.

This set of Terraform files eases the process of getting your own Nextcloud instance running from the ground up. All you need is to have your local awscli set up and hit terraform apply to get to business.

This instance of Nextcloud is ready to be set up to be backed by S3 (with some manual steps) and leverages RDS to make your EC2 instance disposable if need be.

Get started

Prerequisites

Bringing your cloud up

  • Populate the secrets_template.tf variables with appropriate values for your setup.
  • terraform apply
  • ...
  • ✨ Run your own cloud ✨

Contribute

Got some ideas or suggestions? They're welcome! Open an issue or submit a PR! I'm probably the main user of this setup, but anything to make it better is always welcome.