You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,9 +118,9 @@ Update the values in the `.env` file. The following variables are needed:
118
118
-`ALLOWED_HOST`: For remote access via Tailscale (see 'Accessing from Anywhere' below) -- leave blank or set to 'all' if you don't need access from outside your local network
119
119
120
120
-**Security**
121
-
-`APP_USERNAME`: Your username
122
-
-`APP_PASSWORD`: Your password
123
-
-`JWT_SECRET`: Should be a long, random, and unpredictable string.
121
+
-`APP_USERNAME`: A name of your choosing
122
+
-`APP_PASSWORD`: A passowrd of your choice
123
+
-`JWT_SECRET`: A big, long, hard, random, and unpredictable string.
124
124
You can generate one using OpenSSL with the following command in your terminal:
125
125
```bash
126
126
openssl rand -base64 64
@@ -135,14 +135,14 @@ yarn dev
135
135
136
136
The server will run over HTTP by default. If you place `cert.pem` and
137
137
`key.pem` in a `.certs` directory at the project root (see the HTTPS section
138
-
below), it will automatically use those files and start with HTTPS.
138
+
below), it will automatically use those files and start with HTTPS. Pretty cool.
139
139
140
140
## Usage
141
141
142
-
1. Select a time frame to analyze
143
-
1. Choose a tone for the reply suggestions
142
+
1. Select a time frame to summarize
143
+
1. Choose a tone for reply suggestions
144
144
1. Click "go" to generate a conversation summary and some suggested replies of varying length
145
-
1. Copy and paste a suggested reply into your conversation
145
+
1. Copy your preferred reply to paste into the conversation
0 commit comments