Paste your code or upload your files to share with the IPFire Community or Developers. NoPaste requires an IPFire account to use and users will need to login with their IPFire username and password.

Paste

Go to: https://nopaste.ipfire.org. Paste your code snippet, add a Subject, pick an Expire After time, and then click Upload.

After clicking Upload take note of the URL. The URL with its unique ID can be pasted into a Community post or a Developer Mailing List post.

Upload

Go to: https://nopaste.ipfire.org/upload. Add your code file, add a Subject, pick an Expire After time, and then click Upload.

After clicking Upload take note of the URL. The URL with its unique ID can be pasted into a Community post or a Developer Mailing List post.

Console Interface

You can also upload files using the console like so:

curl -u <USERNAME> -T- https://nopaste.ipfire.org < file.txt



Or you can stream data into it like so:

some command | curl -u <USERNAME> -T- https://nopaste.ipfire.org