CasaOS-AppStore icon indicating copy to clipboard operation
CasaOS-AppStore copied to clipboard

[App Request] OpenWebRX Plus

Open ChandraOrbit opened this issue 1 year ago • 3 comments

App Information

Name: openwebrx+ Short Description: OpenWebRX is an open source web-based software defined radio application that allows users to share access to one ore more SDR devices using a browser Official Website: https://luarvique.github.io/ppa/ GitHub Repository: https://github.com/luarvique/openwebrx Docker Image: slechev/openwebrxplus:latest

Why do you want this app?

OpenWebRX is designed for public shared access. The main purpose of this application is to allow users to receive signals remotely that they wouldn't otherwise be able to receive on their own.

Additional information?

Docker Compose

name: owrxp services: owrxp: devices: - /dev/bus/usb:/dev/bus/usb environment: - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin image: slechev/openwebrxplus ports: - target: 8073 published: "8073" protocol: tcp restart: unless-stopped volumes: - type: bind source: /var/lib/docker/volumes/owrxp-settings/_data target: /var/lib/openwebrx - type: bind source: /var/lib/docker/volumes/owrxp-etc/_data target: /etc/openwebrx x-casaos: devices: - container: /dev/bus/usb description: en_us: "" envs: - container: PATH description: en_us: "" image: "" ports: - container: "8073" description: en_us: "" volumes: - container: /var/lib/openwebrx description: en_us: "" - container: /etc/openwebrx description: en_us: "" cap_add: [] command: [] network_mode: bridge privileged: false container_name: "" hostname: "" cpu_shares: 90 deploy: resources: limits: memory: 1810M x-casaos: architectures: - arm64 author: CasaOS User category: unknown description: en_us: "" developer: unknown icon: "" image: null is_uncontrolled: false main: owrxp port_map: "8073" scheme: http store_app_id: owrxp tagline: en_us: This is a compose app converted from a legacy app (CasaOS v0.4.3 or earlier) thumbnail: "" tips: custom: This is a compose app converted from a legacy app (CasaOS v0.4.3 or earlier) title: en_us: owrxp custom: "" hostname: "" index: /

If you want more information, check their documentation https://www.openwebrx.de

ChandraOrbit avatar Jul 10 '24 11:07 ChandraOrbit

I'm making my own openwebrx+ its called CasaRX I have a photo of it here Screenshot 2024-11-16 8 54 27 AM

and a start page too Screenshot 2024-11-16 8 39 21 AM

I didn't post it on GitHub yet because I don't know how and I'm just modifying the code a little so it looks cooler I used httpd for the start page website

Rad-nerd avatar Nov 16 '24 14:11 Rad-nerd

let me know if you know how to make a modified container with changed settings in the Dockerfile I'm kind of New to everything related to Linux docker and coding in general

Rad-nerd avatar Dec 15 '24 17:12 Rad-nerd

I forked the ( slechev/openwebrxplus-softmbe / openwebrxplus-docker-builder ) and I'm ready to modify it! here's a link of the fork [](url)

Rad-nerd avatar Dec 15 '24 18:12 Rad-nerd