Skip to content

Commit

Permalink
created tabby-web.xml template in response to issue CA Template Reque…
Browse files Browse the repository at this point in the history
…st - <tabby-web> #347
  • Loading branch information
bravohotel91 committed Jan 26, 2024
1 parent fcd7720 commit 9fcffc9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions templates/tabby-web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<Container version="2">
<Name>tabby-web</Name>
<Repository>ghcr.io/eugeny/tabby-web:latest</Repository>
<Registry>https://hub.docker.com/r/outlinewiki/outline/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/Eugeny/tabby-web/issues/new</Support>
<Project>https://tabby.sh</Project>
<Overview>Tabby Web - an SSH/Telnet/Serial client in your browser.&#xD;</Overview>
<Category>Productivity:</Category>
<WebUI>http://[IP]:[PORT:9090]</WebUI>
<Requires>MariaDB&#xD;</Requires>
<Config Name="Port HTTP" Target="80" Default="9090" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">9090</Config>
<Config Name="Database URL" Target="DATABASE_URL" Default="mysql://root:123@db/tabby" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">mysql://root:123@db/tabby</Config>
<Config Name="Debug" Target="DEBUG" Default="false" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">false</Config>
<Config Name="Docker Arguments" Target="DOCKERIZE_ARGS" Default="-wait tcp://db:3306 -timeout 60s" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">-wait tcp://db:3306 -timeout 60s</Config>
<Config Name="Port" Target="PORT" Default="9090" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">9090</Config>
</Container>

0 comments on commit 9fcffc9

Please sign in to comment.