All Projects â†’ SourceBin â†’ SourceBin

SourceBin / SourceBin

Licence: MIT License
💻 Sharing code made easy

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Makefile
30231 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to SourceBin

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.
Stars: ✭ 3,622 (+7445.83%)
Mutual labels:  paste, pastebin
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (+27.08%)
Mutual labels:  paste, pastebin
pb
pb; a command line pastebin service helper (12 supported services)
Stars: ✭ 22 (-54.17%)
Mutual labels:  paste, pastebin
haste-client
CLI client for haste-server (hastebin.com) written in Python
Stars: ✭ 13 (-72.92%)
Mutual labels:  pastebin, hastebin
rentry
Markdown pastebin from command line
Stars: ✭ 252 (+425%)
Mutual labels:  paste, pastebin
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (+64.58%)
Mutual labels:  paste, pastebin
Scavenger
Crawler (Bot) searching for credential leaks on different paste sites.
Stars: ✭ 347 (+622.92%)
Mutual labels:  paste, pastebin
pastebin-api
A very simple pastebin npm package to interact with the pastebin api!
Stars: ✭ 20 (-58.33%)
Mutual labels:  pastebin, hastebin
imperial
Official mono-repo for https://imperialb.in/
Stars: ✭ 35 (-27.08%)
Mutual labels:  pastebin, hastebin
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (+181.25%)
Mutual labels:  paste, pastebin
Jawbreaker
A Python obfuscator using HTTP Requests and Hastebin.
Stars: ✭ 50 (+4.17%)
Mutual labels:  pastebin, hastebin
paste
paste is a simple web app for writing & sharing code.
Stars: ✭ 62 (+29.17%)
Mutual labels:  paste, pastebin
EdPaste
Laravel/PHP-driven Pastebin with users management
Stars: ✭ 34 (-29.17%)
Mutual labels:  pastebin
pastey
A lightweight, self-hosted paste platform
Stars: ✭ 65 (+35.42%)
Mutual labels:  pastebin
MagicWE2
[MagicWE2] Lag free asynchronous world editor for PMMP with plenty of options
Stars: ✭ 109 (+127.08%)
Mutual labels:  paste
privatebin-cli
Privatebin CLI in NodeJS.
Stars: ✭ 31 (-35.42%)
Mutual labels:  paste
PastebinMarkdownXSS
XSS in pastebin.com and reddit.com via unsanitized markdown output
Stars: ✭ 84 (+75%)
Mutual labels:  pastebin
ctrl-v
📋 a modern, open-source pastebin with latex and markdown rendering support
Stars: ✭ 93 (+93.75%)
Mutual labels:  pastebin
pastebin-php
a simple pastebin implement in php
Stars: ✭ 25 (-47.92%)
Mutual labels:  pastebin
mathb
MathB.in - Mathematics Pastebin Written in Common Lisp
Stars: ✭ 203 (+322.92%)
Mutual labels:  pastebin
Discord Twitter

SourceBin

SourceBin makes sharing code easy by providing an easy to use pastebin service. This repository contains the core services of SourceBin. Feel free to report any issues and suggestions in this repository.

Development

  1. Download or clone the repository
  2. Run make .env
  3. Edit the configuration in the .env file
  4. Run make self-signed-cert dhparam to generate local certificates
  5. Run make ENV=dev run
  6. Start developing

Deploying

  1. Download or clone the repository
  2. Run make .env
  3. Edit the configuration in the .env file
  4. Run make dhparam to generate dhparam
  5. Add SSL cert in secrets/ssl/certs/cert.pem and secrets/ssl/private/key.pem
  6. Add Cloudflare Authenticated Origin Pull cert in secrets/ssl/certs/cloudflare.crt
  7. Add Google Cloud Storage key in secrets/google/cloud-storage-key.json
  8. Point domain to server
  9. Run make start

Note

While we try to open-source as much as possible, SourceBin is not made for self-hosting. We will not provide support for hosting your own instance.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].