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:
25
artifacts/SupportStack/config/homepage/settings.yaml
Normal file
25
artifacts/SupportStack/config/homepage/settings.yaml
Normal 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: "*"
|
||||
Reference in New Issue
Block a user