We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: add ConfigSvc parameter store documentation to Claude Runner Co-Authored-By: Claude <noreply@anthropic.com>
docs: add Claude Runner service documentation New wiki page for birme-claude-runner, covering authentication options (OAuth token and API key), OSC secrets setup, five practical CLI examples, repository preparation guidance, tool control patterns, configuration reference, and troubleshooting. Co-Authored-By: Claude <noreply@anthropic.com>
docs: add PostgreSQL, Nextcloud, and Excalidraw service pages Co-Authored-By: Claude <noreply@anthropic.com>
docs: add service pages for N8n, Ghost, and Plausible Analytics New wiki pages for three services added to the OSC catalog: - Service:-N8n.md: workflow automation, PostgreSQL dependency, auto-generated runner token - Service:-Ghost.md: Node.js CMS, MariaDB dependency, optional SMTP config - Service:-Plausible.md: privacy-first analytics, PostgreSQL + ClickHouse dependencies Reviewed merged PRs from 2026-04-02: no documentation updates required for osaas-app #2963 (commit SHA UI polish), osaas-ai #512/#513 (internal MCP tool improvements and credential auto-generation). Co-Authored-By: Claude <noreply@anthropic.com>
docs(intercom): add saved configuration to key concepts
docs(intercom): center images and remove local PNG assets Wrap all inline images in <p align="center"> tags for consistent centered layout, and delete the 5 local PNG screenshots that were superseded by GitHub-hosted image URLs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Merge branch 'docs/intercom-configurations'
docs: add API authentication section to Subtitle Generator guide Addresses user confusion about how to authenticate programmatic API calls. A user created an instance, accessed Swagger docs in browser successfully, but got JWT auth errors when calling the API directly via curl because the docs had no guidance on obtaining and using a Service Access Token. Co-Authored-By: Claude <noreply@anthropic.com>
docs(intercom): add configurations feature to service guide and user guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add service pages for Gitea, Meilisearch, and Uptime Kuma
docs: add .NET runtime support to My Apps docs - Add new Developer-Guide:-Deploy-a-dotnet-App.md for ASP.NET Core deployments - Update User-Guide:-Deploy-or-Publish-Your-Application.md to list .NET as a supported runtime Based on osaas-deploy-manager PR#295 which added dotnet runtime support.
docs: add Unleash getting started guide Includes PostgreSQL dependency setup, default admin credentials (admin/unleash4all), SDK connection examples, and CLI usage. Co-Authored-By: Claude <noreply@anthropic.com>
docs: add MCP troubleshooting guide and BaaS quickstart tutorial Adds MCP connection verification steps and error troubleshooting (DR-6), and a new BaaS quickstart tutorial for PostgreSQL + Valkey + MinIO (DR-7). Co-Authored-By: Claude <noreply@anthropic.com>
docs: update Team→Workspace terminology and AI agent usage examples
docs: rename Team to Workspace in user-visible documentation Part of Eyevinn/osaas-app#2844 Co-Authored-By: Claude <noreply@anthropic.com>
docs: add AI chat limits, backup history/restore steps, and simplify MCP connection instructions
docs: update wiki for new MCP tools and Personal plan trial (2026-03-19) - Enable-OSC-with-AI-agents: add estimate-service-cost and update-service-instance example prompts; describe cost projection behaviour - Managing-Custom-Apps: add Updating the GitHub Token section for update-my-app-github-token tool; add token-expired row to decision matrix - AI-Assisted-App-Management: add Update a GitHub Token section - Pricing: document 14-day free trial option for Personal plan at signup Co-Authored-By: Claude <noreply@anthropic.com>
Add Google and Apple login documentation Co-Authored-By: Claude <noreply@anthropic.com>
docs: add Google and Apple sign-in options to account creation section osaas-app PRs #2706 and #2708 added Google and Apple OAuth login providers. Update Home.md to reflect that users can now sign in with email, GitHub, Google, or Apple, and clarify the account-linking behavior. Co-Authored-By: Claude <noreply@anthropic.com>
docs: clarify Rybbit ClickHouse setup requirements - ClickHouse must use default user (no custom user) since Rybbit hardcodes the default username - ClickHouse password is required even though instance creation doesn't enforce it - ClickhouseHost must be the full instance URL, not a bare IP Co-Authored-By: Claude <noreply@anthropic.com>
docs: add Rybbit service setup guide Documents correct ClickhouseHost format (must be full URL, not bare IP) and password matching requirements. Fixes AI agent misconfiguration where bare IP was used for ClickhouseHost causing CrashLoopBackOff. Co-Authored-By: Claude <noreply@anthropic.com>
docs: document wildcard custom domain feature - Expand domain types from 2 to 3 (Managed, Custom, Wildcard) - Correct DNS record type: wildcard domains require an A record, not CNAME - Add web console steps for creating, rotating, and deleting wildcard domains - Remove fabricated MCP tool names (create-wildcard-domain, update-wildcard-cert, delete-wildcard-domain) — no MCP tools exist yet for wildcard domains - Document new list-my-domains fields: isWildcard, expiresAt, subjectAltNames - Add wildcard-specific troubleshooting entries - Add wildcard-specific best practices and security notes - Update Bluesky PDS page to reference native wildcard domain support as simpler alternative to the CDN approach Co-Authored-By: Claude <noreply@anthropic.com>
docs: add wildcard domain guide and last backup time display - User-Guide:-Custom-Domains.md: new "Setting Up a Wildcard Domain" section covering the new POST /mydomains/wildcard API (deploy-manager #270) — certificate requirements, MCP tool usage, DNS config, cert rotation, and removal - User-Guide:-Database-Backups.md: document the new "Last Backup" column in the Databases tab (osaas-app #2646 + deploy-manager #264) Co-Authored-By: Claude <noreply@anthropic.com>
docs: document branch support via #branch-name URL fragment for Web Runner / My Apps
docs: add My Apps analytics setup and credential viewing - Add "Set Up Analytics" section to AI-Assisted App Management guide covering setup-analytics, update-my-app-analytics, and get-analytics-credentials MCP tools (osaas-ai #364) - Add "Analytics" section to Managing Custom Apps guide covering how to view Umami dashboard credentials via the analytics icon in the web console (osaas-app #2637, #2640) - Update decision matrices in both guides with analytics rows
Add MCP Connection Troubleshooting page
Add parameter store isolation warning
Add URL Patterns reference page
docs: fix My Apps default URL and clarify managed domain option - Replace incorrect `*.auto.prod.osaas.io` reference with the correct `*.apps.osaas.io` pattern in the Managing Custom Apps guide - Add explanation that apps get a random hash-based default URL and that users can set up a managed domain for a friendlier subdomain - Add corresponding note in the Custom Domains guide after the default URL description, pointing users to the managed domain setup section
feat: add Go app deployment guide