TrueNAS Logo

TrueNAS Apps

Expand your system’s capabilities quickly and easily by adding third-party software.

SCALE UI

' + s.title + '

' + s.title + '
' + s.description + " "; a.push(appElement); if (s.location.includes("community/")) { communityApps.push(appElement); } if (s.location.includes("stable/")) { chartsApps.push(appElement); } if (s.location.includes("test/")) { testApps.push(appElement); } if (s.location.includes("enterprise/")) { enterpriseApps.push(appElement); } } }); //jQuery("#app-grid").append(a); jQuery("#app-grid").append(chartsApps); jQuery("#app-grid").append(enterpriseApps); jQuery("#app-grid").append(communityApps); //jQuery("#app-grid").append(testApps); } }); });