Skip to content

Configuration

BangerTech edited this page Jan 2, 2025 · 1 revision

Configuration Guide

System Settings

Base Directory

The default installation directory is:

/home/webDock/docker-compose-data/webdock-ui

Port Configuration

Default port: 8585 To change the port, edit docker-compose.yml:

services:
  webdock-ui:
    ports:
      - "new_port:80"

Container Categories

Categories are defined in categories.yaml:

categories:
  smart_home:
    name: "Smart Home"
    icon: "fa-home"
    description: "Home automation and IoT containers"
    containers:
      - homeassistant
      - openhab
      # ...

Security Settings

SSH Configuration

  1. Access the settings page
  2. Enter host credentials
  3. Test connection
  4. Save configuration

File Access Permissions

Default permissions:

sudo chown -R $USER:$USER /home/webDock
sudo chmod -R 755 /home/webDock

Theme Configuration

  • Toggle between Dark/Light theme
  • Theme preference is saved automatically
  • System-wide theme support