What's Changed
- Fix parsing being blocked by CloudFlare in #17
- Fix config loading, and HTML parsing by in #2
- Add password auth by in #3
- Fix video parsing disabled bug in #6
- Fix login bug by in #15
Critical vulnerabillity
Next and React had critical vulnerabilities. The updates version are available in version 0.12 and up! I highly recommend to update.
https://nextjs.org/blog/CVE-2025-66478
Important breaking!
ghcr.io/browserless/chrome is replaced in favor of: zenika/alpine-chrome the compose example and readme reflect the new setup its a drop in replacement:
chrome-headless:
image: zenika/alpine-chrome:<version>
container_name: chrome-headless
restart: unless-stopped
command:
- "--no-sandbox"
- "--disable-gpu"
- "--disable-dev-shm-usage"
- "--remote-debugging-address=0.0.0.0"
- "--remote-debugging-port=3000"
- "--headless"
ports:
- "3003:3000"
This is a smaller image.
Full Changelog: https://github.com/norish-recipes/norish/commits/v0.13.1-beta