Favicon of Honey

Honey

Create a personalized dashboard for your self-hosted services. This lightweight, client-side tool requires no backend and is configured with a simple JSON file.

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:

  • Effortless Deployment: Install by simply extracting the files to your web server root or by running a single Docker command.
  • Centralized Configuration: All settings, from the services listed to the UI appearance, are managed in a single, easy-to-edit config.json file.
  • Customizable Interface: Tailor the look and feel to your liking. Change the name, description, icon, and set different background wallpapers for light and dark modes.
  • Service Status Indicators: Enable optional ping dots that appear next to each service name, giving you a quick visual confirmation that they are online and available.

Directory Structure

honey
data
.env
docker-compose.yml

docker-compose.yml

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

.env

# No sensitive environment variables required for basic setup

Share:

Ad
Favicon

 

  
 

Similar to Honey

Favicon

 

  
  
Favicon

 

  
  
Favicon