EricJMarti / inventory-hunter

⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock
MIT License
1.12k stars 263 forks source link

Synology DSM Execution Command #222

Open ConnorH1 opened 3 years ago

ConnorH1 commented 3 years ago

I'm having trouble passing the run parameters in the docker UI for Synology NAS. I created my .yaml files in my /config directory and I'm configuring the execution command in Docker UI as such:

image

The container fails and returns these in the logs:

starting: -c ./config/products.yaml -q ./config/alerts.yaml
./init.bash: line 21: eval: -c: invalid option
eval: usage: eval [arg ...]

I have tried entering "./docker_run.bash -c ./config/products.yaml -q ./config/alerts.yaml" as my execution command but docker says ./docker_run.bash command is not recognized.

I'm curious if anyone else has success running this in Synology Docker UI?

Thanks.

Tritschla commented 2 years ago

Hello together,

might be a little late to the party but I have the very same issue. Is there any solution for getting Inventory Hunter running on Synology DSM Docker UI?