No description
https://video-storage-demo.tsivinsky.com
- Go 55.4%
- TypeScript 41.1%
- CSS 1.7%
- Dockerfile 1.1%
- HTML 0.6%
- Other 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| cmd | ||
| internal | ||
| web | ||
| .dockerignore | ||
| .gitignore | ||
| .mailmap | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| Justfile | ||
| main.go | ||
| readme.md | ||
Video Storage
Self-hosted service to store and organize user's videos, including gaming clips and YouTube videos.
Install (with docker-compose)
video-storage:
image: git.tsivinsky.com/tsivinsky/video-storage:latest
container_name: video-storage
restart: unless-stopped
ports:
- 8080:5000
environment:
- DB_PATH=/data/db/sqlite.db
- STORAGE_PATH=/data/videos
- SECURE=1 # used for Secure attribute on cookies
volumes:
- ./data/video-storage:/data