Skip to content

Commit

Permalink
- Add template for ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 15, 2025
1 parent 9f0f450 commit 60ccc30
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file added images/ngrok-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions templates/ngrok.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0"?>
<Container version="2">
<Name>ngrok</Name>
<Repository>ngrok/ngrok:latest</Repository>
<Registry>https://hub.docker.com/r/ngrok/ngrok</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>Latest stable release</TagDescription>
</Branch>
<Network>host</Network>
<Privileged>false</Privileged>
<Support>https://ngrok.com/docs</Support>
<Project>https://ngrok.com/</Project>
<Overview>
All-in-one API gateway, Kubernetes Ingress, DDoS protection, firewall, and global load balancing as a service.
</Overview>
<Beta>False</Beta>
<Category>Cloud: Productivity: Tools: Other: Status:Stable</Category>
<ExtraSearchTerms>api gateway kubernetes ingress ddos protection firewall load balancing</ExtraSearchTerms>
<Icon>https://raw.githubusercontent.com/nwithan8/unraid_templates/master/images/ngrok-icon.png</Icon>
<TemplateURL>https://raw.githubusercontent.com/nwithan8/unraid_templates/main/templates/ngrok.xml</TemplateURL>
<Maintainer>
<WebPage>https://github.com/nwithan8</WebPage>
</Maintainer>
<Changes>
### 2025-01-15

Initial release
</Changes>
<PostArgs>http 80</PostArgs>
<Config Name="Auth Token" Target="NGROK_AUTHTOKEN" Default="" Description="Your ngrok auth token" Type="Variable" Display="always" Required="false" Mask="true"/>
</Container>

0 comments on commit 60ccc30

Please sign in to comment.