You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
public | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
elm.json | 2 years ago |
README.md
Minimal WebPlayer
This is a very simple video player. My only goal with this project was, to be able to be hosted on S3 (or compatible service), especially on my Minio instance.
Deploy
-
Build the application:
make build-prod
-
Update
index.html
args to match the available file extensions. -
Upload the
public
folder content:- index.html
- application.css
- application.js
-
Create and upload a
videos.json
(next to index.html).[ {"Title": "This is the title", "Path": "path/to/the/file/without/extension"} , {"Title": "Another title", "Path": "another/file"} , {"Title": "Awesomeness", "Path": "path/to/awesome"} ]