kch123 analysis, copy-trade sim, monitoring, admin panel todos, nginx proxy
This commit is contained in:
@ -1,12 +1 @@
|
||||
[
|
||||
{
|
||||
"timestamp": "2026-02-08T09:58:29.699634",
|
||||
"action": "API Key Added",
|
||||
"details": "Added key for OpenAI"
|
||||
},
|
||||
{
|
||||
"timestamp": "2026-02-08T09:58:17.967014",
|
||||
"action": "Budget Entry Added",
|
||||
"details": "deposit of $100.00"
|
||||
}
|
||||
]
|
||||
[]
|
||||
|
||||
@ -1,10 +1 @@
|
||||
[
|
||||
{
|
||||
"service": "OpenAI",
|
||||
"name": "test-key",
|
||||
"key": "sk-test123456789",
|
||||
"created": "2026-02-08",
|
||||
"expires": "2025-12-31",
|
||||
"usage": 0
|
||||
}
|
||||
]
|
||||
[]
|
||||
|
||||
@ -1,9 +1 @@
|
||||
[
|
||||
{
|
||||
"type": "deposit",
|
||||
"service": "Test",
|
||||
"amount": 100.0,
|
||||
"description": "Initial test deposit",
|
||||
"timestamp": "2026-02-08T09:58:17.966780"
|
||||
}
|
||||
]
|
||||
[]
|
||||
|
||||
17
projects/control-panel/data/todos.json
Normal file
17
projects/control-panel/data/todos.json
Normal file
@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"title": "Set up DNS for .case remote access",
|
||||
"description": "Configure DNS so feedhunter.case and admin.case resolve to 192.168.86.45 from all devices on the network.",
|
||||
"category": "dns",
|
||||
"priority": "medium",
|
||||
"status": "pending",
|
||||
"source": "Case",
|
||||
"created": "2026-02-08 10:06",
|
||||
"steps": [
|
||||
"Option A: Add entries to your router's DNS settings (if supported)",
|
||||
"Option B: Add to /etc/hosts on each device you want access from",
|
||||
"Option C: Set up a local DNS server (Pi-hole, dnsmasq, etc.)",
|
||||
"Entries needed: 192.168.86.45 feedhunter.case admin.case"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user