opencast / opencast-admin-interface

A modern admin user interface for Opencast
https://admin-interface.opencast.org/
Educational Community License v2.0
1 stars 22 forks source link

Add support for various config options in listprovider/acl.default.create.properties #741

Open Arnei opened 5 days ago

Arnei commented 5 days ago

This should add support for

To review, check listprovider/acl.default.create.properties in your Opencast , read what the options are all about and fiddle around with them.

There are two more config options in the listprovider that this does not add support for. Those two options were required for https://github.com/opencast/opencast/pull/4487, but are essentially code duplication and as such I would like to avoid using them.

Helps with #409.

github-actions[bot] commented 5 days ago

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-741

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-741

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[bot] commented 5 days ago

This pull request is deployed at test.admin-interface.opencast.org/741/2024-07-01_08-26-17/ . It might take a few minutes for it to become available.

github-actions[bot] commented 2 hours ago

This pull request has conflicts ☹ Please resolve those so we can review the pull request. Thanks.