2023-07-25, 02:53 PM
(2023-07-25, 11:30 AM)Nast Wrote: I found the web directory folder.
My new question is: can I modify the configuration files to remove the /web (example: <domainname>/web/... = <domainname>/...)?
To be clear: If you are trying to modify the jellyfin web code to validate your certificate you should stop. This is ill advised. This process is generally carried out by hosting a temporary webserver to provide validation. Many Let's Encrypt clients will do this for you, even. There are also other ways to verify your ownership, such as using DNS records. You definitely do now want to (and should not need to) modify anything about the way jellyfin behaves to accomplish your goal.
In general, though, it sounds like your ultimate objectives would be best served by using a reverse proxy to proxy jellyfin to whatever address you want. We have some documentation on caddy, which is a simple to use reverse proxy solution, here: https://jellyfin.org/docs/general/networking/caddy/
If you're on windows, there is also a detailed setup guide that includes caddy installation here: https://jellyfin.org/docs/general/quick-start/windows