add templates

This commit is contained in:
A75G 2020-06-25 21:35:09 +03:00
parent 396f50aa09
commit 9e6d594fcc
5 changed files with 72 additions and 1 deletions

View file

@ -92,6 +92,8 @@
- [Solr](#solr)
- [StackEdit](#stackedit)
- [Synapse-admin](#synapse-admin)
- [Tar1090](#tar1090)
- [Torprivoxy](#torprivoxy)
- [Wallabag](#wallabag)
* [Default username and password](#default-username-and-password-6)
* [PHP errors](#php-errors)
@ -101,7 +103,6 @@
* [Default username and password](#default-username-and-password-7)
* [Notes](#notes-13)
----
# Airsonic-advanced
![Airsonic-advanced](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/airsonic-advanced.png)
@ -1039,6 +1040,36 @@ Password: ```gopher```
**[`^back to top^`](#unraid-templates)**
----
# Tar1090
![Tar1090](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/tar1090.png)
*Icons made by <a href="https://smashicons.com/" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>*
**Application Name:** Synapse-admin
**Application Site:** https://www.github.com/mikenye/docker-tar1090
**Docker Hub:** https://hub.docker.com/r/mikenye/tar1090
**Github:** https://www.github.com/mikenye/docker-tar1090
**[`^back to top^`](#unraid-templates)**
----
# Torprivoxy
![Torprivoxy](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/torprivoxy.png)
*Icons made by <a href="https://www.flaticon.com/authors/photo3idea-studio" title="photo3idea_studio">photo3idea_studio</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>*
**Application Name:** Synapse-admin
**Application Site:** https://github.com/avpnusr/torprivoxy
**Docker Hub:** https://hub.docker.com/r/avpnusr/torprivoxy/
**Github:** https://github.com/avpnusr/torprivoxy
**[`^back to top^`](#unraid-templates)**
----
# Wallabag
![Wallabag](https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/wallabag.png)

BIN
templates/icons/tar1090.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

22
templates/tar1090.xml Normal file
View file

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<Container version="2">
<Name>tar1090</Name>
<Repository>mikenye/tar1090:latest</Repository>
<Registry>https://hub.docker.com/r/mikenye/tar1090/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://hub.docker.com/r/mikenye/tar1090</Project>
<Overview>Multi-arch tar1090 container for visualising ADSB data.</Overview>
<Category>Other:</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/tar1090.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/tar1090.png</Icon>
<Description>Multi-arch tar1090 container for visualising ADSB data.</Description>
<Config Name="Port" Target="80" Default="8078" Mode="tcp" Description="Port" Type="Port" Display="always" Required="true" Mask="false">8078</Config>
<Config Name="BEASTHOST" Target="BEASTHOST" Default="&amp;lt;BEASTHOST&amp;gt;" Mode="" Description="You will need a source of Beast data. This could be an RPi running PiAware, the mikenye/piaware image or mikenye/readsb." Type="Variable" Display="always" Required="true" Mask="false">&lt;BEASTHOST&gt;</Config>
<Config Name="MLATHOST" Target="MLATHOST" Default="&amp;lt;MLATHOST&amp;gt;" Mode="" Description="IP address of a host that can provide MLAT data." Type="Variable" Display="always" Required="true" Mask="false">&lt;MLATHOST&gt;</Config>
<Config Name="LAT" Target="LAT" Default="xx.xxxxx" Mode="" Description="Latitude" Type="Variable" Display="always" Required="true" Mask="false">xx.xxxxx</Config>
<Config Name="LONG" Target="LONG" Default="xx.xxxxx" Mode="" Description="Longitude" Type="Variable" Display="always" Required="true" Mask="false">xx.xxxxx</Config>
</Container>

18
templates/torprivoxy.xml Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<Container version="2">
<Name>torprivoxy</Name>
<Repository>avpnusr/torprivoxy:latest</Repository>
<Registry>https://hub.docker.com/r/avpnusr/torprivoxy/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://github.com/avpnusr/torprivoxy</Project>
<Overview>Small TOR and Privoxy container with just 8 MB</Overview>
<Category>Network:Proxy</Category>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/torprivoxy.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/torprivoxy.png</Icon>
<Description>Small TOR and Privoxy container with just 8 MB</Description>
<Config Name="HTTP Proxy" Target="8118" Default="8118" Mode="tcp" Description="HTTP Proxy" Type="Port" Display="always" Required="false" Mask="false">8118</Config>
<Config Name="SOCKS5 proxy" Target="9050" Default="9050" Mode="tcp" Description="SOCKS5 proxy" Type="Port" Display="always" Required="false" Mask="false">9050</Config>
</Container>