--- title: AnonymousOverflow created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, front-end, app-marathon3-rattrapage-final-b] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=front-end&app=anonymous-overflow] --- # đŸ„· AnonymousOverflow > Front-end anonyme pour Stack Overflow/Stack Exchange, sans tracking ni compte requis. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [code.whatever.social](https://github.com/httpjamesm/AnonymousOverflow) | | **GitHub** | [httpjamesm/AnonymousOverflow](https://github.com/httpjamesm/AnonymousOverflow) | | **License** | AGPL-3.0 | | **Langage** | TypeScript | | **Étoiles GitHub** | <1k ⭐ | | **CatĂ©gorie** | [[cat-front-end|Front End]] | ## 📝 Description **AnonymousOverflow** est un proxy/frontend pour Stack Overflow/Exchange qui supprime le tracking, masque la tĂ©lĂ©mĂ©trie, et permet la lecture sans compte Stack Exchange. Compatible avec tous les sites SE (StackOverflow, ServerFault, SuperUser, AskUbuntu...). DiffĂ©rence vs ALO/Seance : focus Stack Exchange pur, UI fidĂšle. Pour qui : dĂ©veloppeurs qui consultent Stack Overflow sans vouloir crĂ©er de compte ni ĂȘtre pistĂ©s. ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: anonymousoverflow: image: ghcr.io/httpjamesm/anonymousoverflow:latest container_name: anonymousoverflow restart: unless-stopped labels: - traefik.enable=true - traefik.http.routers.ao.rule=Host(`so.example.com`) ``` ## 🔄 Alternatives ### Open Source - [[app-cr-nmaster]] — Frontend Reddit - [[app-nitter]] — Frontend Twitter/X ### PropriĂ©taires - **Stack Overflow (direct)** — Original avec tracking - **Google Search** — Snippets SO ## 🔐 SĂ©curitĂ© - Aucun log par dĂ©faut - Pas de compte, pas de cookies tiers ## 📚 Ressources - [Documentation](https://github.com/httpjamesm/AnonymousOverflow#readme) - [GitHub](https://github.com/httpjamesm/AnonymousOverflow) ## Pages LiĂ©es - [[cat-front-end]] — CatĂ©gorie Front End - [[app-nitter]] — Alternative Twitter - [[recettes-docker-compose]] — Templates Docker