Getting started

Getting started

WARNING: The software is in a very early stage of development. Please use it only for testing and not production.

Server installation

  1. At first get the Docker image for the server.
docker pull ghcr.io/openmediastation/openmediaserver:latest
  1. Use the following environment variables.
DOMAIN=example.com
AUTH_CLIENTID=AAAAAAAAAAAAAAAAAA
AUTH_CONFIGURATION_URL=https://auth.example.com/application/o/open-media-station/.well-known/openid-configuration
TMDB_KEY=aaaaaaaaaaaaaaaaaaaaaaa
  1. Map the port 8080 of the container to your https port.

  2. Make sure to mount your media directory to /media and provide a empty directory for the server files at /config.

Get the clients

You can obtain the client from the artifacts of the latest pipeline run.