mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 08:55:58 +03:00
[PR #299] [CLOSED] Privacy mode for Alwrity. #615
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#615
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/299
Author: @Om-Singh1808
Created: 10/14/2025
Status: ❌ Closed
Base:
main← Head:fix/ollama-install-windows📝 Commits (1)
edf2172fix(windows): reliable OLLAMA installation URLs + redirects; UI manual-install fallback; ignore pycache📊 Changes
34 files changed (+7430 additions, -31 deletions)
View changed files
📝
backend/app.py(+6 -0)📝
backend/env_template.txt(+2 -2)📝
backend/middleware/auth_middleware.py(+43 -18)➕
backend/ollama_test_results_20251013_043728.json(+129 -0)➕
backend/quick_test_results_20251013_043340.json(+6 -0)➕
backend/routers/ollama_router.py(+367 -0)➕
backend/services/ollama/installation_service.py(+614 -0)➕
backend/services/ollama/platform_manager.py(+341 -0)➕
backend/services/ollama/validation_service.py(+405 -0)➕
backend/start_ollama_backend.py(+118 -0)📝
frontend/env_template.txt(+4 -2)📝
frontend/src/api/client.ts(+9 -0)➕
frontend/src/api/ollama.ts(+155 -0)📝
frontend/src/components/OnboardingWizard/ApiKeyStep.tsx(+59 -6)📝
frontend/src/components/OnboardingWizard/ApiKeyStep/utils/useApiKeyStep.ts(+69 -3)➕
frontend/src/components/PrivacyMode/ErrorRecoveryModal.tsx(+296 -0)➕
frontend/src/components/PrivacyMode/InstallationModal.tsx(+348 -0)➕
frontend/src/components/PrivacyMode/InstallationProgressFeedback.tsx(+401 -0)➕
frontend/src/components/PrivacyMode/PrivacyModeButton.tsx(+232 -0)➕
frontend/src/components/PrivacyMode/ProgressIndicator.tsx(+185 -0)...and 14 more files
📄 Description
This update enable users to install Ollama in there system and and enter into privacy mode.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.