WeSearch

From Hermes outputs to a UI for Garage

·2 min read · 0 reactions · 0 comments · 19 views
#development#software#self-hosted
From Hermes outputs to a UI for Garage
TL;DR · WeSearch summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)