thanks for the link! I searched a bit more and found this microsoft docs that explicitly says that exfat does not support hardlinks nor softlinks... I'll have to change filesystem I guess
tubbadu
I found a solution: use myserverhostname.station
instead of just the hostname. I really have no idea why, on the previous installation it worked well with just the hostname... ahh, whatever.
thank you very much for the help!
here's the configuration file for jellyfin:
# ------------------------------------------------------------
# jellyfin.tubbadu.duckdns.org
# ------------------------------------------------------------
map $scheme $hsts_header {
https "max-age=63072000; preload";
}
server {
set $forward_scheme http;
set $server "192.168.1.13";
set $port 8096;
listen 80;
listen [::]:80;
listen 443 ssl;
listen [::]:443 ssl;
server_name jellyfin.tubbadu.duckdns.org;
# Let's Encrypt SSL
include conf.d/include/letsencrypt-acme-challenge.conf;
include conf.d/include/ssl-ciphers.conf;
ssl_certificate /etc/letsencrypt/live/npm-18/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/npm-18/privkey.pem;
# Block Exploits
include conf.d/include/block-exploits.conf;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
access_log /data/logs/proxy-host-5_access.log proxy;
error_log /data/logs/proxy-host-5_error.log warn;
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
# Proxy!
include conf.d/include/proxy.conf;
}
# Custom
include /data/nginx/custom/server_proxy[.]conf;
}
on the server host myserverhostname
correctly resolves, but if I enter the container (docker exec -it nginx-app-1 bash
) it does not work anymore:
[root@docker-11e3869f946f:/app]# host tserver
Host tserver not found: 3(NXDOMAIN)
(I had to install dnsutils
before)
it seems a nginx issue then
how can I find out more about this?
I didn't subscribed to it either and never will. My father received a coupon for a free movie and watched it. I then tried to log in on my pc and this happened so... ̿ \(͡ ° ͜ʖ ͡ °)/ ̿
LMAO EXACTLY
my exact thought XD
It's the only way, they can go fuck themselves
Because he said so
That's a big ass mushroom tho
this could be an idea, but this would comport that remote files nobody wants will be there forever while very requested files will disappear quickly... I think I'll just backup all the files and change the filesystem to NTFS or XFS