Comments on How to Install Jellyfin Media Server on Debian 11
Jellyfin is a free and open-source media streaming application that organizes, manages, and shares digital media files to networked devices. It allows you to stream the uploaded media files to your PC, Laptop, Mobile, and Roku.
1 Comment(s)
Comments
Hi,
I followed your tutorial step by step and when I try to run the command "certbot --nginx -d mydomain.com"
I received this message :
Challenge failed for domain mydomain.com http-01 challenge for mydomain.com Cleaning up challenges Some challenges have failed. IMPORTANT NOTES: - The following errors were reported by the server: Domain: mydomain.com Type: unauthorized Detail: myipadress: Invalid response from http://mydomain.com/.well-known/acme-challenge/9mZ0cMJsfVMkCDIms_MXzE6J7v-5yagGmECaJn5T55g: 404For info:
I have my jellyfin server on a raspberry PI 4 (debian11 Bullseye) and I access it with ssh.
I opened the port 80 on my router.
I tried to add :
location ~ /.well-known {
allow all;
} in my jellyfin.conf but it's not working.
Do you have any idea of how I can fix it ?
Thank you in advance for your response !