Auto-PR: fix(deploy): automated AnythingLLM deploys now bootable + compliance facts table#89
Merged
Merged
Conversation
…facts table - deploy-new-site.sh: anythingllm-docker branch in Phase 2 pushes the remaining fail-loud-required values (ANYTHINGLLM_IMAGE from env, EMBEDDING_ENGINE default openrouter, optional EMBEDDING_MODEL_PREF) and mints the per-customer capped OPENROUTER_API_KEY via scripts/provision-openrouter-key.sh (OPENROUTER_LIMIT_USD, default 50). Loud warnings when a value cannot be set automatically. - docs/CUSTOMER_INSTANCE_PROVISIONING.md: Compliance & data handling facts table (tenancy, locality, encryption, retention 60d, subprocessors, framework mapping) backing the customer-facing terms. - CHANGELOG: [Unreleased] Fixed entry (folded into the existing Fixed section). Verified: bash -n + shellcheck clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Pull Request — authored by
weown-bot(ecosystem service account)Opened by: @ncimino
Last pushed by: @ncimino
Branch:
fix/nik-anythingllm-autodeploy-gaps→mainContributors on this branch:
📋 Human Review Checklist — NIST CSF 2.0 Functions
Review per the 6 NIST CSF Functions. Frameworks referenced: NIST CSF 2.0, CIS Controls v8 IG1, CSA CCM v4, ISO/IEC 27001:2022, SOC 2, ISO/IEC 42001:2023. See
docs/COMPLIANCE_ROADMAP.md.🏛️ Govern (GV)
.github/CODEOWNERS)🔍 Identify (ID)
.github/SECURITY_ASSESSMENT.md)🛡️ Protect (PR)
--from-literal, never/tmp, always$(mktemp)— ISO A.8.24)restricted(NIST PR.IP, CIS 4)🕵️ Detect (DE)
livenessProbe+readinessProbe) configured🚨 Respond (RS)
.github/INCIDENT_RESPONSE.md)♻️ Recover (RC)
📚 Documentation & Versioning
CHANGELOG.mdupdated (per-directory or repo-level/CHANGELOG.md)#WeOwnVerversion bumped perdocs/VERSIONING_WEOWNVER.md📝 Recent Commits (full bodies for Copilot context)
0097fe8 fix(deploy): automated AnythingLLM deploys now bootable + compliance facts table
Author: Nik
Date: Wed Jul 15 10:49:30 2026 -0600
fail-loud-required values (ANYTHINGLLM_IMAGE from env, EMBEDDING_ENGINE default
openrouter, optional EMBEDDING_MODEL_PREF) and mints the per-customer capped
OPENROUTER_API_KEY via scripts/provision-openrouter-key.sh (OPENROUTER_LIMIT_USD,
default 50). Loud warnings when a value cannot be set automatically.
(tenancy, locality, encryption, retention 60d, subprocessors, framework mapping)
backing the customer-facing terms.
Verified: bash -n + shellcheck clean.
🔍 Copilot AI Review: Copilot is configured to auto-request review for bot-authored PRs. If an auto-created PR opens without an initial Copilot review, push a follow-up commit to the same open PR (
review_on_push: true) to trigger review automatically.👥 Required Reviewers: human approval enforced by branch protection + CODEOWNERS.
@nciminorequested automatically.📚 Review Guidelines:
.github/copilot-instructions.md(phase-aware compliance directives)🛠️ Workflow Operations:
.github/workflows/README.mdAuto-generated by
.github/workflows/auto-pr-to-main.yml