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
+6-5
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Your users will have a dedicated folder under `./data` at `./data/<username>.<yo
138
138
> To use Gmail you may need to configure ["Allow Less Secure Apps"](https://www.google.com/settings/security/lesssecureapps) in your Gmail account unless you are using 2FA in which case you would have to create an [Application Specific](https://security.google.com/settings/security/apppasswords) password. You also may need to unlock your account with ["Allow access to your Google account"](https://accounts.google.com/DisplayUnlockCaptcha) to use SMTP.
139
139
140
140
also add to `config.json`
141
-
```
141
+
```
142
142
"useEmail": true,
143
143
"emailHost": "smtp.gmail.com",
144
144
"emailPort": "465",
@@ -206,6 +206,7 @@ $ solid start --help
206
206
--multiuser Enable multi-user mode
207
207
--idp [value] Obsolete; use --multiuser
208
208
--no-live Disable live support through WebSockets
209
+
--no-prep Disable Per Resource Events
209
210
--proxy [value] Obsolete; use --corsProxy
210
211
--cors-proxy [value] Serve the CORS proxy on this path
211
212
--suppress-data-browser Suppress provision of a data browser
0 commit comments