惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
G
Google Developers Blog
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
P
Proofpoint News Feed
J
Java Code Geeks
U
Unit 42
云风的 BLOG
云风的 BLOG
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
Docker
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
V
V2EX
T
Tailwind CSS Blog

TrueNAS – Open Enterprise Storage

What We Heard at NAB 2026 | TrueNAS - Open Enterprise Storage TrueNAS V160 Launched: High Performance, No All-Flash Tax TrueNAS 26 Is Here: What's New in This Major Release TrueNAS Connect: Enterprise Features on Your Own Hardware TrueNAS Immutability: Multi-Layered Data Protection & Ransomware Defense TrueNAS CEO Note to Community: We Are All TrueNAS TrueNAS 25.10.2 Goldeye: 100+ Fixes & What's New TrueNAS Names Brett Davis CEO for Enterprise Growth TrueNAS Plans for 2026: TrueNAS 26 & OpenZFS 2.4 Roadmap TrueNAS Connect Plus Now Available for All Community Users TrueNAS R60: High-Speed NVMe Storage for AI Workloads Introducing TrueNAS WebShare: Secure Web-Based File Sharing TrueNAS 25.10.1: Goldeye Matures, Performs, and Connects TrueNAS & Veeam v13: Turnkey Cyber‑Resilient Backups Customer Advantages of the TrueNAS Open Core Model TrueNAS Named Data Storage Company of the Year 2025 TrueNAS 25.10: Smarter, Streamlined Updates & Tools TrueNAS F-Series Shines at IBC with Two “Best of Show” Awards TrueNAS 25.10 “Goldeye”: NVMe‑oF, Unified, Simplified Storage Introducing TrueNAS Connect: Secure Monitoring & Alerts The ESG Advantage of Open Enterprise Architecture: Why TrueNAS Is the Sustainable Choice | TrueNAS - Open TrueNAS 25.10-RC1: New Features, Fixes & OpenZFS 2.3.4 Seamless Setup: Exploring TrueNAS Web-Driven Installation | TrueNAS - Open Enterprise Storage TrueNAS 25.10 “Goldeye” BETA is Available TrueNAS 25.10 “Goldeye” Highlights TrueNAS 25.04.2: Fangtooth restores Virtualization iXsystems Rebrands as TrueNAS to Reflect Market Momentum in Enterprise Storage | TrueNAS - Open Enterprise June 1 - Apps Migration Deadline for TrueNAS 24.04 and 23.10 TrueNAS 25.04.1: Fangtooth Unification Gains Momentum TrueNAS 24.10.2.2 Prepares for IP Addressing of Apps
January Plugin Updates | TrueNAS - Open Enterprise Storage
iX Team · 2019-01-25 · via TrueNAS – Open Enterprise Storage

January has been a busy month for Plugins. Nearly a dozen Plugins were updated today to address newer versions or security fixes. We’ve also have a user-contributed plugin for OpenVPN and are actively looking for testers willing to install, use, and provide feedback for that plugin.

Updated Plugins

If you’re new to updating Plugins on the 11.2 series, read through December FreeNAS Plugins Updates first for an overview.
It’s important to always read the Changelog before updating a plugin so you are aware of any known caveats associated with updating to the new version. For this reason, we include hyperlinks to the Changelogs in this blog post.
These Plugins have updates available:

  • ClamAV updated from 0.100.2 to 0.101.1,1.
  • GitLab updated from 11.5.4 to 11.6.4. This is a major version update which introduces many new features and some deprecations. Due to the major bump, also refer to the Changelogs for 11.6.1, 11.6.2, and 11.6.3. This update also addresses CVE-2019-6240.
  • irssi updated from 1.1.1 to 1.1.2,1 to address CVE-2019-5882.
  • Jenkins updated from 2.155 to 2.161 to address a security vulnerability.
  • Jenkins (LTS) updated from 2.150.1 to 2.150.2 to address a security vulnerability.
  • Nextcloud updated from 15.0.0 to 15.0.2. If your current version is below 15.0.0, also carefully read the 15.0.0 Changelog before updating as moving to 15.0.0 is a major version bump. This month’s update also added optional Imagemagick support to allow thumbnail support.
  • PlexMediaServer updated from 1.14.0.5470 to 1.14.1.5488.
  • PlexMediaServer (PlexPass) updated from 1.14.1.5487 to 1.14.1.5488.
  • qbittorrent updated from 4.1.3 to 4.1.5_1.
  • Syncthing updated from 0.14.54 to 1.0.0.
  • XMRig updated from 2.8.3 to 2.9.4.

OpenVPN Plugin for Testing

Since this plugin is still in the testing stage, it must be installed from the command line of the FreeNAS system. Once installed, it will be added to the Plugins → Installed Plugins page of the UI where it can be managed like any other plugin.
To install from the FreeNAS command line:
git clone https://github.com/gitbulb/iocage-plugin-openvpn
iocage fetch -P -n ./openvpn dhcp=on bpf=yes vnet=on --accept
If you run into any issues using this plugin or have comments on how to improve this plugin, create a github pull request or issue at https://github.com/gitbulb/iocage-plugin-openvpn. That link also contains a detailed README for configuring and using this plugin.