New updates available

openmediavault 7.1.0

  • Update locale files.
  • Issue #1731: Display file system details.
  • Issue #1736: Add support to create yearly scheduled shared folder snapshots.
  • Issue #1737: Add support for WPA3 authentication for wireless connections.

openmediavault-clamav 7.0-7

  • Update package dependencies

openmediavault-ftp 7.0-5

  • Update package dependencies

openmediavault-k8s 7.1.0-4

  • Update package dependencies

openmediavault-nut 7.0.3-2

  • Update package dependencies

New update available

openmediavault 7.0.5

  • Issue #1736: Add support to create yearly scheduled shared folder snapshots.

New update available

openmediavault-k8s 7.1.0

  • Use a PHP template engine to implement a DSL that allows users to access data from the configuration database and other system information inside their recipes. Right at the moment the following functions are supported: hostname, domain, fqdn, uid, gid, tz, sharedfolder_path, conf_get.

Examples:

apiVersion: apps/v1
kind: Deployment
...
spec:
  ...
  template:
    metadata:
      ...
    spec:
      containers:
        - securityContext:
            runAsNonRoot: true
            runAsUser: {{ gid('nobody') }}
            runAsGroup: {{ gid('nogroup') }}
          args:
            - "--port 3000"
            - "--base /wetty"
            - "--force-ssh"
            - "--ssh-port {{ conf_get('conf.service.ssh') | get('port') }}"
            - "--ssh-host {{ hostname() }}"
        ...
apiVersion: apps/v1
kind: Deployment
...
spec:
  ...
  template:
    metadata:
      ...
    spec:
      containers:
        ...
      volumes:
        - name: originals-volume
          hostPath:
            type: Directory
            path: {{ sharedfolder_path('images') }}

New updates available

openmediavault 6.9.15

  • Several improvements (backported enhancements and fixes from OMV7).

New updates available

openmediavault 7.0.4

  • Replace hdparm with smartctl in UDEV helper script.

openmediavault-k8s 7.0-5

  • Several improvements

openmediavault-usbbackup 7.0.2

  • Replace hdparm with smartctl to spin down hard disks after the backup job is done.