Update readmes, make slight code change
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Chookpen Server
|
||||
# Chookchat Server
|
||||
|
||||
Key features:
|
||||
- Real-time messaging with WebSocket support
|
||||
@@ -41,7 +41,7 @@ To create a distribution (you don't need to run gradle build, it will do that fo
|
||||
./gradlew installDist
|
||||
```
|
||||
|
||||
To run the server, create the files `chatHistory` and `userDatabase` in the directory you're running it from, then run the script to start Chookpen.
|
||||
To run the server, create the files `chatHistory` and `userDatabase` in the directory you're running it from, then run the script to start Chookchat.
|
||||
|
||||
## API Documentation
|
||||
|
||||
@@ -84,7 +84,7 @@ Connect to `/api/websocket` for real-time updates.
|
||||
|
||||
## Setting up HTTPS with Caddy
|
||||
|
||||
Caddy provides automatic HTTPS and serves as a reverse proxy for your Chookpen server. [Download from caddyserver.com](https://caddyserver.com/download) or from your Linux/BSD/Illumos/Haiku/TempleOS/whatever distribution's package manager.
|
||||
Caddy provides automatic HTTPS and serves as a reverse proxy for your Chookchat server. [Download from caddyserver.com](https://caddyserver.com/download) or from your Linux/BSD/Illumos/Haiku/TempleOS/whatever distribution's package manager.
|
||||
|
||||
1. Create a `Caddyfile` in your server directory:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user