Back to Parent
homepage.md

Homepage

Status: Running Port: 3001 URL: http://austin-server:3001

Description

This is the main dashboard for the home server. It displays links to all other services, system stats, and widgets.

Configuration

Located in: /srv/docker/homepage/config/

  • services.yaml: Defines the apps shown on the dashboard.
  • widgets.yaml: Defines the widgets (weather, system resources).
  • settings.yaml: General settings.

Update Instructions

To add a new service to the dashboard:

  1. Edit /srv/docker/homepage/config/services.yaml.
  2. Add the service block under the appropriate category.
  3. Restart the container if needed (usually hot-reloads).