-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
34 lines (29 loc) · 959 Bytes
/
.env.example
File metadata and controls
34 lines (29 loc) · 959 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
25
26
27
28
29
30
31
32
33
34
# ==========================================
# TEMPLATE FOR SECRETS
# Copy this file to .env.age (after encryption)
# or reference it to know what vars are needed.
# ==========================================
# 🔐 Bitwarden API Credentials
# Get them from https://vault.bitwarden.com/#/settings/security/api-key-credentials
# Used for automatic login to 'bw' CLI
BW_CLIENTID=
BW_CLIENTSECRET=
# 🐙 GitHub Personal Access Token
# Needs scopes: repo, read:user, workflow
# Used by 'gh' CLI
GH_TOKEN=
# 📢 Telegram Notification Settings
# Used by auto-update script to send alerts
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# ☁️ Google Drive rclone token
# Full JSON content from rclone config
# Used to auto-configure rclone
RCLONE_TOKEN_JSON=
# 🔍 Atuin (Shell History Sync)
# Register at: atuin register -u <user> -e <email> -p <pass>
# Then get key with: atuin key
# Used for auto-login on new machines
ATUIN_USERNAME=
ATUIN_PASSWORD=
ATUIN_KEY=