documentation
documentation copied to clipboard
📙 User documentation for Caido
Closes #288
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/...
Outline: ``` [Guide content] # Examples ## (e.g. Removing 4xx responses) ```
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.
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:...
- What are Caido teams - How to create a team - How to setup payment - How to assign licenses
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...