Jump

Deploy a fast, self-hosted dashboard for your server's services. Monitor site status in real-time, organize with tags, and customize with weather and backgrounds.

Create a personal, self-hosted dashboard for all your server applications and favorite websites. Jump is designed to be a simple, fast, and secure startpage that also functions as a real-time status page, giving you an at-a-glance view of your services' availability. It's highly configurable, allowing you to tailor it precisely to your needs without unnecessary complexity.

Installation is straightforward with options for Docker, Kubernetes, or a manual setup. Once running, you can begin building your personalized dashboard.

Key features include:

  • Site Management: Easily add sites, use custom icons or let the tool fetch favicons automatically, and organize everything with tags across multiple pages.
  • Status Monitoring: Keep an eye on your services with real-time availability checks for each entry.
  • Deep Customization: Personalize the look with your own background images or pull random ones from Unsplash. Integrate Open Weather Map to display local time and weather.
  • Docker Integration: Automatically list services running on your Docker host by simply adding labels to your containers.
  • Efficient Navigation: Use the fast search function, accessible via keyboard shortcuts, to quickly find what you need.

Directory Structure

jump
data
.env
docker-compose.yml

docker-compose.yml

services:
  jump:
    image: daledavies/jump:latest
    container_name: jump
    restart: unless-stopped
    ports:
      - 8080:8080
    environment:
      - TZ=UTC
    volumes:
      - ./data:/config

.env

# No sensitive environment variables are strictly required for the basic setup of Jump.
# If you configure external APIs or authentication later, add those secrets here.

Share:

Ad
Favicon

 

  
 

Similar to Jump

Favicon

 

  
  
Favicon

 

  
  
Favicon