forked from snazzybean/roommind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.07 KB
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
# RoomMind deploy configuration
# Copy this file to .env and adjust to your setup.
#
# Prerequisites:
# 1. Install the "Terminal & SSH" or "Advanced SSH" add-on in HA
# 2. Generate an SSH key if you don't have one: ssh-keygen -t ed25519
# 3. Add your public key (~/.ssh/id_ed25519.pub) to the SSH add-on config
# under "authorized_keys"
# 4. Test connection: ssh -i ~/.ssh/id_ed25519 user@<your-ha-ip>
# Home Assistant IP or hostname
HA_IP=192.168.1.100
# SSH port (22 for most SSH add-ons)
SSH_PORT=22
# SSH user (root for HA OS terminal add-on, hassio for some setups)
SSH_USER=root
# Path to your SSH private key (default: SSH agent / ~/.ssh/id_*)
# SSH_KEY=
#
# Prefer SSH keys. For a one-off password-auth deploy, export SSHPASS in your
# shell before running deploy.sh instead of writing it to this file.
# Optional Bun binary path for non-login shells or custom installs.
# BUN_BIN=/Users/you/.bun/bin/bun
# HA config directory on the remote machine (default: /config).
# Container installs often use a host path such as /home/user/homeassistant/config.
# REMOTE_CONFIG=