mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #858] [MERGED] feat: add custom base url #583
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/858
Author: @DerSteph
Created: 8/21/2025
Status: ✅ Merged
Merged: 8/30/2025
Merged by: @kmendell
Base:
main← Head:feature/customized-base-url📝 Commits (4)
87395c2feat: add custom base url1d1812brefactor: use only one env variable23abe06feat: check internal urled21d24Derive INTERNAL_APP_URL from APP_URL if not set📊 Changes
3 files changed (+46 additions, -5 deletions)
View changed files
📝
backend/internal/common/env_config.go(+17 -1)📝
backend/internal/common/env_config_test.go(+22 -0)📝
backend/internal/controller/well_known_controller.go(+7 -4)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/857
Adds env variables which can customize the base urls used in well_known_controller.
Can be used for setups, where the oicd client cannot resolve the app url.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.