NurdPaste: Difference between revisions

From NURDspace
No edit summary
No edit summary
 
Line 8: Line 8:
|Location=https://paste.nurd.space/
|Location=https://paste.nurd.space/
}}
}}
= What =
= What =


Our own private pastebin service!
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 =
= Where =
Access the pastebin from your browser:


* https://paste.nurd.space/
* https://paste.nurd.space/


= How =
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):


* todo
* https://gitea.vm.nurd.space/r3boot/NURDpaste

Latest revision as of 00:02, 1 March 2024

NurdPaste
NoPicture.png
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):