Picta rebrand: remove all clone/Imgur UI strings, wire /logo.svg, simplify upload (Share CTA, full-page drag overlay, body-scroll lock), scrollbar elimination (hidden tracks, overflow-x hidden, break-word, modal internal scroll)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# imgur-clone
|
||||
# Picta
|
||||
|
||||
Imgur-style image sharing app: dark-mode masonry gallery, drag-and-drop / click / **clipboard paste** uploads, 4K re-encoding, voting, and threaded comments.
|
||||
Image sharing app: dark-mode masonry gallery, drag-and-drop / click / **clipboard paste** uploads, 4K re-encoding, voting, and threaded comments.
|
||||
|
||||
## Stack
|
||||
- **Backend**: Node 20 (Alpine), Express, multer (multipart), sharp (image pipeline), cors
|
||||
@@ -40,6 +40,8 @@ docker build -t imgur-clone:latest .
|
||||
docker run -d --name imgur-clone --restart unless-stopped -p 3001:3000 imgur-clone:latest
|
||||
```
|
||||
|
||||
> Note: The Docker image and container names remain `imgur-clone` for deployment compatibility.
|
||||
|
||||
## Security
|
||||
- Runtime image strips npm/corepack (only `node server.js` runs at runtime)
|
||||
- `apk upgrade` on every build for base-image CVE coverage
|
||||
|
||||
Reference in New Issue
Block a user