Skip to content

Deploy your own version of NoPaste

Boris K edited this page Nov 30, 2020 · 13 revisions

Method 1 - On your own server

  1. Download all files from the NoPaste repository
  2. Just drop all the files on a simple file server, and that's it!

Method 2 - Using Github Pages

Click the "fork" button

On your new fork, open the settings tab

Scroll down to "Github pages", and select the master branch as source

That's it !

After a few seconds, your clone of NoPaste will be ready to use at:

https://<your-username>.github.io/nopaste/

You can access any existing NoPaste link by replacing https://nopaste.ml/ with your own URL

For example, these two links will display exactly the same data:

https://nopaste.ml/?l=js#XQAAAQAbAAAAAAAAAAAxm8oZxevp1x0I+WLb1PIk9ts4NmkQ3Mgh131LqTUm///MigAA

https://bokub.github.io/nopaste/?l=js#XQAAAQAbAAAAAAAAAAAxm8oZxevp1x0I+WLb1PIk9ts4NmkQ3Mgh131LqTUm///MigAA

Clone this wiki locally