Configurable external and internal URLs #781
Closed
danielrosehill
started this conversation in
Ideas
Replies: 1 comment
-
I'm trying to figure out what exact problem this is trying to solve? The web manifest already works as is without explicit URL definition, and even with LAN or External IPs it's still going to be restricted to which ever URL the user used (because that's how Web Manifests work). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the problem you are trying to solve with this feature?
Train of thought:
To maximise the usability of Homebox on mobile devices, ideally a manifest with a declared URL handler for the instance URL would be provided.
Many users may:
Users using Homebox locally may prefer to access it via its LAN IP.
What is the solution you are proposing?
Environment variables for:
Use case 1: Pass both into the web manifet so that URL associations for both URLs can work without additional configuration.
A downstream benefit would be that if the project ever decided to add Google/Oauth, having both URLs would facilitate constructing the redirect and origin URLs.
What alternatives have you considered?
No response
Additional context
No response
Contributions
Beta Was this translation helpful? Give feedback.
All reactions