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

feat(transcriber): fix exposing transcript path in web #1955

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

bmagistro
Copy link
Contributor

This addes the transcipts path to the list of static items that should be allowed by nginx.

Fixes #1427

This addes the transcipts path to the list of static items that should
be allowed by nginx.

Fixes jitsi#1427

Signed-off-by: Ben Magistro <koncept1@gmail.com>
@saghul
Copy link
Member

saghul commented Oct 28, 2024

Have you tested this? I don't think ti would work since the web container is not where the transcript files are stored, are they?

@bmagistro
Copy link
Contributor Author

Very valid question as I expected it to be more complicated too. I did and have it running on a test instance right now.

Looking now at the why/how, it looks like transcripts are volume mounted in via the web compose https://github.com/jitsi/docker-jitsi-meet/blob/master/docker-compose.yml#L14C1-L15C1 . I didn't look to see why when developing this, just exec'd in and started looking around based on the logs but also knew our compose files should be pretty close to the stock ones provided.

@saghul
Copy link
Member

saghul commented Oct 28, 2024

Ah looks like we have them mounted here:

- ${CONFIG}/transcripts:/tmp/transcripts:Z

LGTM @aaronkvanmeerten any objections?

@saghul saghul merged commit 6443c6f into jitsi:master Oct 28, 2024
@bmagistro bmagistro deleted the jitsi-web-transcipt-path branch November 13, 2024 19:59
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.

When I click on the JIGASI TRANSCRIBER ADVERTISE URL, I get 404 error
3 participants