docs: add auth requirement and self-signed cert warning to quick-start#481
Open
JDis03 wants to merge 1 commit into
Open
docs: add auth requirement and self-signed cert warning to quick-start#481JDis03 wants to merge 1 commit into
JDis03 wants to merge 1 commit into
Conversation
Fixes NeuralNomadsAI#468 and NeuralNomadsAI#470. The quick-start examples crashed on first run without a password, and the browser self-signed certificate warning was not documented anywhere a new user would see it. Changes: - Add --password to all npx quick-start examples (main README + server README) - Document the three ways to configure auth: --password, env var, auth.json - Show auth.json schema so users understand the expected format - Add browser warning note to self-signed certificates section with step-by-step instructions for Chrome/Brave and Firefox - Mention --https=false --http=true as an alternative for local-only use Validation: - Reviewed rendered markdown structure - Verified auth.json schema matches AuthFile interface in auth-store.ts
|
PR builds are available as GitHub Actions artifacts: https://github.com/NeuralNomadsAI/CodeNomad/actions/runs/26040413596 Artifacts expire in 7 days.
|
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.
Summary
Fixes #468 and #470. The quick-start examples crashed on first run without a password, and the browser self-signed certificate warning was not documented anywhere a new user would see it.
Changes
--passwordto all npx quick-start examples (main README + server README)--password, env var,auth.jsonauth.jsonschema so users understand the expected format--https=false --http=trueas an alternative for local-only useValidation