FORMAT: 1A HOST: https://hypothes.is
Hypothes.is provides an implementation of the Annotator Storage API.
| LoadPlugin tail | |
| <Plugin "tail"> | |
| <File "/var/log/fail2ban.log"> | |
| Instance "fail2ban" | |
| <Match> | |
| Regex "Ban" | |
| DSType "CounterInc" | |
| Type "counter" | |
| Instance "fail2ban-ban" | |
| </Match> |
| server { | |
| listen 80; | |
| root /root/to/your/docroot; | |
| proxy_redirect off; | |
| proxy_intercept_errors on; | |
| proxy_set_header Host $host; | |
| proxy_set_header X-Real-IP $remote_addr; | |
| proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
| { | |
| "@context": "http://readium.org/webpub/default.jsonld", | |
| "metadata": { | |
| "@type": "http://schema.org/Book", | |
| "identifier": "urn:isbn:9780000000001", | |
| "title": "Moby-Dick", | |
| "author": "Herman Melville", | |
| "language": "en", | |
| "publisher": "Whale Publishing Ltd.", | |
| "modified": "2016-02-18T10:32:18Z", |
| { | |
| "@context": [ | |
| { | |
| "@vocab": "http://www.w3.org", | |
| "label": "/2000/01/rdf-schema#label", | |
| "comment": "/2000/01/rdf-schema#comment", | |
| "prefLabel": "/2004/02/skos/core#prefLabel", | |
| "altLabel": "/2004/02/skos/core#altLabel", | |
| "prev": {"/1999/xhtml/vocab#prev": "@iri"}, |
FORMAT: 1A HOST: https://hypothes.is
Hypothes.is provides an implementation of the Annotator Storage API.