diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 16:19:32 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-30 16:19:32 -0500 |
| commit | 1b308fed30853c41fe89be84eabe2683275804c2 (patch) | |
| tree | 617d6fa86c38a7dc5be415487660b2bb05a87076 /web | |
| parent | 08973c019146710c94b854c79df58eb0836f75d2 (diff) | |
i forgor youtube_stuffs.db in web
Diffstat (limited to 'web')
| -rw-r--r-- | web/README.md | 5 | ||||
| -rwxr-xr-x | web/upload-web.sh | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/web/README.md b/web/README.md index 029d3d7..ebccc01 100644 --- a/web/README.md +++ b/web/README.md @@ -12,6 +12,7 @@ this isnt perfect takes longer to load the more there is. - edit upload-web.sh to your server target directory or ssh - run upload-web.sh - or - - copy all the files in web/ytlist and ytlist.html to your webserver - - then copy thumbnails directory to your webserver/ytlist + - 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 diff --git a/web/upload-web.sh b/web/upload-web.sh index d315475..0bdeb2d 100755 --- a/web/upload-web.sh +++ b/web/upload-web.sh @@ -4,3 +4,4 @@ rsync -Ra --progress ./ytlist.html ./ytlist/ serv:~/servers/local_html cd ../ rsync -Ra --progress ./thumbnails serv:~/servers/local_html/ytlist/ +rsync -Ra --progress ./youtube_stuffs.db serv:~/servers/local_html/ytlist/ |
