From 444cf0deaa34e5eb200ac45e60bc34642aeca262 Mon Sep 17 00:00:00 2001 From: piccihud Date: Sat, 26 Oct 2024 17:36:14 +0200 Subject: [PATCH] Troubleshooting MollySocket --- molly_socket.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/molly_socket.md b/molly_socket.md index cf51351..5a3ac45 100644 --- a/molly_socket.md +++ b/molly_socket.md @@ -123,6 +123,20 @@ https://molly.domain.com { - Nelle impostazioni impostare il server ntfy di default - In Molly, nelle Impostazioni>Notifiche>UnifiedPush, inserire l'URL del server (es. https://molly.domain.com) e scegliere ntfy come metodo di notifica +### Troubleshooting + +Per testare che tutto funzioni correttamente: + +```bash +su mollysocket + +# Replace the UUID with your account Id +# L'account Id si trova In Molly, nelle Impostazioni>Notifiche>UnifiedPush + +/opt/mollysocket/ms connection ping c8d44128-5c99-4810-a7d3-71c079891c27 +``` + + ## Collegamenti - [https://github.com/mollyim/mollysocket](https://github.com/mollyim/mollysocket)