🚀 Feature: Allow multiple app URLs #531

Closed
opened 2026-02-04 20:22:13 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @RobKenis on GitHub (Nov 1, 2025).

Feature description

Allow multiple values in APP_URL environment variable to support multiple hostnames.

Pitch

I am running Pocket ID behind a reverse proxy on https://auth.<my-zone>/. I have configured this URL in APP_URL. I use Tailscale to expose Pocket ID when I am not at home. Through Tailscale, I have the URL https://auth.<tailscale-zone>/. The page loads fine, but I get "An unknown error occurred. Please try to sign in again." when trying to authenticate.

Originally created by @RobKenis on GitHub (Nov 1, 2025). ### Feature description Allow multiple values in APP_URL environment variable to support multiple hostnames. ### Pitch I am running Pocket ID behind a reverse proxy on `https://auth.<my-zone>/`. I have configured this URL in APP_URL. I use Tailscale to expose Pocket ID when I am not at home. Through Tailscale, I have the URL `https://auth.<tailscale-zone>/`. The page loads fine, but I get "An unknown error occurred. Please try to sign in again." when trying to authenticate.
Author
Owner

@stonith404 commented on GitHub (Nov 1, 2025):

Thanks for suggestion. It's not recommended to run Pocket ID on multiple domains because on OIDC clients you can only specify a single URL for Pocket ID, therefore we don't plan to implement this.

If you use your own DNS server with Tailscale you should probably be able to map auth.<my-zone> to auth.<tailscale-zone>.

@stonith404 commented on GitHub (Nov 1, 2025): Thanks for suggestion. It's not recommended to run Pocket ID on multiple domains because on OIDC clients you can only specify a single URL for Pocket ID, therefore we don't plan to implement this. If you use your own DNS server with Tailscale you should probably be able to map `auth.<my-zone>` to `auth.<tailscale-zone>`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#531