dvankley / firefly-plaid-connector-2

Connector to pull Plaid financial data into the Firefly finance tool
GNU General Public License v3.0
94 stars 14 forks source link

Request for documentation on building a docker image from source #93

Closed CraftingGamerTom closed 3 months ago

CraftingGamerTom commented 3 months ago

Being that this is bank related it would be safer if I were to build a docker image from source rather than the released version. However, I have not used this tech stack before and I don't see a dockerfile. The HELP.md page linked to very generic information for building an image. Could anyone point me in the correct direction to building my own image and deploying? Im happy to help write documentation as well as soon as I understand it better

Thanks :)

dvankley commented 3 months ago

I didn't even realize the HELP.md file was there; that looks to be an artifact of the initial template. I've deleted it.

I added instructions on this to the README. Basically just run ./gradlew bootBuildImage --imageName=your-docker-registry/firefly-plaid-connector-2. You can also see how the GHCR images are built here: https://github.com/dvankley/firefly-plaid-connector-2/blob/main/.github/workflows/docker-push.yml#L53-L56.

CraftingGamerTom commented 3 months ago

Thanks so much! I organized the README a bit - It actually is a lot of changes but it does clarify a lot of the setup steps. I learned a lot about how to set this up by organizing it as I was a bit confused before. I also noticed a lot of extra new lines - Let me know what you think

Thanks for the connector - Im working on getting production access on Plaid now and look forward to setting this up 😄

PR for the README on its way