From 397c01ffe653f6c9c60d46480c98b4337b79a8d7 Mon Sep 17 00:00:00 2001 From: Cylae <13425054+Cylae@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:20:08 +0000 Subject: [PATCH] docs: fix missing ports in README service tables Update the README.md English and French service matrix tables to correctly reflect the ports configured in the actual service implementations in `src/services/`. - QBittorrent: Add peering port 6881 (TCP/UDP) - Gitea: Add SSH port 2222 - Syncthing: Add sync port 22000 (TCP/UDP) and discovery port 21027 (UDP) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6187960..d425d91 100644 --- a/README.md +++ b/README.md @@ -165,16 +165,16 @@ Here is the matrix of deployed services: | | Bazarr | 6767 (Localhost) | `http://localhost:6767` | Subtitles | | | Prowlarr | 9696 (Localhost) | `http://localhost:9696` | Torrent Indexers | | | Jackett | 9117 (Localhost) | `http://localhost:9117` | Indexer Proxy | -| **Download** | QBittorrent | 8080 (Localhost) | `http://localhost:8080` | Torrent Client | +| **Download** | QBittorrent | 8080 (Localhost), 6881 (TCP/UDP) | `http://localhost:8080` | Torrent Client | | **Apps** | Nextcloud | 4443 (Localhost) | `https://localhost:4443` | Personal Cloud | | | Vaultwarden | 8001 (Localhost) | `http://localhost:8001` | Password Manager | | | Filebrowser | 8002 (Localhost) | `http://localhost:8002` | Web File Manager | | | Yourls | 8003 (Localhost) | `http://localhost:8003` | URL Shortener | | | GLPI | 8088 (Localhost) | `http://localhost:8088` | IT Asset Management | -| | Gitea | 3000 (Localhost) | `http://localhost:3000` | Self-hosted Git | +| | Gitea | 3000 (Localhost), 2222 | `http://localhost:3000` | Self-hosted Git | | | Roundcube | 8090 (Localhost) | `http://localhost:8090` | Webmail | | | Mailserver | 25, 143, 587, 993 | - | Full Mail Server | -| | Syncthing | 8384 (Localhost), 22000 | `http://localhost:8384` | File Synchronization | +| | Syncthing | 8384 (Localhost), 22000 (TCP/UDP), 21027 (UDP) | `http://localhost:8384` | File Synchronization | --- @@ -319,16 +319,16 @@ Voici la matrice des services déployés : | | Bazarr | 6767 (Localhost) | `http://localhost:6767` | Sous-titres | | | Prowlarr | 9696 (Localhost) | `http://localhost:9696` | Indexeurs Torrent | | | Jackett | 9117 (Localhost) | `http://localhost:9117` | Proxy Indexeurs | -| **Download** | QBittorrent | 8080 (Localhost) | `http://localhost:8080` | Client Torrent | +| **Download** | QBittorrent | 8080 (Localhost), 6881 (TCP/UDP) | `http://localhost:8080` | Client Torrent | | **Apps** | Nextcloud | 4443 (Localhost) | `https://localhost:4443` | Personal Cloud | | | Vaultwarden | 8001 (Localhost) | `http://localhost:8001` | Password Manager | | | Filebrowser | 8002 (Localhost) | `http://localhost:8002` | Web File Manager | | | Yourls | 8003 (Localhost) | `http://localhost:8003` | URL Shortener | | | GLPI | 8088 (Localhost) | `http://localhost:8088` | IT Asset Management | -| | Gitea | 3000 (Localhost) | `http://localhost:3000` | Self-hosted Git | +| | Gitea | 3000 (Localhost), 2222 | `http://localhost:3000` | Self-hosted Git | | | Roundcube | 8090 (Localhost) | `http://localhost:8090` | Webmail | | | Mailserver | 25, 143, 587, 993 | - | Full Mail Server | -| | Syncthing | 8384 (Localhost), 22000 | `http://localhost:8384` | Synchronisation de Fichiers | +| | Syncthing | 8384 (Localhost), 22000 (TCP/UDP), 21027 (UDP) | `http://localhost:8384` | Synchronisation de Fichiers | ---