mirror of
https://github.com/unraid/api.git
synced 2026-01-01 22:20:05 -06:00
- **New Features** - Created a dynamic plugin system for the API to enable community augmentation of GraphQL, CLI, and Cron functionalities capabilities. - Included an example plugin under `packages/unraid-api-plugin-health` that adds a new graphql query for API health checks. - Added `rc.unraid-api` commands for backing up, restoring, and installing production dependencies, streamlining maintenance and deployment. - Improved dependency vendoring by bundling a versioned pnpm store (instead of `node_modules`). Versioning will allow users to add plugins to a specific api release without requiring an internet connection on subsequent reboots. - **Chores** - Upgraded build workflows and versioning processes to ensure more reliable artifact handling and production packaging.
21 lines
472 B
Plaintext
21 lines
472 B
Plaintext
|
|
# Thumbnails
|
|
._*
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
source/dynamix.unraid.net/sftp-config.json
|
|
|
|
deploy/
|
|
!deploy/.gitkeep
|
|
|
|
source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/unraid-components/*
|
|
!source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/unraid-components/.gitkeep
|
|
|
|
source/dynamix.unraid.net/usr/local/unraid-api/*
|
|
!source/dynamix.unraid.net/usr/local/unraid-api/.gitkeep
|
|
|
|
source/dynamix.unraid.net/install/doinst.sh
|
|
|
|
packed-pnpm-store.txz
|