Skip to content

Commit

Permalink
Merge pull request #501 from BenJamesAndo/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Jul 17, 2024
2 parents 9ecb380 + 7bd06a0 commit af6cd33
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions templates/watchyourlan.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<Container version="2">
<Name>WatchYourLAN</Name>
<Repository>aceberg/watchyourlan</Repository>
<Registry>https://hub.docker.com/r/aceberg/watchyourlan</Registry>
<Network>host</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/aceberg/WatchYourLAN</Support>
<Project>https://github.com/aceberg/WatchYourLAN</Project>
<Overview>Lightweight network IP scanner with web GUI.</Overview>
<Category>Tools: Network:Management</Category>
<WebUI>http://[IP]:[PORT:8840]</WebUI>

Check failure on line 13 in templates/watchyourlan.xml

View workflow job for this annotation

GitHub Actions / build

WebUI Port not in Config

WebUI Port 8840 is not a target in Config
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/watchyourlan.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/aceberg/WatchYourLAN/main/assets/logo.png</Icon>
<Requires>Network Type needs to be set to Host. Once running you may need to add bond0 eth0 br0 as Interfaces in the Config tab, depending on your Unraid setup.</Requires>
<Config Name="Config" Target="/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/wyl</Config>
<Config Name="Web UI" Target="GUIPORT" Default="8840" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">8840</Config>
</Container>

0 comments on commit af6cd33

Please sign in to comment.