Nextpvr Template issues


Recommended Posts

here is my template i can get it to build but the webui will not work and im not sure how to add a log so i can see the errors. i copped most of this and modded it slightly so im not sure whats wrong.

 

<?xml version="1.0"?>
<Container version="2">
  <Name>nextpvr</Name>
  <Repository>nextpvr/nextpvr_amd64</Repository>
  <Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry>
  <Network>bridge</Network>
  <Shell>bash</Shell>
  <Privileged>false</Privileged>
  <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI>
  <Icon>https://d36jcksde1wxzq.cloudfront.net/saas-mega/blueFingerprint.png</Icon>
  <ExtraParams>--device=192.168.1.68</ExtraParams>
  <DateInstalled>1599243887</DateInstalled>
  <Networking>
    <Mode>bridge</Mode>
    <Publish/>
  </Networking>
- <Data>
- <Volume>
  <HostDir>/mnt/user/Recordings/</HostDir>
  <ContainerDir>/recordings</ContainerDir>
  <Mode>rw</Mode>
  </Volume>
- <Volume>
  <HostDir>/mnt/user/appdata/NextPVR/Buffer</HostDir>
  <ContainerDir>/buffer</ContainerDir>
  <Mode>rw</Mode>
  </Volume>
- <Volume>
  <HostDir>/mnt/user/appdata/NextPVR/Config/</HostDir>
  <ContainerDir>/config</ContainerDir>
  <Mode>rw</Mode>
  </Volume>
  </Data>
  <Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Recordings/</Config>
  <Config Name="Buffer" Target="/buffer" Default="" Mode="rw" Description="Live TV Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Buffer</Config>
  <Config Name="Configuration" Target="/config" Default="" Mode="rw" Description="Configuration Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Config/</Config>
</Container>
 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.