From 1b308fed30853c41fe89be84eabe2683275804c2 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 30 Jul 2025 16:19:32 -0500 Subject: [PATCH] i forgor youtube_stuffs.db in web --- web/README.md | 5 +++-- 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/