Shortened two sentences on an index page.
This commit is contained in:
parent
514c6208e2
commit
34c31448bb
@ -16,7 +16,7 @@ block body
|
|||||||
button(type="submit") Upload
|
button(type="submit") Upload
|
||||||
p.center #[b #{storageAvailableStr}] left.
|
p.center #[b #{storageAvailableStr}] left.
|
||||||
section
|
section
|
||||||
p You can use cURL to upload a file: #[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 Over I2P: #[code curl --proxy 127.0.0.1:4444 -F 'file=@somefile.ext' http://upload.arav.i2p]
|
||||||
p Same for Tor, just set #[code --proxy] and replace a domain.
|
p Same for Tor, just set #[code --proxy] and replace a domain.
|
||||||
p A resulted link looks like this: #[code /base64rawURL(salted SHA-256)/filename.ext].
|
p A resulted link looks like this: #[code /base64rawURL(salted SHA-256)/filename.ext].
|
||||||
@ -26,5 +26,5 @@ block body
|
|||||||
input(type="text", name="hash" placeholder="File hash goes here" minlength="43" maxlength="43" size="43" required="")
|
input(type="text", name="hash" placeholder="File hash goes here" minlength="43" maxlength="43" size="43" required="")
|
||||||
button(type="submit") Delete
|
button(type="submit") Delete
|
||||||
section
|
section
|
||||||
p You can delete a file 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>]
|
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