# Copy to ./auth.toml (in the same dir as docker-compose.yml). # Mounted read-only into the build container at /etc/board-viewer/auth.toml. gitea_url = "https://git.kzntsv.site" gitea_token = "REPLACE_WITH_GITEA_ADMIN_TOKEN" # Whitelist of repos to scan. Each entry is "owner/repo". # Only listed repos are inspected; repo without .tasks/STATUS.md → skipped silently. board_viewer_repos = [ "OpeItcLoc03/board-viewer", "OpeItcLoc03/books", "OpeItcLoc03/claude-skills", "OpeItcLoc03/projects-meta-mcp", ]