What’s up, what’s down and what are you not sure about?
Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.
I finally finished my first iteration of my Minilab including a very smooth migration from the old server yesterday so I can go to the service side of things again. I plan to get some kind of selfhosters VPN for external access to stuff that’s not exposed to the internet, I’ll have to investigate which one.
I have navidrome running in k8s behind Træfik. Do you want to take a look at my environment variables for navidrome? I haven’t configured anything on Træfik
Sure thank you 🙂
Sorry, I can’t help you. I configured only the TZ and the schedule env vars…
spec: containers: env: - name: TZ value: Europe/Rome - name: ND_SCANSCHEDULE value: 0 * * * * image: deluan/navidrome:latest imagePullPolicy: IfNotPresent name: navidrome ports: - containerPort: 4533 hostIP: null hostPort: null name: http protocol: TCP volumeMounts: - mountPath: /data mountPropagation: null name: config-volume - mountPath: /music name: music readOnly: true