Skip to content

Hosting option enhanced#7

Merged
PamplemomM merged 4 commits intomainfrom
dev
Nov 25, 2025
Merged

Hosting option enhanced#7
PamplemomM merged 4 commits intomainfrom
dev

Conversation

@PamplemomM
Copy link
Copy Markdown
Member

Added more option for custom hosting such as:

  • Hosting on a custom subfolder for a reverse-proxy.
  • Hosting on a custom interface
  • Hosting on a custom domain and control the allowed hosts

Handling of the env variable QSTH_BASE_URL.
This env variable must allow you tu run the app on custom subpages.
(ex: myapp.com/questhelper)
You can now manage the allowed host with the environment variable QSTH_ALLOWED_HOST
Hosting on custom subdomain would not worked.
The browser would have search in '/' instead of '/QSTH_BASE_URL' because the host wasn't allowed
Updated documentation about new environment variables.
@PamplemomM
Copy link
Copy Markdown
Member Author

Nobody is reading this anyways...

@PamplemomM PamplemomM merged commit fac52ad into main Nov 25, 2025
1 check passed
@PamplemomM PamplemomM self-assigned this Nov 25, 2025
@PamplemomM PamplemomM added the enhancement New feature or request label Nov 25, 2025
@PamplemomM PamplemomM linked an issue Nov 25, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an environment variable for base url

1 participant