Skip to content

lukewhrit/spacebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6d3ac9 Β· Apr 19, 2021
Dec 31, 2020
Mar 23, 2021
Apr 19, 2021
Sep 30, 2020
Sep 30, 2020
Mar 11, 2021
Mar 11, 2021
Nov 25, 2020
Mar 12, 2021
Nov 25, 2020
Nov 25, 2020
Sep 30, 2020
Apr 16, 2021
Apr 16, 2021
Mar 23, 2021

Repository files navigation

spacebin - hastebin fork focused on stability and maintainability

Latest Commit Discord GitHub Codacy code quality grade Build Status Go Report Card

πŸš€ Spirit is the primary Spacebin server implementation. It is written in Golang and maintained by the Spacebin team.

πŸ“– Documentation | 🌟 Development Branch | πŸš€ More Information

What is Spacebin?

Spacebin is a highly-reliable pastebin server, built with Go, that's capable of serving notes, novels, code or any other form of text!

Pastebin's are a type of online content storage service where users can store plain text document, e.g. program source code.

For more information and the history of Pastebin see Wikipedia's article on them.

Contributing

Spacebin uses a lot of technologies and follows a lot of guidelines, all of these are detailed in CONTRIBUTING.md along with basic environment setup information.

Self-hosting

Requires: Git & Docker

# Clone repository from git remote
$ git clone https://github.com/spacebin-org/spirit.git
$ cd spirit
$ git checkout -b develop

# Build and run docker image on port 80
$ sudo docker build -t spacebin-server .
$ sudo docker run -d -p 80:9000 spacebin-server

Contributors

Spirit development is lead by Luke Whrit, other team members, and various other contributors from the open source community.

Here's a list of notable contributors to Spirit:

Vulnerabilities

The Spacebin team takes security very seriously. If you detect a vulnerability please contact lukewhrit@pm.me.

We ask that you do not publish any vulnerabilities after they have been patched or after a 30 day period since being reported has passed.

License

Spirit is licensed under the Apache 2.0 license. A copy of this license can be found within the license file.