Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossop/pixelbin
The PixelBin server
https://github.com/mossop/pixelbin
Last synced: 10 days ago
JSON representation
The PixelBin server
- Host: GitHub
- URL: https://github.com/mossop/pixelbin
- Owner: Mossop
- Created: 2019-11-22T05:22:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T10:57:39.000Z (about 1 month ago)
- Last Synced: 2024-10-13T14:13:09.035Z (25 days ago)
- Language: Perl
- Size: 21.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixelbin
Personal media storage with advanced search and sharing functionality.
The key differentiator between this and other available media hosting systems are that it defaults
to storing the bulk of the media in S3 (or compatible) buckets allowing for extremely low cost
storage for large amounts of data. This does come with the trade-off that actually accessing the
media files comes with increased latency.This is a complete reimplementation of the [previous version](https://github.com/Mossop/pixelbin/tree/js-server) **AND IS NOT YET USABLE**!
It is split into three parts.
* [service](/packages/service) is a Rust based API service that acts as an API server and requires
a postgres database for backend storage.
* [LrPixelbin.lrplugin](/packages/LrPixelbin.lrplugin) is a Lightroom Classic plugin that handles
uploading photos and videos to the service.
* [webapp](/packages/webapp) is a web app build with [Next.js](https://nextjs.org/) to allow
browsing the media.