feat: add ImageFind application and release pipelines

This commit is contained in:
2026-08-11 18:02:40 +08:00
commit 16239d7525
270 changed files with 59163 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
".url": {
"imagefind.Application": {
"title": "ImageFind",
"icon": "images/icon_{0}.png",
"type": "url",
"protocol": "",
"url": "/app/imagefind/",
"gatewayPrefix": "/app/imagefind",
"gatewaySocket": "imagefind.sock",
"allUsers": false,
"control": {
"accessPerm": "readonly"
}
}
}
}