Skip to content

Commit

Permalink
Checking notification server status (#171)
Browse files Browse the repository at this point in the history
* Checking notification server status

* Update notification-server.md

---------

Co-authored-by: heran yang <[email protected]>
Co-authored-by: Jiaqiang Xu <[email protected]>
  • Loading branch information
3 people authored Jul 9, 2023
1 parent ab2f432 commit 5b7bde2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manual/deploy/notification-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,16 @@ After that, you can run notification server with the following command:
```

## Checking notification server status
When the notification server is working, you can access `http://127.0.0.1:8083/ping` from your browser, which will answer `{"ret": "pong"}`. If you have a proxy configured, you can access `https://{server}/notification/ping` from your browser instead.

## Compatible client

1. Seadrive 3.0.1 or later.
2. Seafile client 8.0.11 or later.

If the client works with notification server, there should be a log message in seafile.log or seadrive.log.

```
Notification server is enabled on the remote server xxxx
```

0 comments on commit 5b7bde2

Please sign in to comment.