(Created page with "{{Project |Name=NurdPaste |Skills=pasting |Status=Active |Niche=Documentation |Purpose=Communication |Tool=Yes |Location=https://paste.nurd.space/ }} == What Our own private pastebin service! == Where == * https://paste.nurd.space/ == How == * todo") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
|Location=https://paste.nurd.space/ | |Location=https://paste.nurd.space/ | ||
}} | }} | ||
= 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: | |||
* https://paste.nurd.space/ | * https://paste.nurd.space/ | ||
== | 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): | |||
* | * https://gitea.vm.nurd.space/r3boot/NURDpaste |
Latest revision as of 23:02, 29 February 2024
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):