bepasty-server
bepasty-server copied to clipboard
universal pastebin server
see next comment.
for list items, show a link to the carousel view. that view uses the bootstrap carousel to go through all image items on the list. TODO: - render image full...
If a list of items consists of only pastes with an `image/*` content type, it would be nice to render them as an album of images, or at least a...
when pasting to a https bepasty (with nginx reverse proxy doing the https), pastebinit shows a http link after pasting. also it shows a wrong (generic, upload) url instead of...
The reason I installed & use bepasty is to allow family and friends an easy way to share photos & videos etc... that are not easily shared by email during...
bepasty team, Thanks for your support. I have been trying to get bepasty installed and setup on a Debian 10.7 server - and to that end have tried to follow...
This provides a Docker image for bepasty. Goals: * run as unprivileged user * no write access to config * tries to be simple * basic configuration via environment variables...
`werkzeug` is (via flask) one of bepasty's main requirements anyway, so we should reuse code from there if possible. e.g.: we have code to parse http range header (maybe also...
especially for bigger uploads, calculate the estimated time to upload in javascript
When pasting an empty file to the bepasty-server, the `+list` function stops working because of IOError as it tries to read an empty Meta-data file. How to reproduce: ``` echo...