I’ve been working with the two suggested LemmyNet installation methods; Docker and Ansible. Neither are too wild of a setup, but they aren’t plug and play docker-compose-like, either.
I want to run a LemmyNet on a subdomain; lemmy.domain.com, and use nginx-proxy-manager to point traffic in the right direction, but it will be on the same local IP… some port changes will need to be made.
Is anyone running their own instances? Have suggestions or tips with things that helped you lean up a lemmy.subnet?
Cheers!!
- pAULIE42o
- . . . . . . . . . . .
- /s
I am running Lemmy in a Kubernetes cluster. You can find the helm charts and a short documentation here: https://github.com/grouvie/lemmy_help
I am happy to help should anyone have further questions. :)
Interesting! What are the specs of the pods in your cluster?
Hosting at Hetzner.
Server configuration may appear a bit weird. I have the storage managed with longhorn. It’s not on the nodes, but mounted to them.
Nice, thanks for sharing! I’d like to try to integrate this with a CI/CD pipeline as I’ll be forking Lemmy with slight modifications that I’d like to make. Do you have any experience with this?
Absolutely! Today I made significant improvements to the lemmy_help guide, which means deploying lemmy should now be even more straightforward. Personally, I have successfully deployed my instance using argoCD. However, I’m also aware of someone else who has been using my helm charts to deploy lemmy with fluxCD.
As for hosting self-built applications, I personally have been using Harbor