mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added detailed versioning for plugin packages incorporating architecture and build identifiers. - Simplified and improved install/uninstall scripts with backup and dynamic package detection. - Introduced comprehensive setup, verification, patching, and cleanup scripts for the Unraid API environment. - Enhanced service control with explicit start, stop, restart, and status commands. - Added robust dependency management scripts for restoring and archiving Node.js modules. - Implemented vendor archive metadata storage and dynamic handling during build and runtime. - Added new CLI options and environment schemas for consistent build configuration. - Introduced new shutdown scripts to gracefully stop flash-backup and unraid-api services. - Added utility scripts for API version detection and vendor archive configuration. - Added a new package description file detailing Unraid API features and homepage link. - **Bug Fixes** - Improved validation and error reporting for missing manifests, dependencies, and configuration files. - Enhanced fallback logic for locating and creating vendor archives. - Fixed iframe compatibility in UI by updating HTML and Firefox preference files. - **Chores** - Updated .gitignore with generated file patterns for Node.js binaries and archives. - Removed obsolete internal documentation and legacy cleanup scripts. - Refined Docker Compose and CI workflows to pass precise API versioning and manage build artifacts. - Centralized common environment validation and CLI option definitions across build tools. - Cleaned up plugin manifest by removing Node.js and PNPM-related entities and legacy logic. - Improved logging and error handling in build and installation scripts. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
112 lines
1.5 KiB
Plaintext
112 lines
1.5 KiB
Plaintext
# Logs
|
|
./logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
coverage-ts
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
unraid-ui/node_modules/
|
|
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# next.js build output
|
|
.next
|
|
|
|
# Visual Studio Code workspace
|
|
.vscode/sftp.json
|
|
.history/
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Jetbrains Settings Files
|
|
.idea
|
|
|
|
# Temp dir for tests
|
|
test/__temp__/*
|
|
|
|
# Built files
|
|
dist
|
|
unraid-ui/storybook-static
|
|
|
|
# Typescript
|
|
typescript
|
|
|
|
# Ultra runner
|
|
.ultra.cache.json
|
|
|
|
# Github actions
|
|
RELEASE_NOTES.md
|
|
|
|
# Docker Deploy Folder
|
|
deploy/*
|
|
!deploy/.gitkeep
|
|
|
|
# pkg cache
|
|
.pkg-cache
|
|
|
|
*.log*
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
.output
|
|
!.env.example
|
|
|
|
fb_keepalive
|
|
|
|
# pnpm store
|
|
.pnpm-store
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
.direnv/
|
|
.envrc
|
|
|
|
# Webgui sync script helpers
|
|
web/scripts/.sync-webgui-repo-*
|
|
|
|
# Activation code data
|
|
plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/data/activation-data.php
|
|
|
|
# Config file that changes between versions
|
|
api/dev/Unraid.net/myservers.cfg
|