move infra.md to .pi/
This commit is contained in:
15
.pi/infra.md
Normal file
15
.pi/infra.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Infrastructure Access
|
||||
# Connection details and references. Secrets live in .env (gitignored).
|
||||
|
||||
## Servers
|
||||
| Name | IP / Host | SSH User | Port | Notes |
|
||||
|------------|-------------------|----------|------|--------------|
|
||||
| primary | 159.195.60.33 | root | 22 | main server |
|
||||
|
||||
## SSH Quick Reference
|
||||
```
|
||||
ssh root@159.195.60.33
|
||||
```
|
||||
|
||||
## Secrets
|
||||
All tokens, passwords, and API keys go in `.env` — never in this file.
|
||||
Reference in New Issue
Block a user