Giter VIP home page Giter VIP logo

pastebin's Introduction

Pastebin

A webapplication allows you copy & paste things between devices.

Run in docker

Just simply start the container, you can run with port or add nginx reverse proxy by yourself.

Without Google reCAPTCHA

docker run -d -p 8080:80 moekiwisama/pastebin:latest

With Google reCAPTCHA

docker run -d -p 8080:80 -e args="--userecaptcha=true --secretkey=your-secretkey --publickey=your-publickey -recaptcharate=0.6" moekiwisama/pastebin:latest

Build by myself

โš  Go(=>1.13) is [required]. โš 

git clone https://github.com/moeKiwiSAMA/Pastebin
cd Pastebin
make

Run by myself

The final binary result exist in bin/pastebin, you should make a dir and put your website(public) with the binary file.

cp bin/pastebin ./
./pastebin

โš  An Redis instance is required. โš 

Pastebin takes some parameters, you can find them with pastebin --help

Usage of ./pastebin:
  -address string
        Pastebin Listen Port (default "0.0.0.0")
  -port string
        Pastebin Bind IP (default "80")
  -publickey string
        Recaptcha site key
  -recaptcharate float
        Recaptcha verify score (default 0.6)
  -redisadd string
        RedisIP (default "127.0.0.1")
  -redisport string
        RedisPort (default "6379")
  -secretkey string
        Recaptcha Secret Key
  -userecaptcha
        Use Google Recaptcha or not

And here we go.

Now listening on: http://0.0.0.0:80
Application started. Press CTRL+C to shut down

pastebin's People

Contributors

moekiwisama avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.