Popularity
3.4
Declining
Activity
0.0
Stable
273
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. -
MicroBin
A tiny, self-contained, configurable paste bin and URL shortener written in Rust. -
Sup3rS3cretMes5age
Simple to use, simple to deploy, one time self destruct messaging service, with hashicorp vault as a backend -
Sticky Notes
Sticky notes is a free open-source pastebin application. -
Modern Paste
Modern pastebin with a contemporary, minimalistic user interface backed by a robust feature set. -
Paaster.io
Paaster is a secure and user-friendly pastebin application that prioritizes privacy and simplicity. With end-to-end encryption and paste history, Paaster ensures that your pasted code remains confidential and accessible. -
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. -
Phaste
A Phalcon-based, MySQL pastebin application with privacy-respecting Piwik integration and syntax highlighting. -
localpaste
a simple python based pastebin you can run locally, with curl for input, just like clbin.com -
Snipp
Snipp is a powerful, user friendly pastebin tool with a modern aesthetic. -
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. -
Paste
Paste is forked from the original source pastebin.com used before it was bought.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.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