Skip to content

Add missing env variable#1147

Merged
gregorydlogan merged 1 commit intoopencast:mainfrom
geichelberger:fix-remove-test
Mar 18, 2025
Merged

Add missing env variable#1147
gregorydlogan merged 1 commit intoopencast:mainfrom
geichelberger:fix-remove-test

Conversation

@geichelberger
Copy link
Copy Markdown
Contributor

The used environment variable definition was missing.

@geichelberger geichelberger added the type:github_actions Pull requests that update GitHub Actions code label Mar 11, 2025
@github-actions
Copy link
Copy Markdown
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1147

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1147

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1147/2025-03-11_20-27-17/ .
It might take a few minutes for it to become available.

@gregorydlogan gregorydlogan self-assigned this Mar 18, 2025
@gregorydlogan gregorydlogan merged commit f5621c7 into opencast:main Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants