1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

note on how to verify server is up on remote machines

This commit is contained in:
Madeline 2023-01-10 00:43:16 +11:00
parent e20f957a1e
commit 298ff33069
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -44,6 +44,9 @@ npm run start
If all went according to plan, you can now access your new Fosscord instance at [http://localhost:3001](http://localhost:3001)! Congrats!
If you set up your server remotely, you can use `curl http://localhost:3001/api/ping` to verify the server is up and running,
(you should set up a reverse proxy, next!).
## Now what?
Well, now you can configure Fosscord to your liking!