Skip to content

History

Revisions

  • docs: add ConfigSvc parameter store documentation to Claude Runner Co-Authored-By: Claude <noreply@anthropic.com>

    @birme birme committed Apr 13, 2026
    4d011e7
  • 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>

    @birme birme committed Apr 13, 2026
    a7ce758
  • docs: add PostgreSQL, Nextcloud, and Excalidraw service pages Co-Authored-By: Claude <noreply@anthropic.com>

    @birme birme committed Apr 13, 2026
    5133e48
  • 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>

    @birme birme committed Apr 2, 2026
    777560a
  • docs(intercom): add saved configuration to key concepts

    @LucasMaupin LucasMaupin committed Apr 1, 2026
    ea59688
  • 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>

    @LucasMaupin LucasMaupin committed Apr 1, 2026
    1f7381f
  • Merge branch 'docs/intercom-configurations'

    @LucasMaupin LucasMaupin committed Apr 1, 2026
    6b2f5dd
  • 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>

    @birme birme committed Apr 1, 2026
    ca55b25
  • docs(intercom): add configurations feature to service guide and user guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @LucasMaupin LucasMaupin committed Mar 31, 2026
    9080170
  • docs: add service pages for Gitea, Meilisearch, and Uptime Kuma

    @birme birme committed Mar 28, 2026
    7711f50
  • 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.

    @birme birme committed Mar 28, 2026
    7b674fd
  • 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>

    @birme birme committed Mar 28, 2026
    dbbfcf3
  • 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>

    @birme birme committed Mar 28, 2026
    36f5387
  • docs: update Team→Workspace terminology and AI agent usage examples

    @birme birme committed Mar 27, 2026
    e157e21
  • docs: rename Team to Workspace in user-visible documentation Part of Eyevinn/osaas-app#2844 Co-Authored-By: Claude <noreply@anthropic.com>

    @birme birme committed Mar 25, 2026
    8b7d319
  • docs: add AI chat limits, backup history/restore steps, and simplify MCP connection instructions

    @birme birme committed Mar 20, 2026
    81b20b5
  • 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>

    @birme birme committed Mar 19, 2026
    ac2bf5a
  • Add Google and Apple login documentation Co-Authored-By: Claude <noreply@anthropic.com>

    @birme birme committed Mar 18, 2026
    6f3e3ad
  • 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>

    @birme birme committed Mar 18, 2026
    ad9ae23
  • 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>

    @birme birme committed Mar 18, 2026
    4269569
  • 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>

    @birme birme committed Mar 18, 2026
    1803df7
  • 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>

    @birme birme committed Mar 17, 2026
    ed565f2
  • 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>

    @birme birme committed Mar 17, 2026
    5b5cc92
  • docs: document branch support via #branch-name URL fragment for Web Runner / My Apps

    @birme birme committed Mar 16, 2026
    3089bdd
  • 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

    @birme birme committed Mar 16, 2026
    36e0db8
  • Add MCP Connection Troubleshooting page

    @birme birme committed Mar 14, 2026
    83f194f
  • Add parameter store isolation warning

    @birme birme committed Mar 14, 2026
    0c0c30a
  • Add URL Patterns reference page

    @birme birme committed Mar 14, 2026
    44e98a1
  • 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

    @birme birme committed Mar 14, 2026
    75de410
  • feat: add Go app deployment guide

    @birme birme committed Mar 14, 2026
    2781b5c