Pull Proxmox LXC app configs via SSH and document all CTs.
Add pull-lxc-from-proxmox.py using Proxmox API + pct exec for running containers (vaultwarden, linkwarden, paymenter, NPM, etc). Stub apps for stopped LXCs with proxmox.meta.yaml and updated lxc-inventory with live IPs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# nodecast-tv
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Proxmox** | pve (CT 119) |
|
||||
| **IP** | 192.168.1.99 |
|
||||
| **Host** | 192.168.1.216 |
|
||||
|
||||
Config in `config/` (gepull'd van LXC).
|
||||
|
||||
```bash
|
||||
# Op Proxmox host:
|
||||
pct enter 119
|
||||
```
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
nodecast-tv:
|
||||
image: ghcr.io/technomancer702/nodecast-tv:latest
|
||||
build: https://github.com/technomancer702/nodecast-tv.git#main
|
||||
container_name: nodecast-tv
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000 # Internal container port
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
nodecast-tv:
|
||||
image: ghcr.io/technomancer702/nodecast-tv:latest
|
||||
build: https://github.com/technomancer702/nodecast-tv.git#main
|
||||
container_name: nodecast-tv
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000 # Internal container port
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
nodecast-tv:
|
||||
image: ghcr.io/technomancer702/nodecast-tv:latest
|
||||
build: https://github.com/technomancer702/nodecast-tv.git#main
|
||||
container_name: nodecast-tv
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000 # Internal container port
|
||||
@@ -0,0 +1,7 @@
|
||||
# Auto-generated
|
||||
host: pve
|
||||
proxmox_ip: 192.168.1.216
|
||||
vmid: 119
|
||||
hostname: nodecast-tv
|
||||
ip: 192.168.1.99
|
||||
status: running
|
||||
Reference in New Issue
Block a user