Is Homeio an alternative to YunoHost?
Yes. YunoHost is a Debian-based system that installs on top of (or takes over) your machine and uses its own non-Docker app packaging. It's designed to be beginner-friendly and includes built-in SSO. Homeio takes a different approach: it's a Docker Compose-native dashboard that installs on your existing Debian or Ubuntu system, uses standard Docker images, and doesn't require any proprietary packaging format.
What makes Homeio different from YunoHost?
The biggest practical difference is Docker vs. YunoHost packages. YunoHost has its own catalog of apps packaged specifically for its system. That means app updates depend on the YunoHost maintainer, and running anything not in their catalog requires manual work. Homeio uses standard Docker Compose — every app on linuxserver.io, every image on Docker Hub, every compose file on GitHub just works. You're not blocked on a packaging bottleneck.
Do I need to reinstall my OS to use Homeio?
No. Homeio installs on any existing Debian or Ubuntu machine with one script or docker compose up -d. Your current OS, config files, and other services are untouched. YunoHost, in contrast, is designed to be installed fresh — running it alongside an existing server setup is difficult.
Can I run the same apps in Homeio that YunoHost supports?
Most popular self-hosted apps available in YunoHost — Nextcloud, Jellyfin, Vaultwarden, Gitea, Home Assistant, Pi-hole, Immich — are in Homeio's Docker Compose app store. More importantly, anything with a public Docker image can be deployed in Homeio immediately, without waiting for a YunoHost package to be written or updated.
Does Homeio have single sign-on like YunoHost?
Homeio doesn't include a built-in SSO layer. Each app manages its own authentication, which is the standard Docker Compose model. If you want SSO, you can add Authelia or Authentik as a separate container — both have straightforward Nginx Proxy Manager integrations. YunoHost's SSO is convenient but also tied to its custom packaging system, which limits what you can run.
Does Homeio include a file manager?
Yes. The integrated file manager handles upload, download, unzip, multi-select, Monaco code editor (for editing config files in-browser), media preview, USB drive browsing, Samba/SMB sharing, and Google Drive integration.
Can Homeio schedule tasks?
Yes. The built-in cron runner schedules shell commands, docker compose pull, container restarts, and backups. Tasks run on any cron schedule and send real-time pass/fail notifications — you don't need to touch the system crontab or write any shell scripts unless you want to.
Who should choose Homeio over YunoHost?
Choose Homeio if you're comfortable with Docker or want to learn it, and you don't want your server OS restructured around a proprietary packaging system. YunoHost is genuinely good for non-technical users who want a one-stop setup with SSO and email. Homeio is better if you want to run a broad range of apps, keep control of your configuration, and not be blocked on a packaging dependency.
Does Homeio have system monitoring?
Yes. Real-time CPU, memory, disk, and network metrics for the host, plus per-container Docker stats. Notifications alert you to container crashes, disk space warnings, and task failures — useful for catching problems before they become outages.
Is Homeio free and open source?
Yes. Fully free and open source. No cloud dependency, no telemetry, no vendor lock-in. The entire stack runs on your machine.