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
The Solid community wants to acknowledge the hard work and dedication put in by many people, several of whom are listed below.
4
+
5
+
Please [let us know](https://github.com/solid/node-solid-server/edit/master/CONTRIBUTORS.md) if anyone is missing from this list, or if you wish to add yourself.
Your users will have a dedicated folder under `./data` at `./data/<username>.<yourdomain.tld>`. Also, your root domain's website will be in `./data/<yourdomain.tld>`. New users can create accounts on `/api/accounts/new` and create new certificates on `/api/accounts/cert`. An easy-to-use sign-up tool is found on `/api/accounts`.
@@ -286,7 +286,7 @@ for more complex ones
286
286
287
287
##### Simple Example
288
288
289
-
You can create an`solid` server ready to use using `solid.createServer(opts)`
289
+
You can create a`solid` server ready to use using `solid.createServer(opts)`
290
290
291
291
```javascript
292
292
var solid =require('solid-server')
@@ -402,64 +402,12 @@ it. It is currently adviceable to remove it or set it inactive rather
402
402
than set a large quota, because the current implementation will impair
403
403
write performance if there is a lot of data.
404
404
405
-
## Contributing
406
-
407
-
`solid` is has been made possible due to contributions from many individuals, these are some of the key contributors:
0 commit comments