Initial vault setup
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
---
|
||||
title: Briefing
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, video-conferencing, app-marathon-final-rattrapage]
|
||||
confidence: medium
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=Video+Conferencing&app=briefing]
|
||||
---
|
||||
|
||||
# 📞 Briefing
|
||||
|
||||
> **Briefing** : Visioconférence ultra-légère orientée mobile : rooms, partage d'écran, sans compte, E2E chiffré. Pensé pour usage ponctuel sans friction.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [https://briefing.video](https://briefing.video) |
|
||||
| **GitHub** | [holtwick/briefing](https://github.com/holtwick/briefing) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | TypeScript |
|
||||
| **Catégorie** | [[cat-video-conferencing|Video Conferencing]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Briefing** est visioconférence ultra-légère orientée mobile : rooms, partage d'écran, sans compte, e2e chiffré. pensé pour usage ponctuel sans friction.
|
||||
|
||||
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:
|
||||
briefing:
|
||||
image: ghcr.io/holtwick/briefing:latest
|
||||
container_name: briefing
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.briefing.rule=Host(`briefing.example.com`)"
|
||||
- "traefik.http.routers.briefing.entrypoints=websecure"
|
||||
- "traefik.http.routers.briefing.tls.certresolver=letsencrypt"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-jitsi-meet]] (sans compte), [[app-mirotalk]] — alternatives dans le même segment
|
||||
|
||||
### Propriétaires (ce que Briefing remplace)
|
||||
- **Brief, Around, Whereby** — 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/holtwick/briefing](https://github.com/holtwick/briefing)
|
||||
- [Site officiel](https://briefing.video)
|
||||
- [selfh.st/apps](https://selfh.st/apps/?tag=Video+Conferencing&app=briefing)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-video-conferencing|Video Conferencing]] — Catégorie Video Conferencing
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
- [[securisation-home-lab]] — Sécurité
|
||||
- [[glossaire-homelab]] — Vocabulaire
|
||||
Reference in New Issue
Block a user