Knowledge Base Server Running Available endpoints: /list/d List all docs /list/s List all scripts /doc/ View raw markdown in terminal /s/ View scripts /search/ Search docs + scripts (content + filenames) Examples: curl https://kb.example.com/list/d curl https://kb.example.com/docs/security/luks-yubikey.md curl https://kb.example.com/search/luks Tips: - Pipe into less: curl https://kb.example.com/doc/foo.md | less - Make it executable: curl -s https://kb.example.com/s/install-docker.sh | sudo bash - Use ~/.kb_token and 'Authorization: Bearer ...'