[PR #533] Changes to feat/proxy-frontend #761

Closed
opened 2025-10-09 16:56:39 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/pocket-id/pocket-id/pull/533

State: closed
Merged: Yes


Note: this is a PR against feat/proxy-frontend, which is #520

  1. Simplify paths: binaries are in /app and data goes in /data
    • This is another breaking change, but allows us to get rid of legacy paths /app/backend
    • Workdir in the final container is set to /, so data gets stored to /data
  2. Change port app is listening on to 1411, matching what's in docs: https://preview.pocket-id.org/docs/setup/migrate-to-v1/
    • This is an un-privileged port unlike 80, which can cause issues when the container engine itself is running as non-root.
**Original Pull Request:** https://github.com/pocket-id/pocket-id/pull/533 **State:** closed **Merged:** Yes --- **Note: this is a PR against [feat/proxy-frontend](https://github.com/pocket-id/pocket-id/tree/feat/proxy-frontend), which is #520** 1. Simplify paths: binaries are in /app and data goes in /data - This is another breaking change, but allows us to get rid of legacy paths /app/backend - Workdir in the final container is set to `/`, so data gets stored to `/data` 3. Change port app is listening on to 1411, matching what's in docs: https://preview.pocket-id.org/docs/setup/migrate-to-v1/ - This is an un-privileged port unlike 80, which can cause issues when the container engine itself is running as non-root.
OVERLORD added the pull-request label 2025-10-09 16:56:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-2#761