Merge branch 'main' into add-example-plugin-2
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 8s

This commit is contained in:
2026-04-17 03:23:05 +10:00
8 changed files with 591 additions and 54 deletions

View File

@@ -1,12 +0,0 @@
{
"id": "example-plugin",
"name": "Example Plugin",
"version": "1.0.0",
"description": "An example plugin demonstrating the plugin system capabilities",
"author": "litruv",
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example.git",
"downloadUrl": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example/archive/main.zip",
"homepage": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example",
"tags": ["example", "demo"],
"addedDate": "2026-04-17T00:00:00.000Z"
}

View File

@@ -1,7 +1,5 @@
{
"version": "1.0.0",
"updatedAt": "2026-04-17T00:00:00.000Z",
"plugins": [
"example-plugin"
]
"updatedAt": "2026-04-16T17:14:35.921Z",
"plugins": []
}