Additional bonus:
If you want the UMS webserver, which listens on 9001 by default, to run via HTTPS, do this:
OPTION 1: Generate a self-signed certificate
Run this command:
keytool -genkey -keystore UMS.jks -alias UMS -keyalg RSA -sigalg SHA256withRSA -validity 365000 -keysize 2048 -storepass ...
Search found 2 matches
- Sun Apr 11, 2021 10:49 am
- Forum: Help and Support
- Topic: Docker
- Replies: 15
- Views: 33981
- Sun Apr 04, 2021 4:14 pm
- Forum: Help and Support
- Topic: Docker
- Replies: 15
- Views: 33981
Re: Docker
Alright, here's the deal. The dockerfile for the official Docker image contains several rough edges. Here's what you need in order to use the official Docker image.
Persistent Config
The default UMS config file inside the image is stored at /root/.config/UMS/UMS.conf so you could just map a ...
Persistent Config
The default UMS config file inside the image is stored at /root/.config/UMS/UMS.conf so you could just map a ...