-
-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
BangerTech edited this page Jan 2, 2025
·
1 revision
The default installation directory is:
/home/webDock/docker-compose-data/webdock-ui
Default port: 8585
To change the port, edit docker-compose.yml
:
services:
webdock-ui:
ports:
- "new_port:80"
Categories are defined in categories.yaml
:
categories:
smart_home:
name: "Smart Home"
icon: "fa-home"
description: "Home automation and IoT containers"
containers:
- homeassistant
- openhab
# ...
- Access the settings page
- Enter host credentials
- Test connection
- Save configuration
Default permissions:
sudo chown -R $USER:$USER /home/webDock
sudo chmod -R 755 /home/webDock
- Toggle between Dark/Light theme
- Theme preference is saved automatically
- System-wide theme support