1
0

Update Apps

This commit is contained in:
pooneyy
2025-07-03 11:40:55 +08:00
parent fb2d7887ca
commit 00cadf9c2c
241 changed files with 12357 additions and 4529 deletions

View File

@@ -1,63 +1,72 @@
# Hasty Paste
![GitHub](https://img.shields.io/github/license/enchant97/hasty-paste?style=flat-square)
![Supported Python Version](https://img.shields.io/badge/python%20version-3.10-blue?style=flat-square)
![Lines of code](https://img.shields.io/tokei/lines/github/enchant97/hasty-paste?style=flat-square)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/enchant97/hasty-paste?style=flat-square)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/enchant97/hasty-paste?include_prereleases&label=latest%20release&style=flat-square)
A fast and minimal paste bin.
![GitHub](https://img.shields.io/github/license/enchant97/hasty-paste?style=flat-square) ![Supported Python Version](https://img.shields.io/badge/python%20version-3.10-blue?style=flat-square) ![Lines of code](https://img.shields.io/tokei/lines/github/enchant97/hasty-paste?style=flat-square) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/enchant97/hasty-paste?style=flat-square) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/enchant97/hasty-paste?include_prereleases&label=latest%20release&style=flat-square)
## 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)
您可以通过以下链接[这里](https://github.com/enchant97#-how-to-reach-me) (或提出问题)联系我们,如果您感兴趣。
> 本项目**不会**被放弃。如果需要,任何安全或重大修复仍将完成。
## 功能
* 快速粘贴并保存,以分享一些文本
* 公开访问,无需身份验证
* 随机生成的 ID可选“长”ID 以减少暴力攻击
* 添加过期粘贴
* 暗色主题
* 可选语法高亮
* 无需 JavaScript
* 资源占用最少
* REST API
* 选择您的文件系统
* 自定义平面文件系统
* :construction: S3 对象
* 缓存(内部和 Redis
* 轻量级 Docker 镜像(使用 Alpine Linux
## 展示
## Showcase
[![Showcase Image](docs/assets/showcase.png)](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).
文档位于 [/docs](docs/index.md) 目录中。或者可以在网站上找到:[enchantedcode.co.uk/hasty-paste](https://enchantedcode.co.uk/hasty-paste)
## Branches
| Name | Description | State |
| :----------- | :--------------------- | :------------ |
| main | Work ready for release | Stable |
| next | Work for next version | Very Unstable |
| historical-X | Historical versions | Unsupported |
## Hasty Paste CLI
> Choose a tag/release for most stable if running project
这是一个简单的脚本,允许从命令行创建粘贴。您可以在此 [](hastily-paste-it/README.md) 下载您的版本。
## 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`
## 为什么叫“Hasty Paste”
Documentation
这个名字的选择并不是因为项目写得不好而是因为你使用它时如此迅速毫不在意而且“Fast Paste”这个名字已经被占用了
FDLv1.3 or any later version. Full license found in `docs/LICENSE.txt`
## 许可证
本项目版权所有c2023 年 Leo Spratt以下显示许可证
代码
```
AGPL-3 or any later version. Full license found in `LICENSE.txt`
```
文档
```
FDLv1.3 or any later version. Full license found in `docs/LICENSE.txt`
```

View File

@@ -0,0 +1,63 @@
# Hasty Paste
![GitHub](https://img.shields.io/github/license/enchant97/hasty-paste?style=flat-square)
![Supported Python Version](https://img.shields.io/badge/python%20version-3.10-blue?style=flat-square)
![Lines of code](https://img.shields.io/tokei/lines/github/enchant97/hasty-paste?style=flat-square)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/enchant97/hasty-paste?style=flat-square)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/enchant97/hasty-paste?include_prereleases&label=latest%20release&style=flat-square)
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
[![Showcase Image](docs/assets/showcase.png)](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`