Management

Install Management with Docker

Recommended Docker Engine installation for MediaHub Management 0.8.0-alpha.

Docker is the recommended public installation method because it packages the web application and all APK-building dependencies together.

Install the public image

Download both the Docker image tar and Docker install package from Downloads. Extract the install package on the host.

Load and install using the release script supplied with the package:

chmod +x install-docker.sh
./install-docker.sh /path/to/MediaHub-Management-0.8.1-alpha-Docker-amd64.tar

The installer generates private database credentials and starts MediaHub Management plus MariaDB.

Reverse proxy and HTTPS

For a public deployment, put the panel behind a stable HTTPS hostname. If you use a reverse proxy, bind the Management port to localhost where practical and expose it only through HTTPS.

First run

Open /setup on the public panel URL and create the server administrator. MediaHub Management then guides you through the first managed app.

Do not delete persistent data during updates

Keep the existing database, volumes and signing data. A release update should replace the application image while leaving persistent storage intact.