You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm making my own openwebrx+ its called CasaRX
I have a photo of it here
and a start page too
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
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: /
The text was updated successfully, but these errors were encountered: