remove publish test directories and update weekly monitoring script

This commit is contained in:
2026-07-08 14:22:22 -04:00
parent 0535515b11
commit 94e46a04a7
7339 changed files with 3 additions and 218708 deletions
-13
View File
@@ -1,13 +0,0 @@
# Web Client Directory
This directory is used to host the Jellyfin web client files.
Place your web client files (HTML, CSS, JavaScript, etc.) in this directory. The Jellyfin server will automatically detect and serve these files when the web client is enabled.
## Configuration
The server will automatically look for this `wwwroot` folder in the solution root directory. If not found, it will fall back to the default `jellyfin-web` folder in the application base directory.
You can also override the web directory location using:
- Command line option: `--webdir <path>`
- Environment variable: `JELLYFIN_WEB_DIR=<path>`