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.

  • bitwolf@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 hours ago

    Trying to get navidrome routed through Traefik.

    I think it’s rejecting it as an untrusted proxy because forwarding the ports locally works.

    Also working on getting Traefik up and running on a TuringPi cluster to eventually move my workloads over to it.

    • eutampieri@feddit.it
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      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

        • eutampieri@feddit.it
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          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