Update board.net maintenance authored by Rein Martin's avatar Rein Martin
...@@ -23,13 +23,13 @@ or preferred is directly on heu2 so that key is not exposed: ...@@ -23,13 +23,13 @@ or preferred is directly on heu2 so that key is not exposed:
Since heu2 does not resolve his own dns use: Since heu2 does not resolve his own dns use:
``` ```
curl "https://127.0.0.1/api/1/deletePad?apikey=secret029b3f1&padID=Myseminar-B3S" curl -k "https://127.0.0.1/api/1/deletePad?apikey=secret029b3f1&padID=Myseminar-B3S"
``` ```
or or
``` ```
curl "https://localhost/api/1/deletePad?apikey=secret029b3f1&padID=Myseminar-B3S" curl -k "https://localhost/api/1/deletePad?apikey=secret029b3f1&padID=Myseminar-B3S"
``` ```
Admins: see https://etherpad.org/doc/latest/#index_http_api get how to secret logged in the server from `cat /opt/etherpad-lite/APIKEY.txt` or from keepass. Admins: see https://etherpad.org/doc/latest/#index_http_api get how to secret logged in the server from `cat /opt/etherpad-lite/APIKEY.txt` or from keepass.
... ...
......