bouncepaw / mycorrhiza

🍄📑 Filesystem and git-based wiki engine for the independent web written in Go and using Mycomarkup as its primary markup language.
https://mycorrhiza.wiki
GNU Affero General Public License v3.0
300 stars 26 forks source link

Publish container image for mycorrhiza? #168

Closed decentral1se closed 2 years ago

decentral1se commented 2 years ago

Loving the statically compiled binaries but for projects like https://coopcloud.tech who can only serve containers, it would be very handy to get an image published from upstream. If you're not against it, I could submit the pull request myself. I am aiming to make a Co-op Cloud recipe so this would help me :smile: You'd have to integrate yourselves into docker hub somehow though (it can also be done manually, e.g. docker build ... & docker push ...) to get the bouncepaw/... namespace.

bouncepaw commented 2 years ago

We generally delegate Mycorrhiza packaging on other platforms. We have packages on AUR and Alpine which are maintained separately, and it works great. We want the same for Docker thingy and that Coop cloud thingy. So, if you want to do this yourself, we will be glad! We will add links to the deployment guide on the wiki:

=> https://mycorrhiza.wiki/hypha/deployment

We have a Dockerfile though. It was contributed and we just kept it. We actually have no idea how to use Docker.

decentral1se commented 2 years ago

Fair enough! I've done some publishing/packaging, here are the links (WIP...):