add templates
This commit is contained in:
parent
396f50aa09
commit
9e6d594fcc
5 changed files with 72 additions and 1 deletions
33
README.md
33
README.md
|
@ -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
|
||||

|
||||
|
@ -1039,6 +1040,36 @@ Password: ```gopher```
|
|||
|
||||
**[`^back to top^`](#unraid-templates)**
|
||||
|
||||
----
|
||||
# Tar1090
|
||||

|
||||
|
||||
*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
|
||||

|
||||
|
||||
*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
|
||||

|
||||
|
|
BIN
templates/icons/tar1090.png
Normal file
BIN
templates/icons/tar1090.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
templates/icons/torprivoxy.png
Normal file
BIN
templates/icons/torprivoxy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
22
templates/tar1090.xml
Normal file
22
templates/tar1090.xml
Normal 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="&lt;BEASTHOST&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"><BEASTHOST></Config>
|
||||
<Config Name="MLATHOST" Target="MLATHOST" Default="&lt;MLATHOST&gt;" Mode="" Description="IP address of a host that can provide MLAT data." Type="Variable" Display="always" Required="true" Mask="false"><MLATHOST></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
18
templates/torprivoxy.xml
Normal 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>
|
Loading…
Reference in a new issue