Hubleys provides a clean and organized solution for managing access to your self-hosted services. Instead of manually distributing links, you can create a centralized dashboard where each user sees a personalized view based on their specific group permissions.
As an administrator, you have full control over the content through a central config.yml file. This allows you to define exactly which applications and resources are visible to different users or groups. The dashboard is designed to be both functional and visually appealing, offering a range of features to enhance the user experience.
Key features include:
services:
hubleys:
image: ghcr.io/knrdl/hubleys-dashboard:latest
container_name: hubleys-dashboard
ports:
- 3000:3000
volumes:
- ./data:/app/data
environment:
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
restart: unless-stopped
ADMIN_PASSWORD=your_super_secret_password
Auto-fetched 32 minutes ago
Auto-fetched 32 minutes ago