refactor: move stack assets and wire in mailhog
This commit is contained in:
40
SupportStack/output/config/homepage/config.yaml
Normal file
40
SupportStack/output/config/homepage/config.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
# Homepage configuration - Enable Docker service discovery
|
||||
title: TSYSDevStack SupportStack
|
||||
|
||||
# Docker configuration - Enable automatic service discovery
|
||||
docker:
|
||||
socket: /var/run/docker.sock
|
||||
|
||||
# Services configuration - Enable Docker discovery
|
||||
services: []
|
||||
|
||||
# Bookmarks
|
||||
bookmarks:
|
||||
- Developer:
|
||||
- Github:
|
||||
href: https://github.com/
|
||||
abbr: GH
|
||||
- Social:
|
||||
- Reddit:
|
||||
href: https://reddit.com/
|
||||
abbr: RE
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
href: https://youtube.com/
|
||||
abbr: YT
|
||||
|
||||
# Widgets
|
||||
widgets:
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
|
||||
# Proxy configuration
|
||||
proxy:
|
||||
allowedHosts: "*"
|
||||
allowedHeaders: "*"
|
||||
3
SupportStack/output/config/homepage/docker.yaml
Normal file
3
SupportStack/output/config/homepage/docker.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# Docker configuration for Homepage service discovery
|
||||
socket: /var/run/docker.sock
|
||||
9
SupportStack/output/config/homepage/services.yaml
Normal file
9
SupportStack/output/config/homepage/services.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Services configuration for Homepage Docker discovery
|
||||
|
||||
# Automatically discover Docker services with Homepage labels
|
||||
- Support Stack:
|
||||
- tsysdevstack-supportstack-demo-docker-socket-proxy
|
||||
- tsysdevstack-supportstack-demo-homepage
|
||||
- tsysdevstack-supportstack-demo-wakaapi
|
||||
- tsysdevstack-supportstack-demo-mailhog
|
||||
42
SupportStack/output/config/homepage/settings.yaml
Normal file
42
SupportStack/output/config/homepage/settings.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
# Homepage configuration
|
||||
title: TSYSDevStack SupportStack
|
||||
background:
|
||||
headerStyle: boxed
|
||||
|
||||
# Docker configuration
|
||||
docker:
|
||||
socket: /var/run/docker.sock
|
||||
|
||||
# Services configuration
|
||||
services: []
|
||||
|
||||
# Bookmarks
|
||||
bookmarks:
|
||||
- Developer:
|
||||
- Github:
|
||||
href: https://github.com/
|
||||
abbr: GH
|
||||
- Social:
|
||||
- Reddit:
|
||||
href: https://reddit.com/
|
||||
abbr: RE
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
href: https://youtube.com/
|
||||
abbr: YT
|
||||
|
||||
# Widgets
|
||||
widgets:
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
|
||||
# Proxy configuration
|
||||
proxy:
|
||||
allowedHosts: "*"
|
||||
allowedHeaders: "*"
|
||||
Reference in New Issue
Block a user