2024-05-30, 09:57 AM
I am running Jellyfin in a docker from LinuxServer.IO that is installed through an addon repository from LibreELEC.
I am also running SWAG from LinuxServer.IO that is installed in the same manner as Jellyfin is.
Everything works fine, except for maybe two things. The primary thing is a path question regarding the FAQ/Howto hosted at jellyfin.
This in specific Nginx | Jellyfin
The path for the access_log, what should that one be?
I have tried with /config/log/nginx/access.log but without any luck.
The full path to the config is /storage/.kodi/userdata/addon_data/docker.linuxserver.swag/config/log/nginx/access.log but since this is running in a docker, i assume it cannot read outside the docker home path? Which should be ~/.kodi/userdata/addon_data/docker.linuxserver.swag/
I am also running SWAG from LinuxServer.IO that is installed in the same manner as Jellyfin is.
Everything works fine, except for maybe two things. The primary thing is a path question regarding the FAQ/Howto hosted at jellyfin.
This in specific Nginx | Jellyfin
Quote:#Must be inside server block
#Insert into all servers where you want filtering (e.g HTTP + HTTPS block)
access_log /var/log/nginx/access.log stripsecrets;
The path for the access_log, what should that one be?
I have tried with /config/log/nginx/access.log but without any luck.
The full path to the config is /storage/.kodi/userdata/addon_data/docker.linuxserver.swag/config/log/nginx/access.log but since this is running in a docker, i assume it cannot read outside the docker home path? Which should be ~/.kodi/userdata/addon_data/docker.linuxserver.swag/