17 articles tagged with "Privacy"
Ollama: Run AI Language Models Locally — Setup, GPU Acceleration, and API Guide
Run LLMs like Llama 3, Mistral, Gemma, and Phi locally with Ollama. Guide covers installation, GPU acceleration, Docker deployment, REST API, and Open WebUI integration.
Plausible Analytics: Self-Hosted, Privacy-First Google Analytics Alternative
Deploy Plausible Analytics for privacy-friendly web analytics. Lightweight (<1KB script), no cookies, GDPR-compliant. Covers Docker setup, goals, custom events, and comparison with GA4.
Umami: Self-Hosted Web Analytics — Privacy-Focused Google Analytics Alternative
Deploy Umami for self-hosted, privacy-focused web analytics. Lightweight, GDPR-compliant, no cookies, real-time dashboard. Free Google Analytics alternative with Docker.
Open WebUI: Self-Hosted ChatGPT Interface for Ollama and OpenAI Models
Deploy Open WebUI for a ChatGPT-like experience with Ollama, OpenAI, or any OpenAI-compatible API. Covers Docker setup, RAG, multi-user RBAC, web search, and admin configuration.
RAG with Ollama: Chat with Your Documents Using Local AI
Build a private RAG (Retrieval-Augmented Generation) pipeline with Ollama. Use local embeddings, vector databases, and Open WebUI to chat with PDFs, docs, and knowledge bases without cloud APIs.
Nextcloud: Self-Hosted Cloud Storage, Calendar, and Collaboration Platform
Deploy Nextcloud with Docker for self-hosted cloud storage, calendar, contacts, and collaboration. Covers reverse proxy, Redis caching, OnlyOffice, Talk video calls, and storage optimization.
How to Enable DNS over HTTPS (DoH) on Windows, macOS, and Browsers
Enable DNS over HTTPS (DoH) to encrypt DNS queries and prevent ISP snooping. Step-by-step setup for Windows 11, macOS, Firefox, Chrome, and custom DNS providers like Cloudflare and Quad9.
DNS over HTTPS (DoH) Aktivieren unter Windows, macOS und Browsern
Aktivieren Sie DNS over HTTPS (DoH) um DNS-Anfragen zu verschlüsseln. Anleitung für Windows 11, macOS, Firefox, Chrome und Cloudflare.
Cómo Activar DNS over HTTPS (DoH) en Windows, macOS y Navegadores
Active DNS over HTTPS (DoH) para cifrar consultas DNS. Guía para Windows 11, macOS, Firefox, Chrome y proveedores como Cloudflare y Quad9.
Comment Activer DNS over HTTPS (DoH) sur Windows, macOS et Navigateurs
Activez DNS over HTTPS (DoH) pour chiffrer vos requêtes DNS. Guide pour Windows 11, macOS, Firefox, Chrome et Cloudflare.
Como Ativar DNS over HTTPS (DoH) no Windows, macOS e Navegadores
Ative DNS over HTTPS (DoH) para criptografar consultas DNS. Guia para Windows 11, macOS, Firefox, Chrome e provedores como Cloudflare.
Syncthing: Self-Hosted Peer-to-Peer File Synchronization without Cloud
Deploy Syncthing for peer-to-peer file synchronization without cloud services. Sync folders between devices directly, with end-to-end encryption, versioning, and conflict resolution.
Syncthing: Selbst-Gehostete P2P-Dateisynchronisierung ohne Cloud
Stellen Sie Syncthing für P2P-Dateisync ohne Cloud bereit. E2E-Verschlüsselung, Versionierung und Konfliktlösung zwischen Geräten.
Syncthing: Sincronización P2P de Archivos Autoalojada sin Nube
Implemente Syncthing para sincronización P2P sin nube. Cifrado E2E, versionado de archivos y resolución de conflictos entre todos sus dispositivos.
Syncthing : Synchronisation P2P de Fichiers Auto-Hébergée sans Cloud
Déployez Syncthing pour la synchronisation P2P sans cloud. Chiffrement E2E, versioning et résolution de conflits entre vos appareils.
Syncthing: Sincronização P2P de Arquivos Auto-Hospedada sem Nuvem
Implante o Syncthing para sincronização P2P sem nuvem. Criptografia E2E, versionamento e resolução de conflitos entre dispositivos.
How to: Use Nginx as a Forward Proxy Server
Configure Nginx as a forward proxy server for HTTP and HTTPS traffic using ngx_http_proxy_connect_module. Includes authentication, access control, caching, and comparison with reverse proxy.