Fix project link for wifi-card

The old site was dead and this now points at the GitHub which does also have a link to the new hosted version
This commit is contained in:
rtm516 2022-05-08 13:53:32 +01:00 committed by GitHub
parent b0211b2945
commit 359f3239f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<Shell>sh</Shell> <Shell>sh</Shell>
<Privileged>false</Privileged> <Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support> <Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://wifi.dev.bdw.to/</Project> <Project>https://github.com/bndw/wifi-card</Project>
<Overview>Print a neat little card with your WiFi info and stick it on the fridge.</Overview> <Overview>Print a neat little card with your WiFi info and stick it on the fridge.</Overview>
<Category>Other:</Category> <Category>Other:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI> <WebUI>http://[IP]:[PORT:80]/</WebUI>
@ -15,4 +15,4 @@
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wifi-card.png</Icon> <Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wifi-card.png</Icon>
<Description>Print a neat little card with your WiFi info and stick it on the fridge.</Description> <Description>Print a neat little card with your WiFi info and stick it on the fridge.</Description>
<Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config> <Config Name="Port" Target="80" Default="8000" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8000</Config>
</Container> </Container>