]>
description | Paste service |
owner | Banana |
last change | Thu, 19 Jun 2025 20:20:47 +0000 (22:20 +0200) |
selfpaste is a small self hosting paste service.
It is not the aim to replace any other well known paste service. It is an experiment and build for private use only.
This tool uses PHP fileinfo
The functions in this module try to guess the content type and encoding of a file
by looking for certain magic byte sequences at specific positions within the file.
While this is not a bullet proof approach the heuristics used do a very good job.
It is not really bulletproof, but it does the job. Everything can be manipulated to look alike something it isn't.
So, here is a friendly REMINDER:
- Use it at own risk.
- Don't open it up to the public
- Check regularly what is added
- Clean everything what you do not know
- You provide the service by hosting it. Your are responsible for it!
- Change your secret often.
In cases the upload is over postmaxsize the request will not "arrive". Meaning the script does not receive enough information to work with. In this case it returns the start page. Which is a valid HTTP 200 status response. So the client can not only rely on the HTTP status code alone.
Link shortening inspired and some code used from: https://www.jwz.org/base64-shortlinks/
6 weeks ago | 1.6 | Version 1.6 Neon | tag | | commit | shortlog | log |
21 months ago | 1.5 | v1.5 Fluorine | tag | | commit | shortlog | log |
4 years ago | v1.3 | | commit | shortlog | log | ||
4 years ago | v1.2 | | commit | shortlog | log | ||
5 years ago | v1.1 | | commit | shortlog | log | ||
5 years ago | v1.0 | | commit | shortlog | log | ||
5 years ago | v0.3-beta | 20200101 0.3-beta Lithium | tag | | commit | shortlog | log |
5 years ago | v0.2-beta | 20191223 version 0.2-beta Helium | tag | | commit | shortlog | log |
6 weeks ago | develop | shortlog | log | tree |
6 weeks ago | master | shortlog | log | tree |
4 years ago | nitrogen | shortlog | log | tree |
4 years ago | carbon | shortlog | log | tree |
5 years ago | boron-20200518 | shortlog | log | tree |
5 years ago | beryllium | shortlog | log | tree |
5 years ago | lithium | shortlog | log | tree |