diff --git a/.gitignore b/.gitignore index 03b9b7c..527be57 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ terraform/.terraform/ terraform/.terraform.lock.hcl terraform/terraform.tfstate terraform/terraform.tfstate.* +logseq-sync.db diff --git a/logseq-sync.db b/logseq-sync.db deleted file mode 100644 index 274b8cc..0000000 Binary files a/logseq-sync.db and /dev/null differ diff --git a/terraform/README.md b/terraform/README.md index e7f446e..9eacf7e 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -1,7 +1,5 @@ # Terraform -NOTE: None of this Terraform is tested, definitely don't use it yet! - This directory contains configuration for AWS resources currently needed by the application. The Logseq Sync protocol has the client upload blobs to a S3-compatible blob store, this is a codified version of the infrastructure needed to set that up. Longer term, I still need to figure out if other blob stores (MinIO, other S3-compatible stores) can be used, or if assumptions about S3 are baked into the protocol, but to get things working end-to-end first, I figured it prudent to start with what the official implementation does.