Honey

Nice and sweet place for all your self-hosted services.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  honey:
    image: ghcr.io/dani3l0/honey:latest
    ports:
      - 4173:4173
    volumes:
      - /path/to/config:/app/dist/config:ro
    restart: unless-stopped

Resources

Website: https://honeyy.vercel.app/

GitHub: https://github.com/dani3l0/honey

GitHub Container Registry: https://github.com/dani3l0/honey/pkgs/container/honey

Configuration: https://github.com/dani3l0/honey#-via-docker