6 Commits

Author SHA1 Message Date
467fcbffb7 chore: ignore uploads and add reprocess script 2025-12-08 15:40:40 -05:00
7b3cfb5178 chore: ignore mongodb_data 2025-12-08 13:37:25 -05:00
c340cd2eaf Reorganize gallery, optimize builds, add backups 2025-11-25 16:22:29 -05:00
07b83c7ae8 Feature: Create Admin UI with Node.js Backend
This commit introduces a web-based admin UI to manage the store's status, backed by a simple Node.js/Express server for file writing.

Key features:
- **Admin UI (, ):** A form to update the scrolling message and closed status. It provides a user-friendly experience with loading states, in-page feedback, and change detection.
- **Node.js Backend ():** A simple Express server that serves the static site and provides a  endpoint. This endpoint receives data from the admin UI, authenticates it, and writes it to .
- **Enhanced Security:** The password is no longer hardcoded in the client-side JavaScript. Authentication is handled server-side, and the password is read from a  file for local development or an environment variable in production.
- **Project Setup (, ):** The project is now a formal Node.js project with dependencies (, , ) and a  file to exclude .
2025-11-12 14:19:34 -05:00
c2476135ff comment out metrics - until fix 2025-08-23 06:33:24 -04:00
6e09f0a32c add gitignore 2025-03-02 09:54:22 -05:00