Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Nebula Assist

Michael Stanclift edited this page Feb 20, 2021 · 3 revisions

This document is specific to an unreleased version of Gravity Sync.

Gravity Sync with Nebula Assist will make a copy of your Domain Database, Local DNS Settings, and CNAME Records files to a public cloud provider. This will enable you to send a copy of your configuration off-site as an external backup, or as a way to synchronize a system that is outside of your local network.

Warning: There will be a small storage and transit cost associated with using AWS. Review the AWS Pricing Calculator for more information.

Supported Cloud Providers

  • Amazon Web Services Simple Storage Service (AWS S3)

Setup Steps

  1. If you don't already have an Amazon Web Service account, create one.
  2. Create a new S3 Bucket, it must have a unique name. Select the region you want to use.
  • Block all public access.
  • Enable bucket versioning if you would like.
  • Enable bucket encryption if you would like.
  1. Create an AWS Access Key ID and Secret Access Key.
  2. Install awscli on your secondary Pi-hole.
  3. Run aws configure from on your secondary Pi-hole.
  4. Enter the AWS Access Key ID and Secret Access Key.
Clone this wiki locally