https://github.com/microdroid/tinypaste
A simple PasteBin that can be deployed in minutes
https://github.com/microdroid/tinypaste
Last synced: 4 months ago
JSON representation
A simple PasteBin that can be deployed in minutes
- Host: GitHub
- URL: https://github.com/microdroid/tinypaste
- Owner: MicroDroid
- License: mit
- Created: 2016-06-14T01:46:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T23:52:58.000Z (over 9 years ago)
- Last Synced: 2025-06-29T21:03:32.288Z (8 months ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TinyPaste
TinyPaste is a very simple PasteBin that is super light and can be deployed in minutes on most web servers
TinyPaste uses `PHP` as its backend, pasting process is done using `AJAX` requests, which means it requires JavaScript to be enabled to run.
Thus, if you have a `LAMP` setup, you just need to clone this repository and it will work without any single touch, however, if you use any other web servers such as `nginx`, all you have to do is to install `PHP` and adapt `.htaccess` configurations to whatever configuration your web server relies on.
`.htaccess` files aren't mandatory, but they are **HIGHLY** recommended that you use them (or the your webserver's equivalent), as they ensure the best security and quickest data delivery.
# Contributing
Any modifictaions on the site are very welcome, but please keep it simple, tiny, and debloated.