This repository has been archived on 2026-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Hayden Hargreaves 360b51016d
All checks were successful
Docker Deploy / build_and_deploy (push) Successful in 17s
Update README.md
2025-05-30 12:58:09 -07:00
2025-05-30 12:58:09 -07:00

Future Plans

  • Move files and directories
  • Delete files and directories
  • Undo deleted files? (using tmp files maybe, may require a DB)
  • Rename files
  • Dark/light mode toggle
  • Image display (will require some kind of file server)
  • Markdown rendering (quite a reach)
  • Mobile friendly
  • Fix selection bug

Notes

The tmp files and undo deletion might be complicated.

Also having some issues with file permissions, docker might be the cause.

I ended up scrappping th tmp files for deletion, right now, just be careful. And maybe I need a popup modal for the deletion to prevent any accidents.

Rewrite

It might be time for a rewrite.

I want some real, good, backend code not just some stupid wired up Express app.

I also want to revamp the UI, its a bit ugly right now. AND I want to try using Typescript in React. Since types are a huge missing piece. Or maybe even some kind of server-side-rendering. But I like how I do this at work with an API and a react (like) frontend.

ORRRR Maybe back to Go, HTMX and Templ :)

Description
Simple web UI for accessing a server's file system.
Readme 280 KiB
Languages
JavaScript 73.9%
TypeScript 23.8%
Dockerfile 1.8%
HTML 0.5%