Organize your self-hosted applications with a clean and lightweight dashboard. Built with pure HTML, CSS, and JavaScript, this tool runs entirely on the client-side. This means you don't need a dynamic backend or any special web server configuration; it works right out of the box on any basic web server.
Its simplicity makes it incredibly easy to set up and manage. You can get started in minutes and create a personalized hub for all your services.
Key features include:
config.json file.services:
honey:
image: ghcr.io/dani3l0/honey:latest
container_name: honey
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
ports:
- 3000:3000
volumes:
- ./data:/app/data
restart: unless-stopped
# No sensitive environment variables required for basic setup
Auto-fetched 5 minutes ago
Auto-fetched 5 minutes ago