Add interactive SSH portfolio features

This commit is contained in:
2026-07-27 11:08:12 +09:00
parent eac572dcaf
commit 604080749b
32 changed files with 1356 additions and 31 deletions
+4
View File
@@ -7,5 +7,9 @@
"links": { "title": "Links", "lines": ["GitHub: https://github.com/yourname", "Website: https://example.com"] }
},
"adminPublicKeys": [],
"databasePath": "data/portfolio.sqlite",
"board": { "maxCharacters": 180, "cooldownSeconds": 60, "dailyLimit": 5 },
"limits": { "maxInputLength": 1024 },
"dashboard": { "host": "127.0.0.1", "port": 3000, "tokenFile": "data/dashboard-token" },
"host": { "port": 2222, "hostKeyPath": "data/host.key", "notificationPort": 7777 }
}