Go to file
Derek Macias 1c76917447
Merge pull request #42 from shayne/master
Add Tailscale v1.4.2
2021-02-09 05:32:14 -07:00
archive update 2021-01-08 22:35:41 -07:00
packages Update BorgBackup to 1.1.15, add build notes + update SlackBuild 2020-12-25 12:21:22 -08:00
plugin update 2021-01-08 22:35:41 -07:00
source Fix tailscaled path for cleanup 2021-02-05 11:27:05 -08:00
.gitattributes add ipmitool to repo 2015-12-11 14:03:37 -07:00
.gitignore add ipmitool to repo 2015-12-11 14:03:37 -07:00
.nomedia hide media 2016-10-03 07:44:38 -06:00
LICENSE Initial commit 2015-12-10 18:21:13 -07:00
README.md modify 2017-06-16 14:41:28 -06:00

unRAID 6.1+

unRAID NerdPack plugin and packages

Collection of packages for unRAID.

These are notes more for my memory or for anyone who wants to make unRAID plugins using this structure

I manage this on my laptop running Linux Mint Mate

I use Sublime Text as an editor and SmarGit to upload to github

copy tar-1.13 from unRAID to /bin/tar-1.13 on laptop

copy makepkg from unRAID to /sbin/makepkg on laptop

I modified gfjardim's pkg_build.sh to take an argument and add arch type plus modified the lettering function

To compile the packages for unRAID plugin run from the source directory

sudo ./mkpkg plugin

This creates a slackware compliant package and md5 in the archive directory with the date as the version number

And adds the date to the plugin file in plugins directory.

e.g. plugin-2017.06.09-x86_64-1.txz and plugin-2016.06.09-x86_64-1.md5

Donate