Updated index.jade.
This commit is contained in:
parent
58197af85d
commit
9c42144b45
@ -17,9 +17,8 @@ block body
|
|||||||
p.center #[b #{storageAvailableStr}] left.
|
p.center #[b #{storageAvailableStr}] left.
|
||||||
section
|
section
|
||||||
p Using cURL: #[code curl -F 'file=@somefile.ext' https://upload.arav.su]
|
p Using cURL: #[code curl -F 'file=@somefile.ext' https://upload.arav.su]
|
||||||
p Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p]
|
p Also works under other networks (I2P, Tor, Yggdrasil). For Tor and I2P you'll need to add a #[code --proxy] option for cURL. Same for deletion.
|
||||||
p Same for Tor, just set #[code --proxy] and replace a domain.
|
p A resulted link has the following structure: #[code <site>/<hash>/<file>.<ext>].
|
||||||
p A resulted link looks like this: #[code /base64rawURL(salted SHA-256)/filename.ext].
|
|
||||||
section.center
|
section.center
|
||||||
h2 Delete
|
h2 Delete
|
||||||
form(action="/delete" method="POST")
|
form(action="/delete" method="POST")
|
||||||
@ -27,4 +26,3 @@ block body
|
|||||||
button(type="submit") Delete
|
button(type="submit") Delete
|
||||||
section
|
section
|
||||||
p Using cURL: #[code curl -XDELETE https://upload.arav.su/<hash>]
|
p Using cURL: #[code curl -XDELETE https://upload.arav.su/<hash>]
|
||||||
p Over I2P: #[code curl --proxy 127.0.0.1:4444 -XDELETE http://upload.arav.i2p/<hash>]
|
|
Loading…
Reference in New Issue
Block a user