mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-15 22:02:24 +08:00
64 lines
2.7 KiB
Markdown
64 lines
2.7 KiB
Markdown
# Hasty Paste
|
|

|
|

|
|

|
|

|
|

|
|
|
|
A fast and minimal paste bin.
|
|
|
|
## Looking For Maintainers
|
|
I don't find myself using this app much and not having infinite time; would like some assistance on maintaining this project. Since this project is mostly fully feature complete, I am looking for someone who can perform small maintenance.
|
|
|
|
You can contact at the links shown [here](https://github.com/enchant97#-how-to-reach-me) (or raise an issue), if you are interested.
|
|
|
|
> This project is **not** being abandoned. Any security or major fixes will still be done, if needed.
|
|
|
|
## Features
|
|
- Quickly paste and save, to share some text
|
|
- Publicly accessible, no auth needed
|
|
- Randomly generated id's, optional "long" id to reduce brute force attacks
|
|
- Add expiring pastes
|
|
- Dark theme
|
|
- Optional syntax highlighting
|
|
- No JavaScript needed
|
|
- Uses minimal resources
|
|
- REST API
|
|
- Pick your file system
|
|
- Custom flat-file system
|
|
- :construction: S3 objects
|
|
- Caching (Internal & Redis)
|
|
- Lightweight Docker image (uses Alpine Linux)
|
|
|
|
## Showcase
|
|
[](docs/assets/showcase.png)
|
|
|
|
## Docs
|
|
Docs are located in the [/docs](docs/index.md) directory. Or on the site: [enchantedcode.co.uk/hasty-paste](https://enchantedcode.co.uk/hasty-paste)
|
|
|
|
## Hastily Paste It CLI
|
|
This is a simple script allowing the creation of pastes from the command-line. You can download your version [here](hastily-paste-it/README.md).
|
|
|
|
## Branches
|
|
| Name | Description | State |
|
|
| :----------- | :--------------------- | :------------ |
|
|
| main | Work ready for release | Stable |
|
|
| next | Work for next version | Very Unstable |
|
|
| historical-X | Historical versions | Unsupported |
|
|
|
|
> Choose a tag/release for most stable if running project
|
|
|
|
## Why Is It Called "Hasty Paste"?
|
|
The name was chosen not because the project is written badly, but because you use it so fast without a care in the world and "Fast Paste" was already taken!
|
|
|
|
## License
|
|
This project is Copyright (c) 2023 Leo Spratt, licences shown below:
|
|
|
|
Code
|
|
|
|
AGPL-3 or any later version. Full license found in `LICENSE.txt`
|
|
|
|
Documentation
|
|
|
|
FDLv1.3 or any later version. Full license found in `docs/LICENSE.txt`
|