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

https://github.com/madh93/nextcloud

:cloud: The code to deploy and provision my Nextcloud server
https://github.com/madh93/nextcloud

cloud-init digitalocean nextcloud terraform

Last synced: about 1 month ago
JSON representation

:cloud: The code to deploy and provision my Nextcloud server

Awesome Lists containing this project

README

        

# nextcloud

[![pipeline status](https://gitlab.com/Madh93/nextcloud/badges/master/pipeline.svg)](https://gitlab.com/Madh93/nextcloud/-/commits/master)

The code to deploy my Nextcloud server on [DigitalOcean](https://www.digitalocean.com).

## Requirements

- Terraform 1.0.0

## Usage

terraform init

Required variables:

- DigitalOcean Token: `do_token`
- DigitalOcean project name: `default_project_name`
- DigitalOcean SSH key: `default_ssh_key_name`
- DigitalOcean domain name: `default_domain_name`