AppFeed/templates/NixonInnesRepository/alpaca-to-influxdb.xml
2021-04-07 08:47:39 -04:00

54 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>alpaca-to-influxdb</Name>
<Repository>nixoninnes/alpaca-to-influxdb:latest</Repository>
<Registry>https://hub.docker.com/r/nixoninnes/binance-to-influxdb</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/105293-support-nixoninnes-unraid-builds/</Support>
<Overview>Alpaca to Influx is a container designed to be run on an [Unraid](https://www.unraid.net/) server via Docker. The purpose of the container is to simplify the ingestion of stock market data, provided by the [Alpaca API](https://alpaca.markets/), into your own [Influx database](https://www.influxdata.com/). &#13;
The container collects the 1m candles (klines) for each of the configured market tickers.</Overview>
<WebUI></WebUI>
<TemplateURL>https://raw.githubusercontent.com/NixonInnes/unraid-builds-xml/main/alpaca-to-influxdb.xml</TemplateURL>
<Icon></Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish></Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/alpaca-to-influxdb</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>ALPACA_ID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>ALPACA_KEY</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>INFLUX_TOKEN</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Config" Target="/config" Default="/mnt/user/appdata/alpaca-to-influxdb" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/alpaca-to-influxdb</Config>
<Config Name="Alpaca API Key ID" Target="ALPACA_ID" Default="" Mode="" Description="Container Variable: ALPACA_ID" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="Alpaca API Key Secret" Target="ALPACA_KEY" Default="" Mode="" Description="Container Variable: ALPACA_KEY" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="InfluxDB Token" Target="INFLUX_TOKEN" Default="" Mode="" Description="Container Variable: INFLUX_TOKEN" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Date>1617667168</Date>
<Description>Alpaca to Influx is a container designed to be run on an (https://www.unraid.net/) server via Docker. The purpose of the container is to simplify the ingestion of stock market data, provided by the (https://alpaca.markets/), into your own (https://www.influxdata.com/). &#13;
The container collects the 1m candles (klines) for each of the configured market tickers.</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/NixonInnesRepository/alpaca-to-influxdb.xml</templatePath>
</Container>