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:
- Edit
/srv/docker/homepage/config/services.yaml. - Add the service block under the appropriate category.
- Restart the container if needed (usually hot-reloads).