add wallabag: port 17004, DB entry, Bifrost MCP client

This commit is contained in:
2026-05-27 23:39:58 +02:00
parent 80fca56658
commit 080fe21329
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -161,7 +161,8 @@ All arr-stack services run behind `vpn_gluetun` container network.
|---|---|---|---|---| |---|---|---|---|---|
| [17000](http://192.168.1.40:17000) | Memos | `memos` | [memos.nuclide.systems](https://memos.nuclide.systems) | Notes | | [17000](http://192.168.1.40:17000) | Memos | `memos` | [memos.nuclide.systems](https://memos.nuclide.systems) | Notes |
| [17001](http://192.168.1.40:17001) | Karakeep | `karakeep` | [hoarder.nuclide.systems](https://hoarder.nuclide.systems) | Bookmarks | | [17001](http://192.168.1.40:17001) | Karakeep | `karakeep` | [hoarder.nuclide.systems](https://hoarder.nuclide.systems) | Bookmarks |
| [17002](http://192.168.1.40:17002) | Miniflux | `miniflux` | [flux.nuclide.systems](https://flux.nuclide.systems) | RSS reader; OIDC via Pocket-ID; DB on CT 113; MCP at `miniflux-mcp` (:ai-internal) | | [17002](http://192.168.1.40:17002) | Miniflux | `miniflux` | [flux.nuclide.systems](https://flux.nuclide.systems) | RSS reader; OIDC via Pocket-ID; DB on CT 113; MCP at `miniflux-mcp` (:ai-internal); Wallabag integration active |
| [17004](http://192.168.1.40:17004) | Wallabag | `wallabag` | — | LAN only; full-text article archiver; DB on CT 113; OAuth client `1_nuclide2026`; MCP at `wallabag-mcp` (:ai-internal); Miniflux + Karakeep share `wallabag` Docker network |
--- ---
+1
View File
@@ -16,6 +16,7 @@ All application databases live on **CT 113** (`192.168.1.6:5432`) after Phase 2
| `gitea` | gitea | 15 MB | Gitea | CT 111 `/opt/stacks/gitea/` | | `gitea` | gitea | 15 MB | Gitea | CT 111 `/opt/stacks/gitea/` |
| `coder` | coder | 17 MB | Coder | CT 111 `/opt/stacks/coder/` | | `coder` | coder | 17 MB | Coder | CT 111 `/opt/stacks/coder/` |
| `miniflux` | miniflux | — | Miniflux RSS | CT 104 `/opt/stacks/miniflux/` | | `miniflux` | miniflux | — | Miniflux RSS | CT 104 `/opt/stacks/miniflux/` |
| `wallabag` | wallabag | — | Wallabag | CT 104 `/opt/stacks/wallabag/` |
**Not on CT 113:** **Not on CT 113:**
+1
View File
@@ -52,6 +52,7 @@ The legacy FastAPI DinD mcp-gateway (`mcp.nuclide.systems`) is pending decommiss
| `time` | `http://mcp-time:8000/mcp` | | | `time` | `http://mcp-time:8000/mcp` | |
| `unifi` | `http://mcp-unifi:8000/mcp` | | | `unifi` | `http://mcp-unifi:8000/mcp` | |
| `upload_artifact` | `http://upload-artifact-mcp:8000/mcp` | S3 via Garage | | `upload_artifact` | `http://upload-artifact-mcp:8000/mcp` | S3 via Garage |
| `wallabag` | `http://wallabag-mcp:8000/mcp` | Article archiver; save_article/get_article/search/list_recent/archive/delete |
| `wikipedia` | `http://mcp-wikipedia-mcp:8000/mcp` | | | `wikipedia` | `http://mcp-wikipedia-mcp:8000/mcp` | |
| `youtube_transcript` | `http://mcp-youtube-transcript:8000/mcp` | | | `youtube_transcript` | `http://mcp-youtube-transcript:8000/mcp` | |