Hey there! I built an open-source tool called Snapify, which is designed to make screen recording sharing a breeze, just like Loom, but with the added benefit of being completely open-source.
Let’s say you quickly want to get a message across, there are three main ways:
- Get into a meeting
- Write a wall of text
- Share a quick recording
Recordings will look like this (new link): https://snapify.it/share/clk3mpgnu0003mj0f042964wg
I’d love to hear your feedback and ideas on how I may be able to improve the app. Is anyone here using Loom?
Here is the link: https://github.com/MarconLP/snapify Here is my Twitter: https://twitter.com/Marcon565
Looks cool! I went to docker hub to see if you already have an image…there’s at least 1 other “snapify” that’s not you, I think. :( i’ve used Loom a few times - it would be nice to self-host this service.
I am providing docker containers, although they are hosted on Github: https://github.com/MarconLP/snapify/pkgs/container/snapify
You can deploy snapify as a docker container using this command:
docker run -d --name snapify-web -e DATABASE_URL="" -e NEXTAUTH_SECRET="REPLACESTRING" -e NEXTAUTH_URL="http://localhost:3000/" -e GITHUB_ID="" -e GITHUB_SECRET="" -e AWS_ENDPOINT="" -e AWS_REGION="" -e AWS_KEY_ID="" -e AWS_SECRET_ACCESS_KEY="" -e AWS_BUCKET_NAME="" -p 3000:3000 ghcr.io/marconlp/snapify:latest
Do you support local storage for self hosting using docker?
Snapify works with any S3 compatible api. You could self-host min.io and use that.