Homeio
Homeio

Homeio 1.5.x release

Homeio 1.5 made the home server faster to operate

Version 1.5.x was the productivity release for Homeio. It focused on the jobs home server owners repeat every week: editing config files, checking failures, running maintenance tasks, and moving data from removable drives without dropping into SSH for every small change.

files · editor · tasks
Homeio file manager with productivity tools for a home server

Why it mattered

Homeio 1.5.x reduced the need to SSH for routine server work.

Monaco file editor

Homeio turned file preview into a real editor with syntax highlighting, line numbers, code folding, find and replace, JSON/YAML formatting, and unsaved-change protection.

Notification system

The 1.5.x release added persistent PostgreSQL-backed notifications for app events, container crashes, disk warnings, backup results, scheduled task failures, and updates.

Scheduled tasks

Homeio added a built-in cron runner for shell commands, app restarts, backups, and Docker image pulls, with enable/disable controls and last-run visibility.

USB drive support

Removable drives can appear in the file manager, be mounted through udisks2, browsed like normal storage, and safely ejected before unplugging.

Daily workflow

A better control surface for real maintenance.

A home server dashboard is valuable when it handles the boring operational work cleanly. Homeio 1.5.x pushed the product beyond app launching and into the practical layer: editing, scheduling, alerts, removable storage, and fewer context switches between browser, SSH, file browser, and terminal.

  • Edit docker-compose.yml, .env, YAML, JSON, shell, nginx, and config files from the browser.
  • Schedule weekly image pulls or maintenance commands without opening crontab over SSH.
  • Get alerts when something fails instead of checking logs manually after the fact.
  • Plug in a USB drive, mount it, move files, and eject it from the Homeio file manager.

For config-heavy apps

Apps like Nginx Proxy Manager, Nextcloud, Syncthing, Home Assistant, and media servers often require small config edits. Homeio 1.5.x made those edits easier to do in context.

For maintenance commands

The scheduled task runner is useful for recurring image pulls, restarts, backups, or allowlisted shell commands that should run on a predictable cadence.

For local storage

USB drive support made Homeio more useful on mini PCs, old desktops, Raspberry Pi systems, and home lab boxes where removable storage is part of the workflow.

FAQ

Questions about Homeio 1.5.x.

What was the main theme of Homeio 1.5.x?

Homeio 1.5.x was the productivity release. It focused on reducing routine SSH work by adding an in-browser Monaco editor, notifications, scheduled tasks, and USB drive management.

Can Homeio 1.5.x edit Docker Compose and environment files?

Yes. The Monaco editor supports common server file types including YAML, JSON, .env files, shell scripts, TOML, TypeScript, XML, and nginx-style configuration files.

Does scheduled task support replace cron?

It gives home server users a dashboard workflow for common cron-style jobs. You can create tasks from Homeio, use cron expressions or presets, track the last run, and receive failure notifications.