's'
This commit is contained in:
22
services/homepage/config/services.yaml
Normal file
22
services/homepage/config/services.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
- Infrastructure:
|
||||
- Live Console:
|
||||
href: http://__HOST__:8001
|
||||
description: Douyin / YouTube / HDMI orchestration
|
||||
- WebTTY:
|
||||
href: http://__HOST__:7681
|
||||
description: Browser terminal as live user
|
||||
- Cockpit:
|
||||
href: https://__HOST__:9090
|
||||
description: System administration
|
||||
- File Browser:
|
||||
href: http://__HOST__:8082
|
||||
description: Beginner-friendly file manager
|
||||
- ShellCrash:
|
||||
href: http://__HOST__:8001
|
||||
description: Rules and YAML editing from the main console
|
||||
- Netdata:
|
||||
href: http://__HOST__:19999
|
||||
description: Metrics and health monitoring
|
||||
- SRS:
|
||||
href: http://__HOST__:8080
|
||||
description: FLV and HLS preview endpoint
|
||||
7
services/homepage/config/settings.yaml
Normal file
7
services/homepage/config/settings.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
title: Live Control Hub
|
||||
description: Unified LAN dashboard for streaming, networking, and device control
|
||||
color: slate
|
||||
layout:
|
||||
Infrastructure:
|
||||
style: row
|
||||
columns: 3
|
||||
4
services/homepage/config/widgets.yaml
Normal file
4
services/homepage/config/widgets.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
14
services/homepage/docker-compose.yml
Normal file
14
services/homepage/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: live-homepage
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${HOMEPAGE_PORT:-80}:3000"
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: "*"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
Reference in New Issue
Block a user