Initial vault setup
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
---
|
||||
title: Atria
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, events, app-marathon-final-rattrapage]
|
||||
confidence: medium
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=Events&app=atria]
|
||||
---
|
||||
|
||||
# 📅 Atria
|
||||
|
||||
> **Atria** : Plateforme de gestion d'événements tout-en-un : RSVP, billetterie, communications, analytics. UI moderne, API complète.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [https://github.com/thesubtleties/atria](https://github.com/thesubtleties/atria) |
|
||||
| **GitHub** | [thesubtleties/atria](https://github.com/thesubtleties/atria) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | TypeScript |
|
||||
| **Catégorie** | [[cat-events|Events]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**Atria** est plateforme de gestion d'événements tout-en-un : rsvp, billetterie, communications, analytics. ui moderne, api complète.
|
||||
|
||||
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:
|
||||
atria:
|
||||
image: ghcr.io/thesubtleties/atria:latest
|
||||
container_name: atria
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.atria.rule=Host(`atria.example.com`)"
|
||||
- "traefik.http.routers.atria.entrypoints=websecure"
|
||||
- "traefik.http.routers.atria.tls.certresolver=letsencrypt"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- [[app-pretix]], [[app-hi-events]], [[app-mobilizon]] — alternatives dans le même segment
|
||||
|
||||
### Propriétaires (ce que Atria remplace)
|
||||
- **Eventbrite, Bizzabo, Cvent** — 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/thesubtleties/atria](https://github.com/thesubtleties/atria)
|
||||
- [Site officiel](https://github.com/thesubtleties/atria)
|
||||
- [selfh.st/apps](https://selfh.st/apps/?tag=Events&app=atria)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-events|Events]] — Catégorie Events
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
- [[securisation-home-lab]] — Sécurité
|
||||
- [[glossaire-homelab]] — Vocabulaire
|
||||
Reference in New Issue
Block a user