| name | nowledge-mem-cloudflare-chatgpt-connector | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| description | CLI-first skill for exposing a self-hosted Nowledge Mem MCP service behind a Cloudflare MCP Portal, Cloudflare Tunnel, and Cloudflare Access OAuth. Use this skill whenever the user wants the nmem API/MCP portal setup completed from an already-logged-in cf CLI session with a few guided prompts and minimal browser use, plus the concrete Cloudflare commands needed to build it. | |||||||||||||
| version | 1.0.0 | |||||||||||||
| metadata |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ffmpeg 6.1 | hevc_vaapi | hevc_qsv | libfdk_aac | |
| stream: | |
| live: | |
| ts: | |
| m2tsll: | |
| - name: hevc_qsv | |
| cmd: | |
| '%FFMPEG% | |
| -dual_mono_mode main -f mpegts -analyzeduration 500000 -i pipe:0 -map 0 -c:s copy -c:d | |
| copy -ignore_unknown -fflags nobuffer -flags low_delay -max_delay 250000 -max_interleave_delta 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as fs from 'fs' | |
| import * as readline from 'readline' | |
| ... | |
| const readStream = fs.createReadStream('title.basics.tsv') | |
| const rl = readline.createInterface({ input: readStream }) | |
| const client = new ApolloClient({ | |
| link: httpLink, |