add crypto as category
This commit is contained in:
parent
99be01b033
commit
5274dc08d9
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
<p>wget -O /mnt/user/appdata/crypto-exchanges-gateway/config.json <a href="https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json">https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json</a></p>
|
<p>wget -O /mnt/user/appdata/crypto-exchanges-gateway/config.json <a href="https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json">https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json</a></p>
|
||||||
<p>edit config.json and <strong>change 127.0.0.1 to 0.0.0.0.</strong></p>
|
<p>edit config.json and <strong>change 127.0.0.1 to 0.0.0.0.</strong></p>
|
||||||
&lt;p&gt;Add API keys for the supported platform.&lt;/p&gt;</Overview>
|
&lt;p&gt;Add API keys for the supported platform.&lt;/p&gt;</Overview>
|
||||||
<Category>Productivity:</Category>
|
<Category>Productivity: Crypto:</Category>
|
||||||
<WebUI>http://[IP]:[PORT:8000]/</WebUI>
|
<WebUI>http://[IP]:[PORT:8000]/</WebUI>
|
||||||
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/crypto-exchanges-gateway.xml</TemplateURL>
|
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/crypto-exchanges-gateway.xml</TemplateURL>
|
||||||
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/crypto-exchanges-gateway.png</Icon>
|
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/crypto-exchanges-gateway.png</Icon>
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
<Config Name="HTTP Port" Target="8000" Default="8000" Mode="tcp" Description="HTTP Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
|
<Config Name="HTTP Port" Target="8000" Default="8000" Mode="tcp" Description="HTTP Port" Type="Port" Display="always" Required="false" Mask="false">8000</Config>
|
||||||
<Config Name="WS Port" Target="8001" Default="8001" Mode="tcp" Description="WS Port" Type="Port" Display="always" Required="false" Mask="false">8001</Config>
|
<Config Name="WS Port" Target="8001" Default="8001" Mode="tcp" Description="WS Port" Type="Port" Display="always" Required="false" Mask="false">8001</Config>
|
||||||
<Config Name="Config Path" Target="/root/crypto-exchanges-gateway/custom_config" Default="/mnt/user/appdata/crypto-exchanges-gateway/" Mode="rw" Description="https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/crypto-exchanges-gateway/</Config>
|
<Config Name="Config Path" Target="/root/crypto-exchanges-gateway/custom_config" Default="/mnt/user/appdata/crypto-exchanges-gateway/" Mode="rw" Description="https://raw.githubusercontent.com/aloysius-pgast/crypto-exchanges-gateway/master/config/config.sample.json" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/crypto-exchanges-gateway/</Config>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Reference in a new issue