From Hermes outputs to a UI for Garage
A developer created a web UI called Door for Garage, a self-hosted S3-compatible object store. The UI allows users to easily browse and manage files stored in Garage without using command-line tools. Currently in early development, Door aims to streamline workflows for personal projects and enhance file accessibility.
- ▪The developer was inspired to create Door after using Hermes Agent for various outputs.
- ▪Garage is a lightweight, self-hosted object store that is S3-compatible.
- ▪Door provides features like drag-and-drop uploads, file previews, and bucket management.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 387589) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } arielro85 Posted on May 22 From Hermes outputs to a UI for Garage #storage #dev #hermes #homelab It started, as side projects do, with another side project. I'd been playing with Hermes Agent and watching it produce things — reports, generated images, scraped CSVs, scratch notes. Useful stuff. And every time, the same nagging question: where does this go? The desktop wasn't going to cut it. Neither was a folder I'd forget about by Tuesday.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).