Higgys Android Boxes website - higgysandroidboxes.com
Go to file
Jeff Emmett 620f56429d feat: add admin video manager and dynamic video library
Switch from static export (nginx) to standalone Next.js server with API
routes. Admin can manage YouTube tutorial videos at /admin with a
separate password. Videos stored in JSON file persisted via Docker volume.
Also links Facebook page in CTA section.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 20:28:10 +00:00
app feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
components feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
lib feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
public feat: rebuild as Next.js App Router project 2026-02-10 19:30:21 +00:00
.dockerignore feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
.gitignore feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
Dockerfile feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
components.json feat: rebuild as Next.js App Router project 2026-02-10 19:30:21 +00:00
docker-compose.yml feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
next.config.mjs feat: add admin video manager and dynamic video library 2026-02-10 20:28:10 +00:00
package-lock.json feat: rebuild as Next.js App Router project 2026-02-10 19:30:21 +00:00
package.json feat: rebuild as Next.js App Router project 2026-02-10 19:30:21 +00:00
postcss.config.mjs feat: rebuild as Next.js App Router project 2026-02-10 19:30:21 +00:00
tsconfig.json feat: rebuild as Next.js App Router project 2026-02-10 19:30:21 +00:00