Skip to content

History

Revisions

  • docs(live-encoding): fix RTMP URL format, add stream key restriction

    @birme birme committed Jun 11, 2026
    4e9ea0d
  • docs: daily wiki review 2026-06-11 - Update Platform-Changelog with osaas-app v7.74.0/v7.73.0, osaas-ai v7.49.2, osaas-deploy-manager v7.56.2, and osaas-lib-token v0.11.0 releases - Add OAuth PAT lifetime cap exemption note to Act-on-Behalf-of-a-User guide (feat from osaas-app#4462: OAuth tokens can now mint long-lived PATs) - Add new service pages: Captcha Service, Contact Form Service, Stream Graphics Generator Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 11, 2026
    e2ed4f8
  • docs(open-live): revert STROM_AUTH_TOKEN rename in setup guide The backend env-var rename (STROM_TOKEN -> STROM_AUTH_TOKEN, removal of COUCHDB_NAME) was reverted in open-live. Restore the setup guide to document STROM_TOKEN and COUCHDB_NAME as they currently exist in .env.example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Lucas Maupin committed Jun 10, 2026
    314c4d9
  • docs: remove OscAccessToken/CorsOrigin and update local env example The studio no longer requires an OSC PAT — auth is handled by a SameSite cookie set when opening an instance. The open-live backend no longer takes a CORS_ORIGIN env var (CORS is dynamic by origin). - Drop OscAccessToken row from Studio creation tables. - Drop CorsOrigin row from Open Live creation tables. - Update local .env example: remove COUCHDB_NAME (DB name is fixed), rename STROM_TOKEN to STROM_AUTH_TOKEN, include /open-live in the COUCHDB_URL example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Lucas Maupin committed Jun 10, 2026
    9b9113c
  • docs: update log viewer live mode and 2026-06-09/10 changelog entries - Feature:-My-Agent-Tasks.md: document live/tail mode toggle in agent task run log viewer (osaas-app #4432) - Platform-Changelog.md: add 2026-06-09 entries for osaas-app v7.71.0, osaas-ai v7.49.0, osaas-deploy-manager v7.56.1 - Platform-Changelog.md: add 2026-06-10 entry for osaas-ai v7.49.1 Co-Authored-By: Claude <noreply@anthropic.com>

    @claude claude committed Jun 10, 2026
    4bea948
  • docs: daily review 2026-06-09 — git credential UI update and June 8 changelog Update Feature:-My-Apps-Git-Credentials.md: document the new "Use saved credential" dropdown in the Create App form (osaas-app#4429), replacing the old description of the Add Git Credential modal options. Update Platform-Changelog.md: add osaas-app v7.69.0, osaas-ai v7.48.2, and osaas-deploy-manager v7.55.0 entries to the 2026-06-08 section. Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 9, 2026
    050a02f
  • docs: add TCP endpoint patterns and update changelog for 2026-06-08 - Platform-Changelog.md: add osaas-lib-orchestrator v4.6.2 entry (TCP serviceId DNS label); update v4.6.0 entry to v4.6.1 with port-name fix - URL-Patterns.md: add TCP Service Endpoints section explaining that public-access databases use {serviceId}.{tcpDomain}:{port} and that set-instance-public-access controls TCP (NodePort) only, not HTTP Co-Authored-By: Claude <noreply@anthropic.com>

    OSC Docs Agent committed Jun 8, 2026
    364197d
  • docs: update Custom Domains troubleshooting and platform changelog (2026-06-07) - Add 'domain_proxy_name_too_long' troubleshooting entry to Custom Domains guide (surfaces fix from deploy-manager #913 + osaas-ai #1021) - Add 2026-06-07 changelog section for osaas-lib-orchestrator v4.6.0 Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 7, 2026
    b2716c7
  • docs: add 3 service pages, update changelog for 2026-06-05 New service pages: - Service:-Chaos-Stream-Proxy-Configurator.md - Service:-Test-Adserver-UI.md - Service:-BXF-Manager.md Platform-Changelog.md: merge osaas-app v7.68.0 (Swedish flag badge for prod-se instances) into 2026-06-05 section; bump deploy-manager entry to v7.54.8. Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 6, 2026
    d4a7bf5
  • docs: add 2026-06-04 and 2026-06-05 platform changelog entries - osaas-deploy-manager v7.54.7: configurable ACME issuer - osaas-token-service v7.0.5: remove cache bypass workaround (fast-jwt v6 safe) Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 5, 2026
    76c9012
  • docs: add 2026-06-03 platform changelog entry Add changelog section for releases shipped on 2026-06-03: - osaas-ai v7.47.1: git credentials MCP tools (Phase 3), structured error improvements for restart-my-app, update-my-app-github-token, list-objects-on-bucket, and enable-app-stage-prod async-init guidance - osaas-deploy-manager v7.54.2: multi-region secondary site aggregation for consolidated tenant instance list, SDLC stage provisioner fixes - osaas-landing-app v3.20.2: Stripe replaces PayPal on purchase pages Co-Authored-By: Claude <noreply@anthropic.com>

    OSC Docs Agent committed Jun 4, 2026
    70dc482
  • docs(agentic-sdlc): document enable-app-stage-prod async init lifecycle Adds 'Monitoring Initialisation' subsection explaining that get-myapp-versions stays empty until the init task completes, and how to poll get-agent-task with initStageTaskId to track progress. Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 3, 2026
    79bd4bb
  • docs: add Git Credentials feature page and update Platform Changelog (2026-06-02) - New page: Feature:-My-Apps-Git-Credentials.md covering the browser-based PAT registration flow, MCP tools (start-git-credential-registration, get-git-credential-setup-instructions, list-git-credentials), and how to use gitCredential on create-my-app and update-my-app-github-token - Platform Changelog: add 2026-06-02 section for osaas-app v7.65.0, osaas-ai v7.46.0, osaas-deploy-manager v7.54.0, osaas-landing-app v3.20.0, osaas-token-service v7.0.4

    Claude Agent committed Jun 3, 2026
    79f83b0
  • docs: add production limits table and feature list to Studio service page Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Lucas Maupin committed Jun 2, 2026
    85f63a6
  • docs: daily review 2026-06-02 — PAT management, MinIO instanceName, Keycloak, changelog - User-Guide:-Enable-OSC-with-AI-agents.md: add PAT management via MCP tools (create/list/revoke personal-access-token, osaas-ai#980 + osaas-app#4337) - Service:-MinIO.md: document instanceName parameter for MCP storage tools (osaas-ai#978) - Service:-Keycloak.md: new page for Keycloak identity/SSO service - Platform-Changelog.md: add 2026-06-01 entries for osaas-app v7.63.1 and osaas-deploy-manager v7.53.0 (OscEntry DLL support, auth redirect fix) Co-Authored-By: Claude <noreply@anthropic.com>

    OSC Agent committed Jun 2, 2026
    ada4973
  • docs: add safety net pages — Rollback/Versions, AI builder walkthrough; update deploy guide and AI-assisted guide (closes Eyevinn/osaas-user-docs#48) Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed Jun 1, 2026
    46bfae4
  • docs: update dotnet guide with oscEntry, managing custom apps with Trivy note, and 2026-05-31 changelog - Developer-Guide:-Deploy-a-dotnet-App.md: document new oscEntry (entrypoint DLL) parameter for .NET MyApps (deploy-manager#875), including creation field, MCP usage, and post-deploy update workflow; add troubleshooting entry for wrong entrypoint - User-Guide:-Managing-Custom-Apps.md: add callout that every rebuild automatically triggers a Trivy vulnerability scan (osaas-app#4319) - Platform-Changelog.md: add 2026-05-31 section for osaas-app v7.63.0, osaas-deploy-manager v7.52.0, osaas-landing-app v3.18.0 Co-Authored-By: Claude <noreply@anthropic.com>

    OSC Docs Agent committed Jun 1, 2026
    732c79b
  • docs(changelog): add 2026-05-30 platform changelog entry Records deployed functionality for osaas-app v7.62.0, osaas-ai v7.44.2, and osaas-deploy-manager v7.51.1. Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed May 31, 2026
    919c13c
  • docs: add feedback channels guide for OSC customers (#41) Explains in-product widget, GitHub Discussions, support email, and Enterprise CSM channel with response expectations per channel. Co-Authored-By: Claude <noreply@anthropic.com>

    @claude claude committed May 30, 2026
    c894bad
  • docs(changelog): add 2026-05-29 releases for osaas-app, osaas-ai, osaas-deploy-manager, osaas-landing-app Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed May 30, 2026
    244bde8
  • docs: fix Open Live links in Studio service page to point to wiki Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Lucas Maupin committed May 29, 2026
    c60c32c
  • docs: add and update Open Live documentation - Restructure User-Guide:-Open-Live-Setup.md into OSC setup, local dev, and Strom options (shared instance / local); remove hardcoded secrets - Add User-Guide:-Open-Live-Companion-Module.md — full Companion module setup guide with page layout, presets, and intercom section - Add User-Guide:-Strom-Local-Setup.md — local Strom deployment guide covering Docker, NVIDIA GPU, authentication, and networking - Update Service:-Open-Live.md — scoped to single service, adds troubleshooting, OSC AI assistant tip, links to user guides - Update Service:-Open-Live-Studio.md — removes embedded studio claim, adds troubleshooting, cleans up prerequisites - Update Service:-Strom.md — adds Open Live resources and local setup link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Lucas Maupin committed May 29, 2026
    8d0b4f3
  • docs: daily review 2026-05-29 — changelog + VS Code Bearer token guide

    Claude Agent committed May 29, 2026
    2a900c8
  • docs: daily review 2026-05-28 — 3 new service pages + PR-driven updates New service pages: - Service:-Encore-Profile-Server.md (grusell-encore-profile-server) - Service:-S3-Video-Uploader.md (birme-video-uploader) - Service:-Open-Ad-Server.md (seanzhang414-openadserver) Updated from merged PRs: - Platform-Changelog: bump osaas-app to v7.59.0, osaas-ai to v7.43.0, osaas-landing-app to v3.16.0; add backup error field and voucher entries - Service:-Database-Backuper: document new error field surfacing K8s failure condition message in failed backup records (deploy-manager #856) - MCP-Connection-Troubleshooting: add section on get-mcp-config tool for giving spawned Claude Code subagents OSC MCP access (osaas-ai #944) Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed May 28, 2026
    85bf558
  • docs: update wiki for 2026-05-27 PR batch - Add get-mcp-config subagent guide to Enable-OSC-with-AI-agents - Update Pricing.md: voucher codes now work for Stripe billing too, add trial end date in Token Usage card, bump service count 180->183 - Create Platform-Changelog.md with 2026-05-27 release entries Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed May 27, 2026
    eb86097
  • docs: update secrets, pricing, parameter store; add PDS Admin service page - User-Guide:-Working-with-Secrets.md: add Create/Delete Workspace Secret step-by-step instructions (osaas-app#4222) - Pricing.md: document voucher code redemption at subscription activation (osaas-app#4220) - User-Guide:-Parameter-Store.md: explain *** masking for encrypted values and env var injection flow (osaas-ai#934) - Service:-PDS-Admin.md: new page for PDS Admin service

    Claude Agent committed May 27, 2026
    9cf4342
  • docs: add voucher redemption UI, companion domain prompt, and 3 new service pages - Admin:-Grant-Free-Months: document web UI path for voucher redemption (Team Settings → Subscriptions → Have a voucher code? tab, added in osaas-app#4181) - User-Guide:-Custom-Domains: add note about companion domain prompt when adding a custom domain (apex <-> www suggestion, added in osaas-app#4182) - New: Service:-Test-Source-HLS-Live (eyevinn-docker-testsrc-hls-live) - New: Service:-OSC-Command (eyevinn-osaas-client-ts) - New: Service:-Chromecast-Receiver (eyevinn-cast-receiver)

    Claude Agent committed May 26, 2026
    1dbe983
  • docs: update wiki for multi-domain, secret chip, vouchers; add uTURN/Join Live/Flowsint - User-Guide:-Custom-Domains.md: document multi-domain support per instance (osaas-deploy-manager#849); add Multiple Custom Domains section, update delete-my-domain MCP example to show per-domain form, add 409 multi_domain_ambiguous note in update section - User-Guide:-Working-with-Secrets.md: document new secret chip + change modal in instance parameters view (osaas-app#4165) - Admin:-Grant-Free-Months.md: add Voucher Codes section documenting admin mint and customer redeem endpoints (osaas-money-manager#274) - Service:-uTURN.md: new page for uTURN TURN server - Service:-Join-Live.md: new page for Join Live WebRTC broadcast tool - Service:-Flowsint.md: new page for Flowsint OSINT investigation platform Co-Authored-By: Claude <noreply@anthropic.com>

    Claude Agent committed May 25, 2026
    d3c0f1e
  • docs: remove IP allowlist guide (feature reverted), add 3 new service pages - Remove User-Guide:-IP-Allowlist.md: the allowedSourceRanges feature was fully reverted in osaas-lib-orchestrator#209 (broke in production) - Add Service:-PDF-Rendering-Service.md (restorecommerce-pdf-rendering-srv) - Add Service:-Ephemeral-Token-Service.md (eyevinn-ephtoken-svc) - Add Service:-MOE-Replay.md (realeyes-media-moe-replay)

    Claude Agent committed May 24, 2026
    86c7b0a
  • docs: add IP allowlist guide, 3 new service pages, update AI agent examples - New User-Guide:-IP-Allowlist.md documenting the IP allowlist UI feature (osaas-app #4127) and set-instance-ip-allowlist MCP tool (osaas-ai #902) - Updated User-Guide:-Enable-OSC-with-AI-agents.md with IP allowlist examples in the Step 3 prompt list - New Service:-OGraf-Template-Editor.md - New Service:-Common-Access-Token-Validator.md (CTA-5007 token validation) - New Service:-Just-Go-Live.md (one-click RTMP/HLS live streaming)

    Claude Agent committed May 23, 2026
    09ab202