diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 18e4e49..dc4d596 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -20,4 +20,5 @@ | `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.4 KB | 2026-05-15 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.3 KB | 2026-05-15 | | `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.6 KB | 2026-05-15 | +| `trilium-notes` | [trilium-notes.json](/install-scripts/trilium-notes.json) | 902 B | 2026-05-18 | diff --git a/docs/public/install-scripts/trilium-notes.json b/docs/public/install-scripts/trilium-notes.json new file mode 100644 index 0000000..cab3897 --- /dev/null +++ b/docs/public/install-scripts/trilium-notes.json @@ -0,0 +1,44 @@ +{ + "version": 4, + "script": { + "version": "1.0.0", + "changeLog": "Initial" + }, + "requirements": { + "locations": [ + "ApplicationsPerformance" + ], + "specifications": [ + "2CORE", + "1024MB" + ], + "permissions": [ + "READ_WRITE_LOCATIONS" + ], + "ports": [30257] + }, + "ensure_directories_exists": [ + { + "path": "$LOCATION(ApplicationsPerformance)", + "network_share": true + }, + { "path": "$LOCATION(ApplicationsPerformance)/trillium-notes/data", "owner": { "user": "apps" }, "snapshot": { "id": "data" } } + ], + "app_values": { + "storage": { + "data": "$HOST_PATH($LOCATION(ApplicationsPerformance)/trillium-notes/data)" + } + }, + "network": { + "web_port": { + "bind_mode": "published", + "port_number": 30257 + } + }, + "resources": { + "limits": { + "cpus": 2, + "memory": "$MEMORY(5%, 1024)" + } + } +} \ No newline at end of file