Skip to content

How to use this

pradt edited this page Jun 28, 2025 · 1 revision

Creating Containers

  1. Click the "➕ Add Container" button
  2. Fill in the basic information:
    • Name: Display name for the container
    • Type: Computer, VM, Docker Container, LXC Container, or Application
    • IP Address: Network address (optional)
    • URL: Web interface URL (optional)
    • Notes: Additional information (optional)
  3. Configure the icon and styling
  4. Click "Save" to create the container

Managing Containers

  • Edit: Click the hamburger menu (☰) and select "✏️ Edit"
  • Add Child: Create nested containers for complex setups
  • Delete: Remove containers (use with caution)
  • Move: Drag and drop containers to reorganize

Styling Your Homelab

  1. Container Styling: Use the Style tab in the edit modal
  2. Page Settings: Click the "⚙️ Settings" button for global options
  3. Icon Selection: Choose from multiple icon libraries
  4. Color Schemes: Create consistent themes across your setup

View Modes

  • Box View: Traditional grid layout, perfect for overview
  • Tree View: Hierarchical view showing relationships between containers

Configuration Examples

Basic Server Setup

📦 Main Server (192.168.1.100)
├── 🐳 Docker Host
│   ├── 🌐 Nginx Proxy
│   ├── 🗄️ Database
│   └── 📊 Monitoring
└── 🖥️ VMs
    ├── 🏠 Home Assistant
    └── 📺 Media Server

Network Infrastructure

🌐 Router (192.168.1.1)
├── 📡 WiFi Access Points
├── 🔌 Switches
└── 🖥️ Workstations
Clone this wiki locally