Initial vault setup

This commit is contained in:
2026-06-09 18:40:21 +02:00
commit bda02d587f
3692 changed files with 402457 additions and 0 deletions
@@ -0,0 +1,68 @@
---
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