Tired of juggling countless bookmarks, IP addresses, and ports for your HTPC or homelab services? This tool brings order to the chaos by consolidating all your applications into a single, unified webpage. It allows you to set up customizable 'Tabs' for each service, making management and access effortless.
Beyond simple organization, it offers robust user management features. You can create accounts for different users, assign them to groups with specific permissions, or even enable guest access for certain tabs. It's highly customizable and packed with features to enhance your workflow:
services:
organizr:
container_name: organizr
image: organizr/organizr:latest
restart: unless-stopped
ports:
- 8080:80
volumes:
- ./config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=UTC# Organizr does not require sensitive environment variables for initial deployment.
# Configuration and credentials are set up via the web interface on first launch.
Auto-fetched 16 minutes ago
Auto-fetched 16 minutes ago