Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EU
Posts
1
Comments
100
Joined
2 yr. ago

Selfhosted @lemmy.world

Tethered

  • Sorry, I can’t help you. I configured only the TZ and the schedule env vars…

     yaml
        
    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