mirror of
https://github.com/unraid/api.git
synced 2026-04-27 10:41:26 -05:00
d63e54bdbc
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced containerized plugin deployment support with updated Docker Compose configurations. - Added continuous build watch modes for API, web, and UI components for smoother development iterations. - Added a new job for API testing in the CI/CD workflow. - Added a new shell script to determine the local host's IP address for Docker configurations. - Introduced a new entry point and HTTP server setup in the plugin's Docker environment. - Added new scripts for building and watching plugin changes in real-time. - Added a new script for building the project in watch mode for the API and UI components. - **Improvements** - Streamlined the plugin installation process and refined release workflows for a more reliable user experience. - Enhanced overall CI/CD pipelines to ensure efficient, production-ready deployments. - Updated artifact upload paths and job definitions for clarity and efficiency. - Implemented new utility functions for better URL management and changelog generation. - Modified the `.dockerignore` file to ignore all contents within the `node_modules` directory. - Added new constants and functions for managing plugin paths and configurations. - Updated the build process in the Dockerfile to focus on release operations. - **Tests** - Expanded automated testing to validate environment setups and build stability, ensuring higher reliability during updates. - Introduced new test suites for validating plugin environment setups and configurations. - Added tests for validating environment variables and handling of manifest files. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Datelle <mdatelle@icloud.com> Co-authored-by: mdatelle <mike@datelle.net> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Pujit Mehrotra <pujit@lime-technology.com>
113 lines
8.4 KiB
Bash
Executable File
113 lines
8.4 KiB
Bash
Executable File
#!/bin/sh
|
|
|
|
# This runs both during package removal and installation
|
|
# $1 will be "remove" during package removal
|
|
# $1 will be "install" during package installation
|
|
|
|
if [ "$1" = "remove" ]; then
|
|
# Clean up node_modules before package removal
|
|
rm -rf /usr/local/unraid-api/node_modules
|
|
fi
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf apollo-pbjs )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../@apollo/protobufjs/bin/pbjs apollo-pbjs )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf apollo-pbts )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../@apollo/protobufjs/bin/pbts apollo-pbts )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf blessed )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../blessed/bin/tput.js blessed )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf esbuild )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../esbuild/bin/esbuild esbuild )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf escodegen )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../escodegen/bin/escodegen.js escodegen )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf esgenerate )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../escodegen/bin/esgenerate.js esgenerate )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf esparse )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../esprima/bin/esparse.js esparse )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf esvalidate )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../esprima/bin/esvalidate.js esvalidate )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf fxparser )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../fast-xml-parser/src/cli/cli.js fxparser )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf glob )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../glob/dist/esm/bin.mjs glob )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf js-yaml )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../js-yaml/bin/js-yaml.js js-yaml )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf jsesc )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../jsesc/bin/jsesc jsesc )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf loose-envify )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../loose-envify/cli.js loose-envify )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf mime )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../mime/cli.js mime )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf mkdirp )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../mkdirp/bin/cmd.js mkdirp )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf mustache )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../mustache/bin/mustache mustache )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf needle )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../needle/bin/needle needle )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf node-which )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../which/bin/node-which node-which )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf opencollective )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../@nuxtjs/opencollective/bin/opencollective.js opencollective )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf parser )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../@babel/parser/bin/babel-parser.js parser )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf pino )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../pino/bin.js pino )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf pino-pretty )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../pino-pretty/bin.js pino-pretty )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf pm2 )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../pm2/bin/pm2 pm2 )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf pm2-dev )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../pm2/bin/pm2-dev pm2-dev )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf pm2-docker )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../pm2/bin/pm2-docker pm2-docker )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf pm2-runtime )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../pm2/bin/pm2-runtime pm2-runtime )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf prettier )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../prettier/bin/prettier.cjs prettier )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf relay-compiler )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../@ardatan/relay-compiler/bin/relay-compiler relay-compiler )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf resolve )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../resolve/bin/resolve resolve )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf semver )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../semver/bin/semver.js semver )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf sha.js )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../sha.js/bin.js sha.js )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf sshpk-conv )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../sshpk/bin/sshpk-conv sshpk-conv )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf sshpk-sign )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../sshpk/bin/sshpk-sign sshpk-sign )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf sshpk-verify )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../sshpk/bin/sshpk-verify sshpk-verify )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf systeminformation )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../systeminformation/lib/cli.js systeminformation )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf tsc )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../typescript/bin/tsc tsc )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf tsserver )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../typescript/bin/tsserver tsserver )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf tsx )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../tsx/dist/cli.mjs tsx )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf ua-parser-js )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../ua-parser-js/script/cli.js ua-parser-js )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf uuid )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../uuid/dist/esm/bin/uuid uuid )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; rm -rf xss )
|
|
( cd usr/local/unraid-api/node_modules/.bin ; ln -sf ../xss/bin/xss xss )
|
|
( cd usr/local/unraid-api/node_modules/@apollo/protobufjs/node_modules/.bin ; rm -rf apollo-pbjs )
|
|
( cd usr/local/unraid-api/node_modules/@apollo/protobufjs/node_modules/.bin ; ln -sf ../../bin/pbjs apollo-pbjs )
|
|
( cd usr/local/unraid-api/node_modules/@apollo/protobufjs/node_modules/.bin ; rm -rf apollo-pbts )
|
|
( cd usr/local/unraid-api/node_modules/@apollo/protobufjs/node_modules/.bin ; ln -sf ../../bin/pbts apollo-pbts )
|
|
( cd usr/local/unraid-api/node_modules/@apollo/server/node_modules/.bin ; rm -rf uuid )
|
|
( cd usr/local/unraid-api/node_modules/@apollo/server/node_modules/.bin ; ln -sf ../uuid/dist/bin/uuid uuid )
|
|
( cd usr/local/unraid-api/node_modules/@nestjs/core/node_modules/.bin ; rm -rf opencollective )
|
|
( cd usr/local/unraid-api/node_modules/@nestjs/core/node_modules/.bin ; ln -sf ../../../../@nuxtjs/opencollective/bin/opencollective.js opencollective )
|
|
( cd usr/local/unraid-api/node_modules/@nestjs/graphql/node_modules/.bin ; rm -rf uuid )
|
|
( cd usr/local/unraid-api/node_modules/@nestjs/graphql/node_modules/.bin ; ln -sf ../uuid/dist/esm/bin/uuid uuid )
|
|
( cd usr/local/unraid-api/node_modules/@nestjs/schedule/node_modules/.bin ; rm -rf uuid )
|
|
( cd usr/local/unraid-api/node_modules/@nestjs/schedule/node_modules/.bin ; ln -sf ../uuid/dist/esm/bin/uuid uuid )
|
|
( cd usr/local/unraid-api/node_modules/@pm2/agent/node_modules/.bin ; rm -rf semver )
|
|
( cd usr/local/unraid-api/node_modules/@pm2/agent/node_modules/.bin ; ln -sf ../semver/bin/semver.js semver )
|
|
( cd usr/local/unraid-api/node_modules/@pm2/io/node_modules/.bin ; rm -rf semver )
|
|
( cd usr/local/unraid-api/node_modules/@pm2/io/node_modules/.bin ; ln -sf ../semver/bin/semver.js semver )
|
|
( cd usr/local/unraid-api/node_modules/esbuild/node_modules/.bin ; rm -rf esbuild )
|
|
( cd usr/local/unraid-api/node_modules/esbuild/node_modules/.bin ; ln -sf ../../bin/esbuild esbuild )
|
|
( cd usr/local/unraid-api/node_modules/request/node_modules/.bin ; rm -rf uuid )
|
|
( cd usr/local/unraid-api/node_modules/request/node_modules/.bin ; ln -sf ../uuid/bin/uuid uuid )
|