Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funnoober/clipshare
Lightweight clip sharing service written in Svelte and using Pocketbase
https://github.com/funnoober/clipshare
pocketbase self-hosted sharing-platform svelte sveltekit video video-hosting video-sharing youtube
Last synced: about 1 month ago
JSON representation
Lightweight clip sharing service written in Svelte and using Pocketbase
- Host: GitHub
- URL: https://github.com/funnoober/clipshare
- Owner: FunNoober
- License: mit
- Created: 2024-07-10T18:00:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T23:52:24.000Z (6 months ago)
- Last Synced: 2024-07-11T22:11:28.014Z (6 months ago)
- Topics: pocketbase, self-hosted, sharing-platform, svelte, sveltekit, video, video-hosting, video-sharing, youtube
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clipshare
A lightweight clip sharing service written in Svelte and using Pocketbase. Clipshare does not have many features, as it is more of a proof-of-concept, but it still meets its intended target goal.### Why?
I needed a self-hostable service that could easily upload and share clips with my friends, and other services weren't doing it for me, so I decided that it would be a learning experience, and started working on Clipshare.### Features:
- Uploading Videos
- Deleting Videos
- Creating an Account
- Video Descriptions### Tech Stack:
- Svelte Kit
- Pocketbase
- Bootstrap CSS### Roadmap
- [ ] Saving videos
- [ ] Comments
- [ ] Thumbnail Generation
### Installation:
1. Run `npm i` to install dependencies
2. Place a Pocketbase executable file in `bin`
3. Serve Pocketbase
4. Open `src/lib/config.js`
5. Change `POCKETBASE_URL` to the URL that your Pocketbase is being hosted on
6. Run `npm run build`
7. Serve `build/index.js` using `node index.js`, `pm2 start index.js`, `nodemon index.js`, etc