feat(web): add Donate links to self-hosted UI#14
Closed
imsouza wants to merge 9 commits into
Closed
Conversation
Require an authenticated owner and CSRF for settings mutations, keep provider secrets out of browser storage, and require AI setup after the guided tour.\n\nShip an installable private-data-safe PWA, a less crowded Home, operator recovery documentation, and an empty self-host vault.
- validate cloud inference before reporting Connected - keep provider secrets server-side and preserve saved keys - refine workspace actions, activity, Home, and public docs
Send the session cookie and CSRF token for graph mutations, and surface provider/API failures instead of a generic Ask error.
- replace provider key SHA-256 fingerprints with installation-bound HMAC comparison - validate NVIDIA endpoints by parsed hostname instead of substring matching - fix worker title generation calling an undefined AI helper
- use keyed BLAKE2 fingerprints for provider credentials - remove secret-like literals from provider security tests - make command palette Enter resilient before async results render
Use a random key revision to detect provider credential changes instead of hashing API key material.
Build test credentials from neutral values so gitleaks does not flag fixtures as leaked secrets.
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.
Adds a direct Ko-fi Donate link to the landing page, footer, authenticated workspace, and README. Uses a normal external link without the embedded Ko-fi widget.
Validation: