mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 05:32:59 +00:00
- replace standalone sandbox keys with "sandbox/root" vault entry - update inspector config to use vault targets (no passwords/keys) - make sandbox default active environment - add vault helpers and tests for remotessh
28 lines
812 B
Plaintext
28 lines
812 B
Plaintext
# Remote node configuration
|
|
# Format: environment|user@host|role
|
|
# environment: devnet, testnet
|
|
# role: node, nameserver-ns1, nameserver-ns2, nameserver-ns3
|
|
#
|
|
# SSH keys are resolved from rootwallet (rw vault ssh get <host>/<user> --priv).
|
|
# Ensure wallet entries exist: rw vault ssh add <host>/<user>
|
|
#
|
|
# Copy this file to remote-nodes.conf and fill in your node details.
|
|
|
|
# --- Devnet nameservers ---
|
|
devnet|root@1.2.3.4|nameserver-ns1
|
|
devnet|ubuntu@1.2.3.5|nameserver-ns2
|
|
devnet|root@1.2.3.6|nameserver-ns3
|
|
|
|
# --- Devnet nodes ---
|
|
devnet|ubuntu@1.2.3.7|node
|
|
devnet|ubuntu@1.2.3.8|node
|
|
|
|
# --- Testnet nameservers ---
|
|
testnet|ubuntu@2.3.4.5|nameserver-ns1
|
|
testnet|ubuntu@2.3.4.6|nameserver-ns2
|
|
testnet|ubuntu@2.3.4.7|nameserver-ns3
|
|
|
|
# --- Testnet nodes ---
|
|
testnet|root@2.3.4.8|node
|
|
testnet|ubuntu@2.3.4.9|node
|