blob: 047a940798a7bfcaf3d7197bab4e845d3fd190f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# the web page
this isnt perfect takes longer to load the more there is.

- download [https://github.com/sql-js/sql.js/releases/tag/v1.13.0](https://github.com/sql-js/sql.js/releases/tag/v1.13.0) sql-wasm.js and sql-wasm.wasm
- put both files in web/ytlist
- get some sort of webserver. (tis free. i reccomend caddy)
- either
- download rsync
- edit upload-web.sh to your server target directory or ssh
- run upload-web.sh
- or
- copy web/ytlist and ytlist.html to your webserver
- copy thumbnails directory to your webserver/ytlist/
- copy youtube_stuffs.db to webserver/ytlist/
- goto webpage /ytlist.html
|