I’ve been following their work on implementing this via their newsletter and it seems to be coming along nicely. Can’t wait for them to complete implementing it.
(They/She)
This is my main lemmy account.
Admin of lemmy.cloudhub.social
I can also be found elsewhere on the fediverse at @jax@cloudhub.social
- 5 Posts
- 30 Comments
Really looking forward to SSO support!
jax@lemmy.cloudhub.socialto
Asklemmy@lemmy.ml•What was your first operating system or Linux Distribution?
2·2 years agoDesktop: Windows XP
Linux: Probably Raspbian on a Pi 2 b
Tech has come a long way since then lol
Currently using Nextcloud AIO and it’s pretty decent, though I’ve got 16 vCPU and 32 GB of RAM allocated to it right now, though it’s only using 10% CPU and ~7 GB of RAM at the moment.
I think it takes a while to warm up once you start adding data to it, especially depending on the plug-ins you add and amount of data.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoI should look into how to do that on my instance probably. Pictrs always seemed like a bit of a security nightmare.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoI disabled Pictrs around the time of CSAM attacks and have yet to bother enabling it again
Uhh… what?? When did that happen? I thought pictrs was a requirement also…
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoHuh, do you have your lemmy config documented somewhere? I keep running into issues with it and I’m not sure which component exactly is failing, but it’s annoying. I’m using this helm chart currently: ananace/lemmy It works, but I don’t have pict-rs setup in HA either.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoThey store the secrets in a file? Gross. What a poor way of handling that. Pretty sure environment variables would be more secure. Especially in Kubernetes.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
2·2 years agoYeah, I used to host a Matrix instance - could do that for this one too.
The issue is more about setting up the Kubernetes manifests and templating them. I usually use the chart’s built-in postgres and redis config, though using an operator would make it more scalable for sure.
I’m using Authentik for auth, but I do also like Keycloak.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoI’ve seen that around, but I prefer to run my own services instead of relying on a ready-built system like that. I find they don’t offer that much customization options usually.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
21·2 years agoI think both of the ones I mentioned have
docker-composefiles, which I think I can convert withkompose convert? I guess from there I would follow your steps and then start parameterizing it once it’s running properly.Thanks! I think I’ll start trying out PixelFed tomorrow.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
2·2 years agoThat’s actually super helpful! I haven’t done much custom Helm chart-ing, and was kinda lost where to start. That really helps break the process down, and the tip about skipping state to start is very wise.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoYeah, that’s the pain point - building and maintaining the charts.
Also, I know the charts likely wouldn’t have to be super complex, but I’m used to working with Bitnami’s charts that are massively complex - I just don’t have the time to go that in-depth.
jax@lemmy.cloudhub.socialOPto
Selfhosted@lemmy.world•Fediverse Apps on Kubernetes?English
1·2 years agoOh, I know I could get them to run with enough work. I just don’t have that much time to spend on initial implementation and upkeep of the charts.
I’m using FluxCD, which I believe can do deployments of plain Kubernetes manifests, but that still requires a decent amount of overhead to keep up to date.
Just because it’s not public facing doesn’t mean that it’s not an issue. It might be less of an issue, but it is still a massive vulnerability.
All it takes is one misconfiguration or other vulnerable system to use this as a jumping off point to burrow into other systems. Especially if this system has elevated access to sensitive locations within your network.
jax@lemmy.cloudhub.socialto
Selfhosted@lemmy.world•Lemmy selfhosters, how do you handle pictrs' state (sled)English
1·3 years agoI’m on Kubernetes, but it’d be the same via Docker - a volume mount (iirc at the same place it stores local data if you don’t use S3, should be in the docs)
jax@lemmy.cloudhub.socialto
Selfhosted@lemmy.world•Fellow self-hosters of Lemmy, what is your domain name?English
3·3 years agoMy instance has a couple users currently lol
jax@lemmy.cloudhub.socialto
Asklemmy@lemmy.ml•Is anybody else more active here then they were on Reddit?
2·3 years agoYes, I am significantly more active here than I was on Reddit (at least recently, my decline on posting/commenting on Reddit started a few years ago).






For a mini PCs, K3s or even Nomad (not really Kubernetes), would probably be better solutions. Should be easier to manage in a lab too.