A static platform to share Lindy Hop videos
Find a file
2026-02-07 03:11:53 +01:00
legacy Add about page 2026-02-02 22:15:13 +01:00
src Add about page 2026-02-02 22:15:13 +01:00
web Add about page 2026-02-02 22:15:13 +01:00
.gitignore Prepare repo for major web refactor 2026-01-13 22:10:59 +01:00
Cargo.lock Add build id to css file (remove cache on restart) 2026-01-21 18:56:31 +01:00
Cargo.toml Prepare for deploy 2026-01-21 00:08:31 +01:00
default.env Increase upload size 2026-02-01 18:14:36 +01:00
deploy.sh Use new deploy flow 2026-02-07 03:11:53 +01:00
Dockerfile Install ffmpeg on container 2026-01-21 19:07:05 +01:00
README.md Use new deploy flow 2026-02-07 03:11:53 +01:00
rust-toolchain Update Rust version 2025-12-18 22:02:50 +01:00

Lindy Hop videos

This is a personal platform to host and share videos from my classes and camps of Lindy Hop.

TODO

  • Add a search bar
  • Add the custom video player

Deploy

Set git alias with:

git config alias.deploy '!git push && ssh sitegui@ssh.sitegui.dev ./deploy sitegui/lindy-hop'

then simply run git deploy to push and deploy.