diff --git a/content/_index.md b/content/_index.md index caac68a..f749d9f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -14,12 +14,12 @@ Service | Lien | Code source | Version --- | --- | --- | --- Aide à la prise de RDV | **** | [Framadate](https://framagit.org/framasoft/framadate/framadate) | *1.1.19* Partage de notes sécurisées | **** | [PrivateBin](https://github.com/PrivateBin/PrivateBin/) | *1.5.1* -Visio-conférence | **** | [Jitsi](https://github.com/jitsi/docker-jitsi-meet) | *8218* +Visio-conférence | **** | [Jitsi](https://github.com/jitsi/docker-jitsi-meet) | *8319* **Geekeries** | **Lien** | **Code Source** | **Version** --- | --- | --- | --- Service de notifications | **** | [ntfy](https://github.com/binwiederhier/ntfy) | *2.0.1* -Serveur PeerJS pour WebRTC | **** | [peerjs-server](https://github.com/peers/peerjs-server) | *0.6.1* +Serveur PeerJS pour WebRTC | **** | [peerjs-server](https://github.com/peers/peerjs-server) | *1.0.0* ## Accès restreint : inscriptions [sur demande](https://garbaye.fr/contact/) Service | Lien | Code source | Version diff --git a/static/.well-known/chatonsinfos/service-jitsi.properties b/static/.well-known/chatonsinfos/service-jitsi.properties index 1c5a5b2..a4bc35e 100644 --- a/static/.well-known/chatonsinfos/service-jitsi.properties +++ b/static/.well-known/chatonsinfos/service-jitsi.properties @@ -101,7 +101,7 @@ software.license.url = https://github.com/jitsi/jitsi-meet/blob/master/LICENSE software.license.name = Apache License 2.0 # Version du logiciel (type STRING, recommandé). -software.version = 8218 +software.version = 8319 # Lien web vers les sources du logiciel (type URL, recommandé). software.source.url = https://github.com/jitsi/jitsi-meet diff --git a/static/.well-known/chatonsinfos/service-peerjs.properties b/static/.well-known/chatonsinfos/service-peerjs.properties index 1c6748b..a3c5193 100644 --- a/static/.well-known/chatonsinfos/service-peerjs.properties +++ b/static/.well-known/chatonsinfos/service-peerjs.properties @@ -103,7 +103,7 @@ software.license.url = https://github.com/peers/peerjs-server/blob/master/LICENS software.license.name = MIT License # Version du logiciel (type STRING, recommandé). -software.version = 0.6.1 +software.version = 1.0.0 # Lien web vers les sources du logiciel (type URL, recommandé). software.source.url = https://github.com/peers/peerjs-server