Moving all configurable stuff to a separate folder.

This commit is contained in:
2025-09-15 15:14:03 -07:00
parent 5ad6f158b4
commit 1424d3f46f
6 changed files with 7 additions and 8 deletions

8
config/apps.config.tmpl Normal file
View File

@@ -0,0 +1,8 @@
ROOT_DOMAIN=example.com
APP_CONFIGS="nextcloud,nextcloud wg-easy,wg-easy"
NEXTCLOUD_ADMIN_USER=admin
NEXTCLOUD_ADMIN_PASSWORD=
NEXTCLOUD_POSTGRES_DB=nextcloud
NEXTCLOUD_POSTGRES_USER=nextcloud
NEXTCLOUD_POSTGRES_PASSWORD=
NEXTCLOUD_REDIS_PASSWORD=

2
config/restic-env.tmpl Normal file
View File

@@ -0,0 +1,2 @@
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""

12
config/template.tfvars Normal file
View File

@@ -0,0 +1,12 @@
server_type = "s-2vcpu-2gb"
do_token = "" # token from "API" settings on DigitalOcean
cloudflare_api_token = ""
cloudflare_zone_id = ""
cloudflare_account_id = ""
cluster_name = "mycluster"
datacenter = "sfo3"
ssh_keys = [""] # paste contents of id_rsa.pub
flatcar_stable_version = "4230.2.1"