• 1 Post
  • 40 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle



  • eutampieri@feddit.ittoLinux@lemmy.mlLiberating my Surface with Linux Mint
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    edit-2
    1 month ago

    Cool! Next time, use Balena Etcher instead of Rufus

    Edit: I remember for sure that there was a wiki page that said not to use these tools because they modify the image (I think Rufus extracts the image to a FAT FS?).

    However, the Ubuntu wiki now reads:

    Rufus Rufus is the tool in Windows that is recommended officially by Ubuntu. A tutorial is available from here.
















  • 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