Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[PLUG-IN] NerdTools

Featured Replies

unknown.thumb.png.13384e9fc2d0fed80dc5ad8d759479d4.png

 

NerdTools is the new plugin that allows you to install additional packages in UnRAID easily. This project is based on the old NerdPack plugin but has received many improvements and important changes.

 

For example the package installation now takes advantage of the benefits of UnRAID 6.11 and install packages in the path /boot/extra and delegating part of the management to the system itself.

 

Repo: https://github.com/UnRAIDES/plugin-UnRAID

PlugIn: https://raw.githubusercontent.com/UnRAIDES/unRAID-NerdTools/main/plugin/NerdTools.plg 

UnRAID_ES Community: https://discord.gg/8uFDzutUch

 

image.png.c8bd4edfe75c0d6e31715d8e9cce3f6e.png

 

Enjoy!

  • Replies 690
  • Views 228.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Since this plugin is depreciated I've started to build my own Slackware packages using SlackBuild scripts.  They are being uploaded to a github repository for anyone to use.  Send me a message if you

  • Unraid is slackware, so let's use a slackware package.   # Download libffi from slackware.uk to /boot/extra: wget -P /boot/extra/ https://slackware.uk/slackware/slackware64-15.0/slackware64/l/

  • Sorry but this tutorial is completely incorrect.   Why should I create a plugin that has files missing (sources.list) and you need to manually create or check the files with another script?

Posted Images

  • Author

The developers of this project have asked that we close this thread and add their comments.

 

Thanks to all the users who have followed us during this time.

Once the new limetech business model was definitively presented and not agreeing with it, we have decided to abandon our collaboration in the development of this project.

Best Regards

Could Power-top be added?

Added on 10-10-22, Thanks.

Edited by DuzAwe
Added

8 minutes ago, DuzAwe said:

Hey ich77, is this for me or the Plugin? I already have power-top from slackware pkgs installed. Just be nice to have it in the plugin

What version do you have? powertop-2.15 was released a week back and I've recompiled it for Slackware 15, just a heads up.

love nerdtools/nerdpack, glad it's coming back.

 

I only have tmux and screen enabled and both are up-to-date matching the GitHub files but both say update ready even after I've updated.

 

Also, is there a preferred process to request some of the missing packages that were available in 6.10? or are you in the process of vetting them to be re-added?

 

thank you,

-Dan 
 

Hi, thanks for the new plugin. But unfortunately I can only see how on the screenshot.

 

,image.thumb.png.1a792c082f0990e0859ad79f97360ced.png

 

2 hours ago, danringer said:

love nerdtools/nerdpack, glad it's coming back.

 

I only have tmux and screen enabled and both are up-to-date matching the GitHub files but both say update ready even after I've updated.

 

Also, is there a preferred process to request some of the missing packages that were available in 6.10? or are you in the process of vetting them to be re-added?

 

thank you,

-Dan 
 

 

yes, we are in the process of updating the packages that existed in the previous version to add them to the new updated version

is this better than un-get ?

can both leave together or i should un-install un-get and intall this one... ?
i mean i like unget as i can main maintain my own package repo 
 

