documentation icon indicating copy to clipboard operation
documentation copied to clipboard

📙 User documentation for Caido

Results 9 documentation issues
Sort by recently updated
recently updated
newest added

Closes #254 - Left videos out of guide pages due to outdated/differences in steps/UI.

Let's use the existing community content that was created around Caido, and embed them into the appropriate pages in Caido. Listen to all the following videos: - Community tutorials: https://docs.caido.io/tutorials/...

priority: high

Outline: ``` [Guide content] # Examples ## (e.g. Removing 4xx responses) ```

priority: medium

Explain that a plugin package in Caido is composed of "plugins" (right now the UI says plugin for both those concepts). You can enable and disable each independently.

priority: medium

1. Docker compose ```yaml services: litellm: build: context: . args: target: runtime image: ghcr.io/berriai/litellm:main-stable ports: - '4000:4000' environment: LITELLM_MASTER_KEY: sk-admin-key-1234567890 DATABASE_URL: 'postgresql://llmproxy:dbpassword9090@db:5432/litellm' STORE_MODEL_IN_DB: 'True' STORE_PROMPTS_IN_SPEND_LOGS: 'True' depends_on: - db db:...

priority: medium

- What are Caido teams - How to create a team - How to setup payment - How to assign licenses

priority: low

As reported by one of our users ``` @Corb3nik It's been a long time trying to launch Ciaod on Arch with Hyprland, but whatever I do, I never succeed, and...

priority: low

Based on the rhynorator workshop

priority: medium