-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecrets.example.env
More file actions
24 lines (17 loc) · 826 Bytes
/
Copy pathsecrets.example.env
File metadata and controls
24 lines (17 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copy this file to secrets.env and fill in your values.
# secrets.env is gitignored — never commit it.
# Hetzner Cloud API token (https://console.hetzner.cloud → Project → Security → API Tokens)
HCLOUD_TOKEN=your-hetzner-api-token
# Cloudflare API token with Zone:DNS:Edit permission (for Let's Encrypt DNS-01 challenge)
CLOUDFLARE_TOKEN=your-cloudflare-api-token
# Your domain — must be on Cloudflare DNS
DOMAIN=kratix.yourdomain.com
# Path to your SSH public key (default: ~/.ssh/id_rsa.pub)
SSH_PUBLIC_KEY_PATH=~/.ssh/id_rsa.pub
# Path to your SSH private key for connecting to the server (default: ~/.ssh/id_rsa)
SSH_PRIVATE_KEY_PATH=~/.ssh/id_rsa
# MinIO credentials (choose your own)
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
# Backstage PostgreSQL password
POSTGRES_PASSWORD=backstage