Skip to content

Commit 8e86fff

Browse files
committed
Bump version to v0.1.14 and add release notes
1 parent d9cf276 commit 8e86fff

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Unofficial, self‑hosted web UI for reading PDFs from a Zotero library that syncs attachments via WebDAV.
44
5-
**Status:** PoC / early preview (v0.1.13). Things may break; please treat this as an experiment, not production‑ready software.
5+
**Status:** PoC / early preview (v0.1.14). Things may break; please treat this as an experiment, not production‑ready software.
66

77
Screenshot:
88
![WebUI](./docs/assets/screenshot.png)

docs/releases/v0.1.14.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# v0.1.14
2+
3+
## Summary
4+
- Optional HTTP Basic Auth for PDF Proxy and Web Library (env-driven) to prevent reverse-proxy bypass from exposing the UI.
5+
- Added `scripts/npm-basic-auth-fix.sh` to verify 401/2xx behavior when using Cloudflare/NPM tunnels.
6+
- Fixed Web Library build by ensuring the `data/` directory exists so `item-types-with-icons.json` is generated.
7+
8+
## Deployment notes
9+
- Tag: `v0.1.14`
10+
- Images (expected from GH Actions):
11+
- `ghcr.io/joonsoome/on-prem-zotero-webui/web-library:v0.1.14`
12+
- `ghcr.io/joonsoome/on-prem-zotero-webui/pdf-proxy:v0.1.14`
13+
- Env: set `PDF_PROXY_BASIC_AUTH_*` and `WEB_LIBRARY_BASIC_AUTH_*` to enforce in-container Basic Auth if your tunnel bypasses NPM.

0 commit comments

Comments
 (0)