NurdPaste | |
---|---|
Participants | |
Skills | pasting |
Status | Active |
Niche | Documentation |
Purpose | Communication |
Tool | Yes |
Location | https://paste.nurd.space/ |
Cost | |
Tool category |
NurdPaste Property "Tool Image" (as page type) with input value "File:{{{Picture}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. {{{Picture}}} {{#if:Yes | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:Yes | [[Tool Cost::{{{Cost}}} | }}
What
Our own private pastebin service! It will accept 32MB of data which will automatically expire after 12 hours. The data is encrypted using a key that is generated on startup and is written to redis with a fixed TTL. The pastebin will (try) to determine the mime-type in order to present you with a pleasant usage experience.
Where
Access the pastebin from your browser:
Access the pastebin from your shell:
alias np='curl --data-binary @- https://paste.nurd.space'
Code
Checkout the code at the following url (MR's are more then welcome):