Current version: 1.3.4
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
Data is encrypted and decrypted in the browser using 256bit AES in Galois Counter mode.
This is a fork of ZeroBin, originally developed by Sébastien Sauvage. ZeroBin was refactored to allow easier and cleaner extensions. PrivateBin has many more features than the original ZeroBin. It is, however, still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore, such installations can be upgraded to PrivateBin without losing any data.
Self-hosted file/media sharing website.
You can see what it looks like using the demo: https://demo.linx-server.net/
Example running
Example with docker-compose
Ideally, you would use a reverse proxy such as nginx or caddy to handle TLS certificates.
All configuration options are accepted either as arguments or can be placed in a file as such (see example file linx-server.conf.example in repo):
...and then run linx-server -config path/to/linx-server.conf
When files expire, access is disabled immediately, but the files and metadata will persist on disk until someone attempts to access them. You can set the following option to run cleanup every few minutes. This can also be done using a separate utility found the linx-cleanup directory.
A feature-rich wiki for minimalists
cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. You can download cowyo as a single executable or install it with Go. Try it out at https://cowyo.com.
There is now a command-line tool, cowyodel to interact with cowyo and transfer information between computers with only a code phrase: schollz/cowyodel.
Simple open source self-hosted file sharing solution.
It's an alternative to paid services like Dropbox, WeTransfer.
See the blog posts about PsiTransfer: https://psi.cx/tags/PsiTransfer/ and checkout the Documentation
Demo: https://transfer.psi.cx
Specify the version by using image tags e.g.:
There are some configs in config.js
like port and data-dir.
You can:
public/upload.html
and download.html
are kept simple.
You can alter these files and add your logo and styles.
The following elements are mandatory:
common.js
and respectively upload.js
, download.js
as well as <div id="upload">
, <div id="download">
Please keep a footnote like Powered by PsiTransfer :)
pb
is a lightweight pastebin and url shortener built using
flask.
There is currently no known general-purpose public pb deployment. See #246 for details.
pb comes with a Dockerfile
and docker-compose.yaml
to start development
environments easily. Refer to relevant documentation for how to install docker
and docker-compose
.
start pb with:
pb will be listening on http://localhost:10002
ptpb.pw (the reference deployment) uses ptpb-deploy, which includes TLS termination, automatic x509 certificate rotation, and response caching.
"Make every detail perfect and limit the number of details to perfect."
— Jack Dorsey
Dead simple hosting for markdown notes.
Paste is forked from the original source pastebin.com used before it was bought. The original source is available from the previous owner's GitHub repository
A public version can be found here
IRC: If you would like support or want to contribute to Paste connect to irc.collectiveirc.net in channel #PASTE
Any bugs can be reported at: https://github.com/jordansamuel/PASTE/issues/new
Do the first two steps above and import the database schema using the CLI (or import via phpMyAdmin)
Move docs/config.example.php to config.php and edit
bepasty is like a pastebin for all kinds of files (text, image, audio, video, documents, ..., binary).
The documentation is there: https://bepasty-server.readthedocs.org/en/latest/
A simple, light and standalone pastebin, URL shortener and file-sharing service that hosts files, redirects links and stores texts.
Live Example (file upload disabled and rate limited)
That's it!
When asked for a login, use whatever username you want and the password you provided during setup. Details for programmatic usage are provided in the dedicated section.
You can remove the prompt and always enable or disable syntax highlighting by replacing $prompt:Highlight|false$
with true
or false
.
Upload limits are set to 10M as an example
pastebin is a self-hosted pastebin web app that lets you create and share "ephemeral" data between devices and users. There is a configurable expiry (TTL) afterwhich the paste expires and is purged. There is also a handy CLI for interacting with the service in a easy way or you can also use curl!
Run pastebin:
Create a paste:
Or use the Web UI: http://localhost:8000/
Or curl:
There is also an included command line utility for convenience:
When running the pastebin
server there are a few default options you might
want to tweak:
Cross-platform C# pastebin with client-side AES-256 encryption that just works, made with
Please see the readme-update branch for the new installation docs. [Work in Progress]
Dependencies:
Instructions:
See Travis CI for more details.
EdPaste is a Laravel 5.5 (PHP Framework)-driven self-hosted Pastebin. Demo : https://paste.edra.ovh
Just git clone this repo on your server, make the public
folder your webserver's DocumentRoot
, for instance with an Apache2.4 VirtualHost :
Run a composer install
/php composer install
(depends of your configuration) within the app root path (you'll need composer)
Rename .env.example
to .env
and run php artisan key:generate
from the app's root path.
Open .env
and fill it with your database details, and with Secret and Site Key from Google's reCaptcha (in order to avoid spam from guests)
Run php artisan migrate
from the app's root path, and you're all done.