Other useful pages

This commit is contained in:
Maurice
2024-02-01 16:11:09 +01:00
parent a1b5c513ea
commit 95466ae31e
6 changed files with 57 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
Pastable is a lightweight and fast pastebin alternative, and URL-shortener made by Plabble and written in Rust.
USAGE
Get /: Show this page
Get /about: Show this page
Get /{id}: Get paste by ID and return in plain text
Post /: Create new paste (plain text raw body or form parameter 'content') and return random generated key
Post /{id}: Create new paste (plain text raw body) and return requested key if available, else random generated key
@@ -30,6 +30,12 @@
For links:
Pipe your input into: curl -F 'link=<-' https://paste.plabble.org/to -w '\n'
USING GUI
If you want to view a note using the GUI, add /#/ in the URL
For example:
https://paste.plabble.org/YOURID becomes https://paste.plabble.org/#/YOURID
</pre>
</body>
</html>