Skip to content

xstar97/scale-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

scale-scripts

a bunch of noob scripts for truenas scale.

Grab the next IP by running this command. optional flags:

  • list-apps

metallb IPs

curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/main/scripts/NextAvailableIP.sh | bash -s
curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/main/scripts/NextAvailableIP.sh | bash -s list-apps

smb auxillary param

curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/refs/heads/main/scripts/smbAuxUpdater.sh | bash --

Patch TrueCharts Trains

update current charts to the latest trains name.

curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/main/scripts/patchTCTrains.sh | bash --

Patch PVC StorageClass

update PVC storageClass with SCALE-ZFS

ALl charts will be checked but wont be updated.

curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/main/scripts/pvcStorageClassUpater.sh | bash -s -- --dry-run

Check a single Chart with the dry run flag.

curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/main/scripts/pvcStorageClassUpater.sh | bash -s -- --dry-run --app APP

All charts will be checked and updated.

curl -sSL https://raw.githubusercontent.com/xstar97/scale-scripts/main/scripts/pvcStorageClassUpater.sh | bash -s --

About

a bunch of noob scripts for truenas scale.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages