Skip to content

A simple Pastebin project for storing and sharing text with short links and direct raw access.

Notifications You must be signed in to change notification settings

zone-xsec/pastebin

Repository files navigation

Pastebin

Screenshot

A Pastebin project that allows users to store and share text in a simple format along with short links. This project was initially named "safebin" because it implemented end-to-end encryption. However, it was later rewritten, removing the end-to-end encryption mechanism and using simple storage to simplify sharing and direct access from the raw path.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

For detailed explanation on how things work, check out the documentation.

Contributing

  • Fork it (https://github.com/zone-xsec/pastebin).
  • Create your feature branch (git checkout -b my-new-feature).
  • Commit your changes (git commit -am 'Add some feature').
  • Push to the branch (git push origin my-new-feature).
  • Create a new Pull Request.

Author

License

MIT License

Copyright (c) 2024 Zeerx7

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

A simple Pastebin project for storing and sharing text with short links and direct raw access.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published