Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemonyte/wastebin
Simple pastebin service on Deta.
https://github.com/lemonyte/wastebin
css deta deta-space fastapi html javascript pastebin python w3css
Last synced: 8 days ago
JSON representation
Simple pastebin service on Deta.
- Host: GitHub
- URL: https://github.com/lemonyte/wastebin
- Owner: lemonyte
- License: mit
- Created: 2022-08-14T12:50:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T13:51:43.000Z (about 1 month ago)
- Last Synced: 2024-10-18T13:31:42.437Z (21 days ago)
- Topics: css, deta, deta-space, fastapi, html, javascript, pastebin, python, w3css
- Language: JavaScript
- Homepage: https://wastebin.deta.dev/doc/readme.md
- Size: 194 KB
- Stars: 24
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-starred - lemonyte/wastebin - Simple pastebin service on Deta. (python)
README
# Wastebin
Welcome to Wastebin, a simple, minimal pastebin service.
> [!NOTE]
> This app will probably stop receiving updates for the foreseeable future.
> If I decide to pursue this project further, I will probably just start from scratch using another tech stack due to some technical limitations and difficulties in Python & Jinja2.## Demo
A public demo is available [here](https://wastebin.deta.dev/doc/readme.md).
You can view the source code of the app in the app itself, for example .
## Installation
Install your own instance of Wastebin on Deta Space by clicking the button below.
[![Install on Space](https://deta.space/buttons/dark.svg)](https://deta.space/discovery/@lemonpi/wastebin)
## Why is it called Wastebin?
Because "w" was the only letter left that worked with "-astebin" and wasn't already used.
## Planned features
- [ ] Passwords for documents
- [ ] Uploading folders or multiple files at once## Known issues
- Ephemeral documents are the source of many problems and edge cases
- Loading a document requires JavaScript, this was done to avoid making two requests to the server fetching the document## Privacy
When you install your own copy of Wastebin, all the data is stored in your own Deta Space.
This means that you have full control over your data, and can delete it at any time.## License
[MIT License](license.txt)