Initial vault setup
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
---
|
||||
title: Chirpy
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, comments, app-marathon3-final-context]
|
||||
confidence: high
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=Comments&app=chirpy]
|
||||
---
|
||||
|
||||
# 💬 Chirpy
|
||||
|
||||
> **Chirpy** : Commentaires modernes privacy-first pour blogs : OAuth (GitHub, Google, Twitter), anti-spam, modération. UI légère, dark mode.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [https://chirpy.dev](https://chirpy.dev) |
|
||||
| **GitHub** | [devrsi0n/chirpy](https://github.com/devrsi0n/chirpy) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | TypeScript |
|
||||
| **Catégorie** | [[cat-comments|Comments]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Chirpy** est commentaires modernes privacy-first pour blogs : oauth (github, google, twitter), anti-spam, modération. ui légère, dark mode.
|
||||
|
||||
Différence avec les alternatives majeures : positionnement auto-hébergé et open source, sans tracking, sans dépendance cloud propriétaire.
|
||||
|
||||
Pour qui : utilisateurs qui cherchent une alternative souveraine à des solutions SaaS propriétaires du même segment.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
### Docker Compose (recommandé)
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
chirpy:
|
||||
image: ghcr.io/devrsi0n/chirpy:latest
|
||||
container_name: chirpy
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.chirpy.rule=Host(`chirpy.example.com`)"
|
||||
- "traefik.http.routers.chirpy.entrypoints=websecure"
|
||||
- "traefik.http.routers.chirpy.tls.certresolver=letsencrypt"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-voxmedia-coral]], Isso, Remark42 — alternatives dans le même segment
|
||||
|
||||
### Propriétaires (ce que Chirpy remplace)
|
||||
- **Disqus, Commento** — solutions SaaS du même domaine
|
||||
|
||||
## 🔐 Sécurité
|
||||
|
||||
- **Authentification** : vérifier la configuration par défaut (changer les credentials initiaux)
|
||||
- **Exposition réseau** : derrière Traefik + TLS (Let's Encrypt) recommandé
|
||||
- **Backups** : sauvegarder `./data` régulièrement
|
||||
- **Mises à jour** : surveiller les releases GitHub pour patches de sécurité
|
||||
|
||||
## 📚 Ressources
|
||||
|
||||
- [GitHub https://github.com/devrsi0n/chirpy](https://github.com/devrsi0n/chirpy)
|
||||
- [Site officiel](https://chirpy.dev)
|
||||
- [selfh.st/apps](https://selfh.st/apps/?tag=Comments&app=chirpy)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-comments|Comments]] — Catégorie Comments
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
- [[securisation-home-lab]] — Sécurité
|
||||
- [[glossaire-homelab]] — Vocabulaire
|
||||
Reference in New Issue
Block a user