Popularity
3.5
Declining
Activity
0.0
Stable
271
15
32
Code Quality Rank:
L5
Programming language: Go
License: MIT License
Tags:
Pastebins
NodeHub alternatives and similar software solutions
Based on the "Pastebins" category.
Alternatively, view NodeHub alternatives based on common mentions on social networks and blogs.
-
PrivateBin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Modern Paste
Modern pastebin with a contemporary, minimalistic user interface backed by a robust feature set. -
cryptonote
:lock: A simple open source web application that lets users encrypt and share messages that can only be read once. -
filite
A simple, light and standalone pastebin, URL shortener and file-sharing service -
ZeroBin
This Project has been renamed and moved to https://github.com/PrivateBin/PrivateBin -
SharpPaste
Cross-platform C# pastebin with client-side AES-256 encryption that just works. -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Phaste
A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
Linked.PM
A simple web application which encrypts your private messages (Java Script client-side encryption) and converts them into clickable links and QR-codes. -
Snipp
Snipp is a powerful, user friendly pastebin tool with a modern aesthetic. -
Paste
Paste is forked from the original source pastebin.com used before it was bought.
Less time debugging, more time building
Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
Promo
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of NodeHub or a related project?
README
README
"Make every detail perfect and limit the number of details to perfect."
— Jack Dorsey
About
Dead simple hosting for markdown notes.
Running
- Install
dep
using Homebrew and run it inside project to install the dependencies:dep ensure
. - Create a data base by running
make db
. - Run the app with
make run
.
ENV variables used:
- For emailing of report abuse:
SMTP_SERVER
:SMTP_USER
SMTP_PASSWORD
NOTEHUB_ADMIN_EMAIL
- Recaptcha secret:
RECAPTCHA_SECRET
- Test mode:
TEST_MODE
(expected to be non-empty; skips captcha, no writes buffering for stats)
Testing
- Install
frisby
:go get -u github.com/verdverm/frisby
. - Run
make tests