45d5bfd2b6995564898bbd785dcb4f9e94743522
Updated dependencies to fix Next.js and React CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
pozor
Dark-only Next.js shame board powered by images from a GitHub repository.
What it does
- Loads image files from a public GitHub repository through the GitHub Contents API.
- Shows the images as a dark evidence-board style gallery.
- Lets the user enter a repository, folder, and branch from the page.
- Shows an honest empty state when no source is configured or no images are found.
Local development
bun install
bun run dev
Then open http://localhost:3000.
Optional source configuration
The board can also be preconfigured with environment variables:
NEXT_PUBLIC_GITHUB_REPO=owner/repository
NEXT_PUBLIC_GITHUB_PHOTOS_PATH=path/to/images
NEXT_PUBLIC_GITHUB_BRANCH=main
If these values are not set, the page starts empty and waits for a real GitHub source to be entered.
Build
bun run build
Description
Languages
TypeScript
67.7%
CSS
18.1%
Astro
13.9%
JavaScript
0.3%