liz3 / OpenGist

Free Software Pastebin Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGist

OpenGist is a free software pastebin service. Its textview is based on monaco, storage is provided by a mongodb server, this is a mono app, everything is in one program. The Frontend was build using react.

Public usable instance

Setup

This guide will show you how to install OpenGist on your local/remote computer/server.

Prerequisites

You will need to install the following packages:

Setup and Run

  • Clone the repository on the target host (the one that will run as the site)
  • Navigate to the root folder from the command line
  • Run the site using the command docker-compose up -d --build

License

This is free software licensed under GPL 2.0

About

Free Software Pastebin Service

License:GNU General Public License v2.0


Languages

Language:JavaScript 77.8%Language:HTML 10.9%Language:CSS 7.6%Language:Dockerfile 3.8%