bepasty-server icon indicating copy to clipboard operation
bepasty-server copied to clipboard

universal pastebin server

Results 44 bepasty-server issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

documentation

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

enhancement
UI
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...

bug