Files
TSYSDevStack/artifacts/SupportStack/config/homepage/settings.yaml
ReachableCEO 1944b494ee 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>
2025-10-28 18:16:49 -05:00

25 lines
629 B
YAML

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: "*"