basic status page, move config into data dir

This commit is contained in:
Carl Pearson
2024-10-17 05:44:41 -06:00
parent 57ba3767d1
commit 38689752bd
11 changed files with 130 additions and 65 deletions

View File

@@ -7,6 +7,7 @@ RUN wget -q -d https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_
&& chmod +x /usr/local/bin/yt-dlp
ADD *.go /src/.
ADD config /src/config
ADD database /src/database
Add ffmpeg /src/ffmpeg
ADD handlers /src/handlers