Homepage by tomershvueli
Self-HostedCustomizable self-hosted personal dashboard for organizing links and widgets
Overview
Homepage by tomershvueli is an open-source personal dashboard designed to centralize your favorite links, apps, and widgets in one place. It offers a clean, responsive interface with drag-and-drop layout customization, dark/light mode support, and widgets like weather, GitHub stats, Docker container status, and to-do lists. Deployment is simple via Docker Compose—just configure your settings in a YAML file and launch the container. You can also add custom CSS for personalized styling and import/export configurations to backup or transfer your setup. Ideal for users who want privacy-focused control over their dashboard data.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
homepage_by_tomershvueli:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: homepage-by-tomershvueli
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Drag-and-drop customizable layout
- Support for widgets (weather, GitHub stats, Docker status)
- Easy deployment via Docker Compose
Frequently Asked Questions
? Is Homepage by tomershvueli hard to install?
No, it’s straightforward using Docker Compose—pull the image, configure the YAML file with your preferences, and run the container. Minimal technical knowledge is needed if you’re familiar with Docker.
? Is it a good alternative to Start.me?
Yes, if you prioritize self-hosting and data privacy. Unlike Start.me (SaaS), Homepage keeps your data on your server and offers more customization via CSS and custom widgets, though it lacks some of Start.me’s pre-built integrations.
? Is Homepage completely free?
Yes, it’s open-source under the MIT License—you can use, modify, and self-host it without any cost.
Top Alternatives
People Also Ask about Homepage by tomershvueli
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted data storage)
- ⊕ No subscription fees or hidden costs
Cons
- ⊖ Requires basic server/Docker knowledge for setup
- ⊖ Fewer pre-built third-party integrations than SaaS alternatives