Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. ChannelsDVR for cloudron

ChannelsDVR for cloudron

Scheduled Pinned Locked Moved App Wishlist
1 Posts 1 Posters 244 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gzowner
    wrote on last edited by
    #1

    Can you make a build for channelsDVR?
    they do have thier own docker.
    https://getchannels.com/dvr-server/#docker

    Start up Channels DVR Server via Docker:
    docker run
    --detach
    --name=channels-dvr
    --net=host
    --restart=on-failure:10
    --device /dev/dri:/dev/dri
    --volume /mnt/disk/dvr/config:/channels-dvr
    --volume /mnt/disk/dvr/recordings:/shares/DVR
    fancybits/channels-dvr:latest
    Or add this to your docker-compose.yml:
    channels-dvr:
    image: fancybits/channels-dvr:latest
    container_name: channels-dvr
    network_mode: host
    ports:
    - "8089:8089"
    restart: on-failure:10
    devices:
    - /dev/dri:/dev/dri
    volumes:
    - /mnt/disk/dvr/config:/channels-dvr
    - /mnt/disk/dvr/recordings:/shares/DVR
    Use the fancybits/channels-dvr:tve image if you need TV Everywhere support
    The --net=host option is required for the Channels apps to discovery your DVR via Bonjour.
    Neither Docker for Mac nor Docker for Windows support --net=host. When running on these platforms, you'll have to connect to Channels DVR Server by IP address from Channels. You can do this in the Settings tab of the Channels Apps.

    1 Reply Last reply
    0
    • girishG girish moved this topic from Feature Requests on
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Bookmarks
    • Search