{
"root": "/var/www/html/data",
"port": "8443",
"serverUri": "https://solidweb.org",
"webid": true,
"mount": "/",
"configPath": "/var/www/html/config",
"configFile": "/var/www/html/config.json",
"dbPath": "/var/www/html/.db",
"sslKey": "/etc/letsencrypt/archive/solidweb.org/privkey4.pem",
"sslCert": "/etc/letsencrypt/archive/solidweb.org/fullchain4.pem",
"multiuser": true,
"enforceToc": false,
"disablePasswordChecks": false,
"supportEmail": "me@evering.eu",
"useEmail": true,
"emailHost": "smtp.gmail.com",
"emailPort": "465",
"emailAuthUser": "meisdata@gmail.com",
"emailAuthPass": "black",
"server": {
"name": "solidweb.org",
"description": "",
"logo": ""
}
}
#solid
3984 (Another World)
3968 (2)
| URL | infostring |
|---|---|
| https://solid.github.io/ | beta |
| https://solidproject.org/ | production |
3887 (how_intro_slides_linked_data_solid_github_how)
—-
https://solid.github.io/understanding-linked-data/#1
—-
{
"@context": {
"givenName": "http://schema.org/givenName",
"birthDate": "http://schema.org/birthDate",
"created": "http://purl.org/dc/terms/created"
},
"@id": "https://example.com/users", // <- ID of this dataset
"created": {
"@value": "2013-09-11T07:18:19+0000",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
// ^- timestamp of when it was generated
"@graph": [
{
"@id": "http://www.alice.com",
"givenName": "Alice",
"birthDate": "1990-01-01"
},
...
]
}
3859 (wordwebwewant)
| item | note |
|---|---|
| https://github.com/inrupt/pod-server | codebase |
| https://solidproject.org/ | project entry point |
| https://vincenttunru.gitlab.io/tripledoc/ | tripledoc |
3824 (some notes)
present client is issuing own tokens with long lifetimes should be auth-server doing this cryptographic challenge ---- resource server has auth server ---- nginx auth server plugin via http ---- (realm=area=bereich) ---- 401->access token->deliver content ---- ???pop-endpoint... ---- nonce-parameter ----
3777 (aktuelle entwicklungen)
3761 (status and concept)
we have an ip and a fqdn on a dedicated machine
we have cert and wildcard-cert
we have apache with a redirect-message in /var/www/html
we have nodejs amd npm
we have solid running on 8443
we have successfully created an account
we can view the hp and the card
we can’ t log in
we will continue with nginx and reverse proxy (//edit: things turned out we went with apache)
communication is mostly read and have server listed on github
all of this is a sparetime project
just like the title of this blog says since 2012
experiment and exercise
just follow your nose
3750 (description solid databrowser as of now)
| item | comment/about |
|---|---|
| https://megoth.inrupt.net/public/SolidDataBrowser//current.html | about/description |
| https://github.com/solid/specification | specification |
| https://gitter.im/solid/node-solid-server | help/communication |
3687 (datatype property)
| item | prefix |
|---|---|
| additional name | add |
| anniversary | ann |
| birth date | bir |
| category | cat |
| class | cla |
| country name | cou |
| extended address | ext |
| family name | fam |
| formatted name | for |
| given name | giv |
| honorific prefix | hop |
| honorific suffix | hos |
| label | lab |
| language | lan |
| latitude | lat |
| locality | loc |
| longitude | lon |
| mailer | mai |
| nickname | nic |
| note | not |
| organization name | orn |
| organizational unit name | oru |
| post office box | pob |
| postal code | pos |
| product id | pro |
| region | reg |
| revision | rev |
| role | rol |
| sort as | sor |
| street address | str |
| title | tit |
| time zone | tim |
| value | val |
