You are here

Ugreen NAS - Docker installation

3 posts / 0 new
Last post
gIr0d
Offline
Joined: 18 hours
Last seen: 15 hours
Ugreen NAS - Docker installation

All

Issue: After installation and configuration in Docker I do not get the guide.xml, I also have no log file created - why?

Details:

I've downloaded the latest version and now also an older version v3.2.3 as I was following this installation guide:

WebGrabPlus - self-hosted EPG via Docker

My WebGrab++.config.XML looks like this (license email and password removed)

<?xml version="1.0"?>
<settings>
   
  <!-- for detailed info about the settings see http://webgrabplus.com/documentation/configuration/webgrabconfigxml 
  and http://webgrabplus.com/sites/default/files/downloads/Misc/Documented_Con... -->
   
  <filename>/data/guide.xml</filename>
  <mode></mode>
  <postprocess grab="y" run="n">rex</postprocess>
  <user-agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71</user-agent>
  <!--<decryptkey site="site-name">decrypt_userkey</decryptkey>-->
  <license wg-username="gIr0d" registered-email="xxxxx" password="xxxxxx">f</license>
  <logging>on</logging>
  <retry time-out="5">4</retry>
  <timespan>7</timespan>
  <update>f</update>
 
  <!--
            Replace the next dummy channel entry with the channels you want.
            You can look into the installed siteini.pack folder on your computer
  
            For the latest version,
            see http://webgrabplus.com/epg-channels for the available sites/channels
  -->
  
  <channel update="i" site="teleboy.ch" site_id="303" xmltv_id="SRF1HD">SRF1HD</channel>
 
</settings>

The log of the Container is telling me anything helpful:

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    10
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing... 
******** Please use the file wg3-cron to adjust the scheduled time for running WebGrab++. wg-cron can now be deleted. ********
[cont-init.d] 30-config: exited 0.
[cont-init.d] 90-custom-folders: executing... 
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-scripts: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

 

environment variable TZ is added Europe/Berlin.

NAS directories are configured for container directory /config and /data with read/write permissions.

 

What do I miss please?

 

gIr0d
Offline
Joined: 18 hours
Last seen: 15 hours

Ok found in a post this command, where its creating the XML however all in index mode even I've registred an account here.

Command:

sudo docker exec -it webgrabplus /app/dotnet/dotnet /app/wg++/bin.net/WebGrab+Plus.dll /config/

I guess even having an account here I'm a not registered user:

[        ] WebGrab++ license request and update log
[        ] 2026/06/23 13:13
[  Info  ] Username         : gIr0d
[  Info  ] Registered EMail : myemail
[  Info  ] License Password : xxxx
[        ] 
[  Info  ] No License update required
[  Info  ] Next update, first run after : 2026/06/30 13:09
[Warning ] License has expired !
[  Info  ] The program will run with performance settings : 'un_registered_user'
[  Info  ] License check .. done

 

gIr0d wrote:

All

Issue: After installation and configuration in Docker I do not get the guide.xml, I also have no log file created - why?

Details:

I've downloaded the latest version and now also an older version v3.2.3 as I was following this installation guide:

WebGrabPlus - self-hosted EPG via Docker

My WebGrab++.config.XML looks like this (license email and password removed)

<?xml version="1.0"?>
<settings>
   
  <!-- for detailed info about the settings see http://webgrabplus.com/documentation/configuration/webgrabconfigxml 
  and http://webgrabplus.com/sites/default/files/downloads/Misc/Documented_Con... -->
   
  <filename>/data/guide.xml</filename>
  <mode></mode>
  <postprocess grab="y" run="n">rex</postprocess>
  <user-agent>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 Edg/79.0.309.71</user-agent>
  <!--<decryptkey site="site-name">decrypt_userkey</decryptkey>-->
  <license wg-username="gIr0d" registered-email="xxxxx" password="xxxxxx">f</license>
  <logging>on</logging>
  <retry time-out="5">4</retry>
  <timespan>7</timespan>
  <update>f</update>
 
  <!--
            Replace the next dummy channel entry with the channels you want.
            You can look into the installed siteini.pack folder on your computer
  
            For the latest version,
            see http://webgrabplus.com/epg-channels for the available sites/channels
  -->
  
  <channel update="i" site="teleboy.ch" site_id="303" xmltv_id="SRF1HD">SRF1HD</channel>
 
</settings>

The log of the Container is telling me anything helpful:

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/

Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    10
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing... 
******** Please use the file wg3-cron to adjust the scheduled time for running WebGrab++. wg-cron can now be deleted. ********
[cont-init.d] 30-config: exited 0.
[cont-init.d] 90-custom-folders: executing... 
[cont-init.d] 90-custom-folders: exited 0.
[cont-init.d] 99-custom-scripts: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

 

environment variable TZ is added Europe/Berlin.

NAS directories are configured for container directory /config and /data with read/write permissions.

 

What do I miss please?

 

mat8861
Offline
WG++ Team memberDonator
Joined: 10 years
Last seen: 8 hours

you need to be a donator, in particular if you run encrypted siteini. For a year i think is 5 euro (250 channels)

Log in or register to post comments

Brought to you by Jan van Straaten

Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl