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

推荐订阅源

人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
L
LangChain Blog
C
Check Point Blog
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
美团技术团队
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
A
About on SuperTechFans
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
博客园 - 叶小钗
腾讯CDC
B
Blog
G
Google Developers Blog
The Cloudflare Blog
P
Proofpoint News Feed

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
May Plugins Update | TrueNAS - Open Enterprise Storage
iX Team · 2019-05-21 · via TrueNAS – Open Enterprise Storage

The next batch of updated Plugins has been released. The updated versions are now available for new installs in the Plugins ⇾ Available section of the UI. Existing plugin installations can be updated to the new versions using the CLI instructions in this post.
Before updating a plugin, review its Release Notes in the table below to determine if the update will impact your configuration. Then, determine the jail_name for the plugin:  go to Plugins ⇾ Installed and note the name of the plugin in the Jails column.
To update the plugin, type this command, replacing jail_name with the actual name shown in Plugins ⇾ Installed:
iocage update jail_name
Note that you will need to restart the plugin once the update is finished.
It is recommended to make a snapshot of your current plugin version before updating. Detailed instructions for creating a plugins snapshot and rolling back to a previous snapshot are available in this post.

GitLab Users

If you are updating GitLab, the directory where all repositories and ssh permissions are stored was changed in this update from /usr/home/git back to /usr/local/git to match the recommended FreeBSD standards. Ensure /usr/local/git/repositories and /usr/local/git/.ssh do not exist as they can break the installation of other GitLab management tools. If they exist, stop the gitlab service and move the old files to the new location with:
service gitlab stop
mv /usr/home/git /usr/local/
Then, update your config files. Use the git diff command to determine what to change:
cd /usr/local/www/gitlab-ce
git diff config/gitlab.yml.sample config/gitlab.yml
cd /usr/local/share/gitlab-shell/
git diff config.yml.sample config.yml
cd /usr/local/share/gitaly
git diff config.toml.sample config.toml
Use vipw to change the home directory of user git back to /usr/local/git so it looks like this:
 git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh
You can now restart the gitlab service:
service gitlab restart

Updated Plugins

Plugin from to Release Notes Notes
bitcoin-daemon 0.17.1_6 0.18.1_6 https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.0.md Refer to the Call for Testing for this plugin: https://www.ixsystems.com/blog/february-plugin-updates-and-new-plugins-for-testing/
GitLab 11.10.1 11.10.4 https://about.gitlab.com/2019/05/01/gitlab-11-10-4-released/ Also fixes https://github.com/freenas/iocage-plugin-gitlab/issues/5 and https://github.com/freenas/iocage-plugin-gitlab/pull/4
Jenkins 2.174 2.177 https://jenkins.io/changelog/#v2.177
Nextcloud 16.0.0 16.0.1 https://nextcloud.com/changelog/#latest16
Plex Media Server 1.15.4.993 1.15.5.994 https://forums.plex.tv/t/plex-media-server/30447/259
Plex Media Server (plexpass) 1.15.4.993 1.15.5.994 https://forums.plex.tv/t/plex-media-server/30447/259
Syncthing 1.1.1 1.1.2 https://github.com/syncthing/syncthing/releases/tag/v1.1.2