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:
services:
jump:
image: daledavies/jump:latest
container_name: jump
restart: unless-stopped
ports:
- 8080:8080
environment:
- TZ=UTC
volumes:
- ./data:/config
# 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.
Auto-fetched about 20 hours ago
Auto-fetched about 20 hours ago