# YA-WAMF Documentation Welcome to the documentation for **Yet Another WhosAtMyFeeder (YA-WAMF)**. This guide covers everything from basic setup to advanced AI tuning. > π¦ **New to YA-WAMF?** Start with the [Getting Started](setup/getting-started.md) guide to have your feeder online in minutes. > π **Sharing your dashboard?** See [Authentication & Access](features/authentication.md) for guest mode, rate limits, and privacy controls. --- ## π Setup & Installation Everything you need to get the containers running and configured correctly. - **[π Getting Started](setup/getting-started.md)** - Fast-track installation using Docker Compose. - **[π Raspberry Pi Setup](setup/raspberry-pi.md)** - ARM64 monolith install notes, image override, and expected limitations. - **[π§‘ Unraid Setup](setup/unraid.md)** - One-template install using the Docker template, with paths, ports, and optional hardware acceleration. - **[π¦ Full Docker Stack](setup/docker-stack.md)** - A complete example including Frigate and MQTT. - **[π Split-to-Monolith Migration](setup/migrate-split-to-monolith.md)** - Transition guidance for existing two-container installs. - **[π· Recommended Frigate Config](setup/frigate-config.md)** - Optimized settings for bird snapshots. - **[π MQTT Broker Setup](setup/mqtt-broker.md)** - Running Mosquitto alongside Frigate and connecting all three containers. - **[π Reverse Proxy Guide](setup/reverse-proxy.md)** - Configs for Cloudflare Tunnel, Nginx, Caddy. - **[βοΈ Configuration Guide](setup/configuration.md)** - Deep dive into all web UI settings. - **[β‘ Hardware Acceleration](setup/hardware-acceleration.md)** - Run classification on an Intel GPU, Intel NPU, or NVIDIA CUDA, with device passthrough and fallback behaviour. ## π API & Development Build integrations and custom tools with YA-WAMF. - **[π API Reference](api.md)** - Complete REST API documentation with examples - **OpenAPI/Swagger** - Interactive API docs. Accessible at `http://localhost:8000/docs` when running the backend directly. In the monolithic container the FastAPI process is internal β see the [API Reference](api.md) for access options. In the legacy split deployment the backend is exposed at `http://localhost:8946/docs`. ### Mobile Ready YA-WAMF is fully responsive and works great on phones and tablets.