mirror of
https://github.com/fosrl/templates.git
synced 2025-05-13 05:30:36 +01:00
34 lines
2.5 KiB
XML
34 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>Pangolin</Name>
|
|
<Repository>fosrl/pangolin</Repository>
|
|
<Registry>https://hub.docker.com/r/fosrl/pangolin</Registry>
|
|
<Network>bridge</Network>
|
|
<MyIP/>
|
|
<Shell>sh</Shell>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/fosrl/pangolin/issues</Support>
|
|
<Project>https://fossorial.io</Project>
|
|
<Overview>Pangolin (https://github.com/fosrl/pangolin) is a tunneled reverse proxy server and dashboard UI with identity and access control built in. Pangolin can optionally be used in Local mode as a normal reverse proxy for users who don't want/need tunnels, but still want to take advantage of its excellent authentication features.
|
|

|
|
Chat with us on Discord!
|
|

|
|
https://discord.gg/HCJR8Xhme4</Overview>
|
|
<Category>Security: Tools: Network:Web Network:Proxy Network:Management Network:VPN Network:Other</Category>
|
|
<WebUI>http://[IP]:[PORT:3002]</WebUI>
|
|
<TemplateURL/>
|
|
<Icon>https://raw.githubusercontent.com/fosrl/pangolin/refs/heads/main/public/logo/pangolin_orange_512x512.png</Icon>
|
|
<ExtraParams/>
|
|
<PostArgs/>
|
|
<CPUset/>
|
|
<DateInstalled>1736998906</DateInstalled>
|
|
<DonateText/>
|
|
<DonateLink/>
|
|
<Requires/>
|
|
<Config Name="Config" Target="/app/config" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false"></Config>
|
|
<Config Name="Server Admin Email" Target="USERS_SERVERADMIN_EMAIL" Default="" Mode="" Description="This will override anything in the config file." Type="Variable" Display="always" Required="false" Mask="false">admin@example.com</Config>
|
|
<Config Name="Server Admin Password" Target="USERS_SERVERADMIN_PASSWORD" Default="" Mode="" Description="This will override anything in the config file." Type="Variable" Display="always" Required="false" Mask="true">Password123!</Config>
|
|
<Config Name="WebUI Port" Target="3002" Default="" Mode="tcp" Description="This port must match server.next_port in the config file." Type="Port" Display="always" Required="false" Mask="false">3002</Config>
|
|
<Config Name="External API Port" Target="3000" Default="" Mode="tcp" Description="This port must match server.external_port in the config file." Type="Port" Display="always" Required="false" Mask="false">3000</Config>
|
|
<Config Name="Internal API Port" Target="3001" Default="" Mode="tcp" Description="This port must match server.internal_port in the config file." Type="Port" Display="always" Required="false" Mask="false">3001</Config>
|
|
</Container>
|