All Projects → bepasty → Bepasty Server

bepasty / Bepasty Server

Licence: bsd-2-clause
binary pastebin server

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bepasty Server

Swift Video Generator
Stars: ✭ 517 (+365.77%)
Mutual labels:  audio, image
Docker Examples
There are many like it, but this one is mine.
Stars: ✭ 66 (-40.54%)
Mutual labels:  flask, image
Pdf To Image
Convert a pdf to an image
Stars: ✭ 906 (+716.22%)
Mutual labels:  image, pdf
Universalviewer
A community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
Stars: ✭ 343 (+209.01%)
Mutual labels:  audio, pdf
Abmediaview
Media view which subclasses UIImageView, and can display & load images, videos, GIFs, and audio and from the web, and has functionality to minimize from fullscreen, as well as show GIF previews for videos.
Stars: ✭ 79 (-28.83%)
Mutual labels:  audio, image
Ptshowcaseviewcontroller
An initial implementation of a "showcase" view( controller) for iOS apps... Visualizes images, videos and PDF files beautifully! (by @pittleorg) [meta: image, photo, video, document, pdf, album, gallery, showcase, gallery, iOS, iPhone, iPad, component, library, viewer]
Stars: ✭ 395 (+255.86%)
Mutual labels:  image, pdf
Videojs Record
video.js plugin for recording audio/video/image files
Stars: ✭ 1,074 (+867.57%)
Mutual labels:  audio, image
Openl3
OpenL3: Open-source deep audio and image embeddings
Stars: ✭ 200 (+80.18%)
Mutual labels:  audio, image
Pyreportjasper
Python Reporting with JasperReports
Stars: ✭ 77 (-30.63%)
Mutual labels:  flask, pdf
Ziggurat foundations
Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
Stars: ✭ 67 (-39.64%)
Mutual labels:  flask, permissions
Exifcleaner
Cross-platform desktop GUI app to clean image metadata
Stars: ✭ 305 (+174.77%)
Mutual labels:  image, pdf
Carbon Api
Unofficial API for generating beautiful images of your source code using Carbon.
Stars: ✭ 89 (-19.82%)
Mutual labels:  flask, image
Tableexport
tableExport(table导出文件,支持json、csv、txt、xml、word、excel、image、pdf)
Stars: ✭ 261 (+135.14%)
Mutual labels:  image, pdf
Pb
pb is a formerly-lightweight pastebin and url shortener
Stars: ✭ 448 (+303.6%)
Mutual labels:  pastebin, flask
piu.clj
Simple pastebin
Stars: ✭ 14 (-87.39%)
Mutual labels:  pastebin, highlight
Mybox
Easy tools of document, image, file, network, location, color, and media.
Stars: ✭ 45 (-59.46%)
Mutual labels:  image, pdf
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (+27.03%)
Mutual labels:  image, pdf
Defer.js
🥇 A super small, super efficient library that helps you lazy load everything like images, video, audio, iframe as well as stylesheets, and JavaScript.
Stars: ✭ 138 (+24.32%)
Mutual labels:  audio, image
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-39.64%)
Mutual labels:  flask, pdf
Deerlet
[Deprecated] A markdown online-editable-resume with pdf generator
Stars: ✭ 79 (-28.83%)
Mutual labels:  flask, pdf

bepasty

bepasty is like a pastebin for all kinds of files (text, image, audio, video, documents, ..., binary).

The documentation is there: https://bepasty-server.readthedocs.org/en/latest/

Features

  • Generic:

    • you can upload multiple files at once, simply by drag and drop
    • after upload, you get a unique link to a view of each file
    • on that view, we show actions you can do with the file, metadata of the file and, if possible, we also render the file contents
    • if you uploaded multiple files, you can create a pastebin with the list of all these files - with a single click!
    • Set an expiration date for your files
  • Text files:

    • we highlight all text file types supported by pygments (a lot!)
    • we display line numbers
    • we link from line numbers to their anchors, so you can easily get a link to a specific line
  • Image files:

    • we show the image (format support depends on browser)
  • Audio and video files:

    • we show the html5 player for it (format support depends on browser)
  • asciinema recordings:

    • we show the asciinema player for .cast files
  • URLs:

    • we support linking to / redirecting to external URLs, you can use this as a link shortener (avoiding privacy / data protection issues that may exist with other link shorteners)
  • PDFs:

    • we support rendering PDFs in your browser (if your browser is able to)
  • Storage: we use a storage backend api, currently we have backends for:

    • filesystem storage (just use a filesystem directory to store .meta and .data files)
    • currently there are no other storage implementations in master branch and releases. The "ceph cluster" storage implementation has issues and currently lives in branch "ceph-storage" until these issues are fixed.
  • Keeping some control:

    • flexible permissions: read, create, modify, delete, list, admin
    • assign permissions to users of login secrets
    • assign default permissions to not-logged-in users
    • you can purge files from storage by age, inactivity, size, type, ...
    • you can do consistency checks on the storage
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].