Initial vault setup
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
---
|
||||
title: Cially
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, analytics, app-marathon3-final-context]
|
||||
confidence: medium
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=Analytics&app=cially]
|
||||
---
|
||||
|
||||
# 📊 Cially
|
||||
|
||||
> **Cially** : Analytics web moderne : dashboards custom, partage, export CSV. Multi-sites, focus privacy-first, pas de cookies.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [https://cially.com](https://cially.com) |
|
||||
| **GitHub** | [cially/cially](https://github.com/cially/cially) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | TypeScript |
|
||||
| **Catégorie** | [[cat-analytics|Analytics]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Cially** est analytics web moderne : dashboards custom, partage, export csv. multi-sites, focus privacy-first, pas de cookies.
|
||||
|
||||
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:
|
||||
cially:
|
||||
image: ghcr.io/cially/cially:latest
|
||||
container_name: cially
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.cially.rule=Host(`cially.example.com`)"
|
||||
- "traefik.http.routers.cially.entrypoints=websecure"
|
||||
- "traefik.http.routers.cially.tls.certresolver=letsencrypt"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-umami]], [[app-plausible]], [[app-ackee]] — alternatives dans le même segment
|
||||
|
||||
### Propriétaires (ce que Cially remplace)
|
||||
- **Google Analytics, Fathom Analytics** — 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/cially/cially](https://github.com/cially/cially)
|
||||
- [Site officiel](https://cially.com)
|
||||
- [selfh.st/apps](https://selfh.st/apps/?tag=Analytics&app=cially)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-analytics|Analytics]] — Catégorie Analytics
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
- [[securisation-home-lab]] — Sécurité
|
||||
- [[glossaire-homelab]] — Vocabulaire
|
||||
Reference in New Issue
Block a user