Changes to feat/proxy-frontend #176

Closed
opened 2025-07-08 08:41:39 -04:00 by AtHeartEngineer · 0 comments

Originally created by @ItalyPaleAle on 5/14/2025

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.
*Originally created by @ItalyPaleAle on 5/14/2025* **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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#176