Site Tools


mere-mortal:kuma

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mere-mortal:kuma [2026/09/21 05:35] – created - external edit 127.0.0.1mere-mortal:kuma [2026/09/21 09:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Uptime Kuma : Monitoring des services ======+====== Uptime Kuma ====== 
 +===== What is it ===== 
 +Uptime Kuma is a self-hosted monitoring dashboard created by Louislam. 
 +It monitors websites, APIs, servers, and applications, with notifications via email, Telegram, 
 +Discord, Slack, and many other channels. The UI is modern and polished.
  
-**Uptime Kuma** est un outil de monitoring self-hosted qui vérifie la disponibilité des services et envoie des notifications.+===== Deployment ===== 
 + <code docker> 
 + service: mere-kuma 
 + image: louislam/uptime-kuma:2 
 + container port: 3001/tcp (internal only) 
 + volume: fatal_kuma-data → /app/data 
 + nginx upstream: kuma:3001 
 + </code>
  
-===== Accès =====+===== Version History ===== 
 + * **Initially deployed**: louislam/uptime-kuma:1 (v1.x — EOL, no longer maintained) 
 + * **Upgraded to**: louislam/uptime-kuma:2 (v2.x — current, actively maintained) 
 + * The v1 tag was a "latest" pointer to the unmaintained v1 branch. 
 +   Uptime Kuma displayed a warning recommending migration to v2. 
 + * **Fix**: Updated docker-compose.yml to use ''louislam/uptime-kuma:2'' and redeployed.
  
-https://kuma.mere-mortal.net+===== Issues Encountered ===== 
 + * **EOL version warning**: The ''louislam/uptime-kuma:1'' tag pointed to the unmaintained v1. 
 +   Uptime Kuma showed a warning page. Fixed by upgrading to the v2 image. 
 + * **Image size**: The v2 image is larger (~1.7 GB) compared to v1 (~448 MB).
  
-===== Services monitorés =====+===== Current Status ===== 
 + * Running Uptime Kuma v2 at https://kuma.mere-mortal.net 
 + * First-run admin account setup required 
 + * Persistent volume: fatal_kuma-data
  
-Les services ~~mere-mortal.net~~ sont monitorés : +===== Planned / To Do ===== 
-* keepass.mere-mortal.net (HTTPS, 200) + * **Initial setup**: Create admin account and configure monitors. 
-* privatebin.mere-mortal.net (HTTPS, 200) + * **Notification channels**: Configure at least one notification channel. 
-* shaarli.mere-mortal.net (HTTPS, 200) + * **Monitor the stack**: Add monitors for the other services on this server. 
-* revodb.mere-mortal.net (HTTPS, 200) + * **Backup**: The data volume contains all Kuma configuration.
-* game.mere-mortal.net (HTTPS, 200) +
- +
-===== Notification ===== +
- +
-Configurer les notifications dans linterface Kuma (Discord, Slack, Email, Telegram, etc.)+
  
mere-mortal/kuma.1789968902.txt.gz · Last modified: by 127.0.0.1