dhojayev / traderepublic-portfolio-downloader

App that downloads transactions and PDF documents from Trade Republic depot
GNU General Public License v3.0
14 stars 0 forks source link

Introduce docker-compose.yml and Dockerfile for running the binary in a docker container #38

Open dhojayev opened 2 months ago

dhojayev commented 2 months ago

Is your feature request related to a problem? Please describe. Since our binaries are not signed they can stop someone from executing them on their machine due to security concerns. We currently have no plans in enabling signing our binaries. Of course, anyone can download the source code, compile it locally and run it without any signature requirements. This approach is still valid and useful for people with "know-how", however, it requires downloading the go sdk and go modules which can be a very time consuming process.

Describe the solution you'd like Instead, we could offer docker-compose.yml and Dockerfile to run the binary inside a container which drastically reduces the complexity for the end user. Anyone with docker installed on their machine could quickly pull the image and execute the binary inside a container in an isolated environment. We need to:

Dustinhoefer commented 1 month ago

+1