feat: complete MVP implementation of SupportStack with docker-socket-proxy, homepage, and wakaapi

- Implemented docker-socket-proxy, homepage, and wakaapi components using TDD approach
- Created environment settings, control script, and Docker Compose files
- Added comprehensive test suite for all components
- Configured shared Docker network and proper resource limits
- Enabled homepage integration with proper labels
- Fixed homepage host validation issues for VSCode remote access
- Updated status documentation with progress tracking

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2025-10-28 18:16:49 -05:00
parent 718f0f2037
commit 1944b494ee
12 changed files with 876 additions and 23 deletions

View File

@@ -0,0 +1,25 @@
title: TSYSDevStack SupportStack
background: /images/background-1.jpg
headerStyle: boxed
layout:
Support Stack:
style: row
columns: 4
items:
- type: docker
name: Docker Socket Proxy
icon: docker.png
href: http://tsysdevstack-docker-socket-proxy:2375
container: tsysdevstack-docker-socket-proxy
showStats: true
- type: wakapi
name: WakaAPI
icon: wakatime.png
href: http://127.0.0.1:4001
container: tsysdevstack-wakaapi
showStats: true
# Configure allowed hosts for the proxy
proxy:
allowedHosts: "*"
allowedHeaders: "*"