40 lines
761 B
YAML
40 lines
761 B
YAML
---
|
|
# 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: "*" |