https://github.com/elan-ev/tobira
Video portal for Opencast
https://github.com/elan-ev/tobira
opencast video-portal
Last synced: 3 months ago
JSON representation
Video portal for Opencast
- Host: GitHub
- URL: https://github.com/elan-ev/tobira
- Owner: elan-ev
- License: apache-2.0
- Created: 2020-06-02T14:04:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T15:12:38.000Z (3 months ago)
- Last Synced: 2025-03-13T15:23:07.712Z (3 months ago)
- Topics: opencast, video-portal
- Language: Rust
- Homepage: https://elan-ev.github.io/tobira/
- Size: 10.2 MB
- Stars: 26
- Watchers: 9
- Forks: 18
- Open Issues: 178
-
Metadata Files:
- Readme: .github/readme-image.avif
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# Tobira: an Opencast Video Portal


Tobira is a video portal for [Opencast](https://opencast.org) and aims to be a pleasant interface through which users interact with your Opencast content.
It lets you present videos, series and playlists in a customizable, hierarchical page structure, but also makes it easy for users to search through all media.
Additionally, it offers tools to upload and manage videos.
It's possible to connect Tobira to virtually any authentication system and integrate it into your university's/organization's infrastructure.
![]()
You can try it out for yourself here: https://tobira.opencast.org.
This is a test deployment of the `main` branch, where most data is wiped whenever it is re-deployed.## Documentation
All our documentation lives here: [**Tobira's documentation**](https://elan-ev.github.io/tobira).
Among other things, it explains how to install and configure Tobira on your own server.## Contribute
In short: clone this repository, run the following commands and then open http://localhost:8030/.
```bash
./x.sh containers start
./x.sh start
```But please see [our developer documentation](https://elan-ev.github.io/tobira/dev) for more information.
### Name
*Tobira* (扉) is Japanese for "door", "hinged door" or "front page" (of a book).
A video *portal* is a kind of door, so we chose that name.
It is also short and somewhat pronounceable for English speaking people.