oss-apps / split-pro

Open source alternative to Splitwise
https://splitpro.app
GNU Affero General Public License v3.0
127 stars 10 forks source link

Release on docker hub or elsewhere #65

Open Openhabber opened 1 month ago

Openhabber commented 1 month ago

This is so great and does everything I want! THANK YOU!

However, to make updating and deploying easier, Would it be possible to Release a prebuilt Image on dockerhub or ghcr.io? (github)

KMKoushik commented 1 month ago

@Openhabber This is a great idea. I want to make self hosting easier for sure. I never done this before. Will defenitely look into it.

Btw, PRs are welcome

Openhabber commented 1 week ago

Im not sure either how exactly. I guess its just tied to some sort of cicd of the github project and not easily added via PR.

See https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

I think having a simple way to setup via docker is the only way this project is getting used by people

KMKoushik commented 6 days ago

@Openhabber Just spent some time for creating and hosting docker image for unsend, https://github.com/unsend-dev/unsend

Need to port these here!