Skip to content

Commit 5e79ddb

Browse files
author
Sentinel (Aditya's AI)
committed
🤖 Sentinel: Synchronization from aa-humaaan/thealtstack
1 parent 9190572 commit 5e79ddb

1 file changed

Lines changed: 55 additions & 1 deletion

File tree

data/tools.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,28 @@
11461146
"language": "TypeScript",
11471147
"license": "Sustainable Use License",
11481148
"logo_url": "/logos/n8n.svg",
1149-
"deployment": null,
1149+
"deployment": {
1150+
"port": 5678,
1151+
"env": [
1152+
{
1153+
"key": "N8N_BASIC_AUTH_ACTIVE",
1154+
"value": "true"
1155+
},
1156+
{
1157+
"key": "N8N_BASIC_AUTH_USER",
1158+
"value": "admin"
1159+
},
1160+
{
1161+
"key": "N8N_BASIC_AUTH_PASSWORD",
1162+
"value": "password"
1163+
}
1164+
],
1165+
"volumes": [
1166+
"./n8n_data:/home/node/.n8n"
1167+
],
1168+
"type": "docker-compose",
1169+
"local_path": "./.docker-deploy/n8n"
1170+
},
11501171
"referral_url": "https://m.do.co/c/2ed27757a361",
11511172
"sentinel_verdict": {
11521173
"status": "approved",
@@ -21593,5 +21614,38 @@
2159321614
"agent": "sentinel",
2159421615
"timestamp": "2026-03-30T15:26:17.103Z"
2159521616
}
21617+
},
21618+
{
21619+
"slug": "immich",
21620+
"name": "Immich",
21621+
"category": "Photos",
21622+
"is_open_source": true,
21623+
"github_repo": "immich-app/immich",
21624+
"stars": 96088,
21625+
"website": "https://immich.app",
21626+
"description": "High performance self-hosted photo and video management solution. Direct alternative to Google Photos.",
21627+
"pros": [
21628+
"Extremely fast and responsive UI",
21629+
"Native mobile apps with auto-upload",
21630+
"Advanced facial recognition and AI tagging"
21631+
],
21632+
"cons": [
21633+
"Rapid development (breaking changes can occur)",
21634+
"Requires significant resources for AI features"
21635+
],
21636+
"last_commit": "2026-04-01T15:10:00Z",
21637+
"language": "TypeScript",
21638+
"license": "AGPL-3.0",
21639+
"logo_url": "/logos/immich.svg",
21640+
"deployment": {
21641+
"type": "docker-compose",
21642+
"local_path": "./.docker-deploy/immich"
21643+
},
21644+
"sentinel_verdict": {
21645+
"status": "approved",
21646+
"message": "Top-tier self-hosted solution. 96k stars, high signal.",
21647+
"agent": "sentinel",
21648+
"timestamp": "2026-04-02T15:26:17.103Z"
21649+
}
2159621650
}
2159721651
]

0 commit comments

Comments
 (0)