Compare commits

...

6 Commits

Author SHA1 Message Date
0a6f7b2162 Update with GITHUB_TOKEN
All checks were successful
Validate Plugin PR / validate (pull_request) Successful in 7s
2026-04-17 02:23:59 +10:00
07cffeb286 Update with fixed Gitea API
All checks were successful
Validate Plugin PR / validate (pull_request) Successful in 8s
2026-04-17 02:22:48 +10:00
c1d57d69f8 Update branch with auto-merge workflow
All checks were successful
Validate Plugin PR / validate (pull_request) Successful in 7s
2026-04-17 02:19:29 +10:00
d1c4d0f444 Fix JSON encoding issue
All checks were successful
Validate Plugin PR / validate (pull_request) Successful in 6s
2026-04-17 02:14:55 +10:00
2917c62796 Add example-plugin-2 with valid JSON content
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 7s
2026-04-17 02:14:39 +10:00
43455e005e Add example-plugin-2
Some checks failed
Validate Plugin PR / validate (pull_request) Failing after 51s
2026-04-17 02:11:56 +10:00

View File

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