Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for base href customization #2070

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

tk-nguyen
Copy link
Collaborator

To test, use the following commands (assuming you already have an SSH key added to your Github account):

eval $(ssh-agent -s)
ssh-add
docker build --ssh default --build-arg TWAKECHAT_BASE_HREF=<your href> -t twake-web:test .
docker run -d -p 80:80 twake-web:test

Then access http://localhost. It will auto redirect to http://localhost${TWAKECHAT_BASE_HREF}. By default, TWAKECHAT_BASE_HREF defaults to /web/

cc @nqhhdev

Copy link

This PR has been deployed to https://linagora.github.io/twake-on-matrix/2070

@hoangdat hoangdat merged commit 9d0913e into main Sep 27, 2024
7 checks passed
@hoangdat hoangdat deleted the customize-base-href branch September 27, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants