❌

Normal view

There are new articles available, click to refresh the page.
Before yesterdayopenmediavault

New updates available

By: volker
25 August 2024 at 16:47

openmediavault 7.4.6

  • Update locale files.
  • Add UDEV rule to fix the duplicate serial number issue for Congdi 2.5-Inch USB 3.1 Type-C hard drive enclosures.
  • Add UDEV rule to fix the duplicate serial number issue for Insignia 2-Bay HDD docking stations.
  • Use subtree_check to reduce subtree attacks in the NFSv4 pseudo file system export. This can be modified via the OMV_NFSD_V4_PSEUDO_ROOT_OPTIONS environment variable.
  • Remove support to create Ext3 file systems from the UI.
  • Use of the internal quotas of Ext4 for new file systems to be created.
  • Improve file system quota Salt state.
  • Issue #1813: Return the configured mount point for each file system in the FileSystemMgmt::enumerateMountedFilesystems RPC instead of the dynamically determined one.

openmediavault-nut 7.0.4

  • Improve log file parsing.

The post New updates available first appeared on openmediavault.

New updates available

By: volker
14 August 2024 at 22:53

openmediavault 7.4.3

  • Issue #1809: Add the ability to customize the apticron configuration file via environment variables.

openmediavault-clamav 7.0.1

  • Issue #1811: Display clamav diagnostic information in the Diagnostics | Services | Antivirus page.

openmediavault-diskstats 7.0.1

  • Issue #1805: Show predictable device file in Disk I/O performance statistics tabs.

openmediavault-k8s 7.2.1

  • Remove commented lines to avoid processing incorrectly filled placeholders.

openmediavault-md 7.0.2

  • Relocate mdadm cron job into this plugin.
The post New updates available first appeared on openmediavault.

New update available

By: volker
3 August 2024 at 16:15

openmediavault 7.4.4

  • Update locale files.
  • Get correct client IP in login message when system is behind a reverse proxy.
  • Rename Diagnostics | Performance Statistics | Disk Usage to File System Usage to differentiate with Disk I/O.
  • Issue #1635: Switch to @siemens/ngx-datatable component.
  • Issue #1799: Do not use a login shell in the cron script openmediavault-update-smart-drivedb.
  • Issue #1801: Support requesting multiple files from a remote host, e.g. user@host:/dir1 :/dir2 :/dir3, in rsync jobs.
The post New update available first appeared on openmediavault.

New updates available

By: volker
24 July 2024 at 16:11

openmediavault 7.4.3

  • Make sure the Armbian default netplan configuration file does not break our netplan configuration.
  • Make the system accessible again via mDNS/Zeroconf after changing the system’s hostname.

openmediavault-s3 7.0.2

  • Enable TLS encryption for MinIO’s API endpoint.

The post New updates available first appeared on openmediavault.

New update available

By: volker
3 July 2024 at 22:40

openmediavault 7.3.1

  • Update locale files.
  • Fix the error of automatic reloading of several dashboard widgets, e.g. the system time widget.
  • Fixed a bug in unattended-upgrades that causes all new packages to be installed instead of just security updates.
  • Hardening of the quota Salt state to cope with situations where there are multiple mount points for a device.
  • Do not activate the IPv6 privacy extension for network interfaces. If necessary this can be done individually using sysctl.
The post New update available first appeared on openmediavault.

New updates available

By: volker
23 June 2024 at 17:22

openmediavault 7.3.0

  • Update locale files.
  • Refactor the RPC parameter handling.
  • Refactor UI to get rid of ::ng-deep, which was an obstacle to migrating to Angular >= 15.
  • Add Power Mode and Temperature datatable column to the Storage | Disks page. Note, the columns are hidden by default. If the device is in standby mode, no temperature is displayed.
  • Issue #1774: Improve foundation for plugins.

openmediavault-apt 7.0

  • Initial release.
  • Check the forum post for more information.
The post New updates available first appeared on openmediavault.

New updates available

By: volker
8 June 2024 at 19:15

openmediavault 7.2.1

  • Issue #1748: Enable TCP for NFS v2 and v3.
  • Issue #1766: Harden the daily SSL certificate expiration cron job.
  • Issue #1769: Add support for setting SMTP server to localhost in notification settings page.
  • Refactor the download.php RPC infrastructure.

openmediavault-k8s 7.1.2

  • Several improvements.
The post New updates available first appeared on openmediavault.

New updates available

By: volker
8 May 2024 at 22:34

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
The post New updates available first appeared on openmediavault.

New update available

By: volker
27 March 2024 at 01:17

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') }}
The post New update available first appeared on openmediavault.
❌
❌