Self hostable clip sharing service https://shockrah.gitlab.io/clippable/
Go to file
shockrah 65a2b41875 + Skeleton code for dblib::VideoStore trait
For now we are just keeping everything in JSON because the use
case intended here is _not_ to have 999999 clips but like maybe
a few hundred/thousand at most
2021-09-27 21:04:25 -07:00
clippable-cli + Flag to create new keystore 2021-09-27 11:56:15 -07:00
clippable-server + Skeleton code for the /video-api 2021-09-27 21:02:25 -07:00
dblib + Skeleton code for dblib::VideoStore trait 2021-09-27 21:04:25 -07:00
.gitignore - serde_json from packages as its just redudant 2021-09-27 20:37:51 -07:00
Cargo.lock - serde_json from packages as its just redudant 2021-09-27 20:37:51 -07:00
Cargo.toml - serde_json from packages as its just redudant 2021-09-27 20:37:51 -07:00
readme.md * Admin changes to better explain what's going on this repo 2021-09-06 22:39:30 -07:00

Clippable

A small self hostable alternative to streamable

Currently being built

For a full status on things to do before its ready for regular use check the issues page.