snapshot
This commit is contained in:
@@ -1,25 +1,42 @@
|
||||
---
|
||||
# Homepage configuration
|
||||
title: TSYSDevStack SupportStack
|
||||
background: /images/background-1.jpg
|
||||
background:
|
||||
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
|
||||
# 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