Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainydevzz/berryvine
Libre Media/Clip Sharing Software
https://github.com/rainydevzz/berryvine
bun clip clips css elysia handlebars html media media-services sqlite
Last synced: 23 days ago
JSON representation
Libre Media/Clip Sharing Software
- Host: GitHub
- URL: https://github.com/rainydevzz/berryvine
- Owner: rainydevzz
- License: mit
- Created: 2024-03-30T07:55:18.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-04T22:30:14.000Z (7 months ago)
- Last Synced: 2024-10-01T07:04:23.661Z (about 1 month ago)
- Topics: bun, clip, clips, css, elysia, handlebars, html, media, media-services, sqlite
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Berryvine
Simple Media/Clip Sharing powered by Bun and Elysia.
Built with the BHEST Stack(tm) (Bun, Handlebars, Elysia, SQLite, Typescript)
### Features
- Password-Protected Uploads
- Simple User Interface
- Simple Hosting With Docker
- Easily Send Clip Links To Friends With Rich Embeds (WIP)### Getting Started
Docker will handle everything for you. You can get a development server up and running with simply `docker-compose up` in the directory. Default port is 8100.
It is also possible to get a development server without Docker by running `bun run src/index.ts`.
If you want to clear the project data (files/database), run `sudo rm -rf files db && docker-compose down -v`.
There is an example NGINX File at `nginx_example`.
(don't mind the fact it took like 2 days to figure out that NGINX wasn't serving files correctly..)
### Known Issues
Videos aren't showing up in Embed. DIRECT FILE LINKS NOW PLAY IN DISCORD!
However visiting the home page or the file url directly works completely fine.