- 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>
25 lines
629 B
YAML
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: "*" |