33800 Docs

← Retour

Tâche : Notification Logger v1.1 - Déploiement Complet

Date : 02-01-2026 Statut : ✅ TERMINÉ (avec Supabase + Prometheus)


Résumé

Création et déploiement d'un service de logging pour les notifications 33800-stack.

Travail effectué

1. Création du projet notif-logger

Chemin : /mnt/stock_36to/data/33800-stack/projects/notif-logger/

Stack :

Fichiers créés :

2. Déploiement Docker

Containers : | Container | Port | Status | |-----------|------|--------| | notif-logger | 5300 | 🟢 Running | | apprise | 8000 | 🟢 Running | | ntfy | 8080 | 🟢 Running |

3. Configuration Nginx

URL : https://notif-logger.33800.nowhere84.com Accès : Réseau local uniquement (192.168.1.0/24)

Config : /etc/nginx/sites-available/notif-logger.33800.nowhere84.com

4. Service Downloads

URL : https://downloads.33800.nowhere84.com Stockage : /mnt/stock_36to/data/33800-stack/downloads/ Accès : Réseau local uniquement


Fonctionnalités

Dashboard Web

API REST

Canaux supportés


Tests effectués

# Envoi notification push
curl -X POST http://localhost:5300/api/notify/push \
  -H "Content-Type: application/json" \
  -d '{"title": "Test", "body": "Message"}'
# Résultat : {"success":true,"log_id":1}

# Stats
curl http://localhost:5300/api/stats
# Résultat : {"total":1,"sent":1,"failed":0,"softbounced":0}

Documentation mise à jour


Problème identifié : Mailjet softbounce

Les emails avec pièces jointes volumineuses (>50Ko) sont rejetés par Gmail (softbounce).

Cause probable : Réputation/SPF/DKIM du domaine nowhere84.com

Solution de contournement :


Prochaines améliorations possibles