docker-compose.yml:
version: '3.8'
services:
owrxp-nightly:
image: slechev/openwebrxplus-softmbe
container_name: openwebrxplus-softmbe
devices:
- /dev/bus/usb:/dev/bus/usb
ports:
- "8073:8073"
volumes:
- owrxp-settings:/var/lib/openwebrx
- owrxp-etc:/etc/openwebrx
- owrxp-plugins:/usr/lib/python3/dist-packages/htdocs/plugins
- owrxp-plugins:/usr/share/openwebrx/htdocs/plugins
restart: unless-stopped
volumes:
owrxp-settings:
owrxp-etc:
owrxp-plugins:
Install plugins:
https://github.com/0xAF/openwebrxplus-plugins
Create Symlink:
sudo ln -s /usr/lib/python3/dist-packages/htdocs/plugins plugins
Add user:
docker exec -it owrxp-nightly python3 openwebrx.py admin adduser [username]
docker exec -it openwebrxplus-softmbe ./run.sh admin adduser [username]