Any chance we can add EXIFTOOL to Nerdtools? Nerdpack had it bundled in and i'm now super reliant on it... I've had to roll back for the time being just to get it back :(

Is there a better way/process to request packages to be re-added?

1 hour ago, ZappyZap said:

is this better than un-get ?

can both leave together or i should un-install un-get and intall this one... ?
i mean i like unget as i can main maintain my own package repo 
 

I would also be curious if ich777 plans on continuing to maintain un-get or if I should switch to this.

 

Can we get a brief breakdown of what improvements are in this new plugin? Does it just pull stuff from the slackware repo like ich's plugin or does it also include things that require compiling?

 

  

38 minutes ago, thestraycat said:

Any chance we can add EXIFTOOL to Nerdtools? Nerdpack had it bundled in and i'm now super reliant on it... I've had to roll back for the time being just to get it back :(

Is there a better way/process to request packages to be re-added?

In the meantime you can always just place the package file in /boot/extra so you can stay on 6.11

Edited by weirdcrap

Hello and thank you for release this new plugin.

I have installed it and for some reason, all the txz packages that I put it manually on my /boot/extra directore were deleted. 

I checked the .plg code and i noticed these lines:

 

<!--
The 'remove' script.
-->
<FILE Run="/bin/bash" Method="remove">
<INLINE>

removepkg &plgPATH;/&plgNAME;.txz
rm -rf &emhttp;
rm -f &plgPATH;/&plgNAME;.txz

removepkg /boot/extra/*_nerdtools.txz 1>/dev/null
rm -f /boot/exta/*_nerdtools.txz 1>/dev/null

echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."
echo " Copyright 2022, &author;"
echo " Credits, based on NerdPack plugin of dmacias72, eschultz"		
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
</INLINE>
</FILE>

 

Does this means that every time that the nerdtools upgrade or run all the packages that were not installed by this pluggin are gonna be deleted?

If this is true, I will have to copy/paste my own apps with every nerdpack upgrade? I understand that a workarround would be rename my own packages with the "_nerdtools.txz" name but... I would prefer to avoid doing weird things on my server....

Edited by Juanzilla

1 hour ago, weirdcrap said:

I would also be curious if ich777 plans on continuing to maintain un-get or if I should switch to this.

Why not, un-get doesn't need to be maintained that much since it pulls the packages from the appropriate repository and the user (you) can simply change the repository with the sources.list file too if Slackware 16 (or similar) is released... :)

 

I really don't want to create a thread here on the forums for un-get since it's really meant for advanced users but it is not that complicated, at least I think it's not that complicated... :D

3 minutes ago, Juanzilla said:

Does this means that every time that the nerdtools upgrade or run all the packages that were not installed by this pluggin are gonna be deleted?

No, this is just the removal routine from the plugin if you delete it:

3 minutes ago, Juanzilla said:
<!--
The 'remove' script.
-->

 

 

Hello @ich777, thank you for your answer... then why all my txz were delete after I installed the nerdpack?

2 hours ago, ZappyZap said:

can both leave together or i should un-install un-get and intall this one... ?

I don't think you can do that because from what I understand this plugin installs all packages with the extension "_nerdtools.txz" to the /boot/extra folder and if you install a package through un-get and then through this plugin you basically install it twice on boot, as long as it's the same package nothing should be harmed.

 

However you should be able to run both if you are really careful which packages you install where...

Just now, Juanzilla said:

Hello @ich777, thank you for your answer... then why all my txz were delete after I installed the nerdpack?

This is a thing that you have to ask the maintainer of this plugin, I've not gone through the plugin code. Sorry...

57 minutes ago, ich777 said:

I don't think you can do that because from what I understand this plugin installs all packages with the extension "_nerdtools.txz" to the /boot/extra folder and if you install a package through un-get and then through this plugin you basically install it twice on boot, as long as it's the same package nothing should be harmed.

 

However you should be able to run both if you are really careful which packages you install where...

 

It shouldn't, in my tests I always kept packages in that path and never delete anything, those lines only delete packages that end with the name _nerdtools.txz

59 minutes ago, ich777 said:

I don't think you can do that because from what I understand this plugin installs all packages with the extension "_nerdtools.txz" to the /boot/extra folder and if you install a package through un-get and then through this plugin you basically install it twice on boot, as long as it's the same package nothing should be harmed.

 

However you should be able to run both if you are really careful which packages you install where...

 

We also carry out these tests and in principle install one version and if you have an updated one, install the other and when uninstalling, try to uninstall the nerdtools version, if there is another one, it stays

15 minutes ago, jsavargas said:

It shouldn't, in my tests I always kept packages in that path and never delete anything, those lines only delete packages that end with the name _nerdtools.txz

Exactly, but you should quote the other user.

 

13 minutes ago, jsavargas said:

We also carry out these tests and in principle install one version and if you have an updated one, install the other and when uninstalling, try to uninstall the nerdtools version, if there is another one, it stays

He meant if Nerdtools is compatible with un-get and vice versa, nothing to do with updates.

1 hour ago, ich777 said:

Why not, un-get doesn't need to be maintained that much since it pulls the packages from the appropriate repository and the user (you) can simply change the repository with the sources.list file too if Slackware 16 (or similar) is released... :)

 

I really don't want to create a thread here on the forums for un-get since it's really meant for advanced users but it is not that complicated, at least I think it's not that complicated... :D

 

un-get is a docker? do you have the link to take a look

 

Thanks @ich777 for your answer.
and agree with you un-get is not complicated (even if you rate it as for experienced users) and also very flexible :) i like it a lot , even if "fix comman problems" dont 🙃....
i will install this nerdtools and see ....

 

@jsavargas here the link https://github.com/ich777/un-get

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.