tubbadu

joined 2 years ago
[–] tubbadu@lemmy.kde.social 2 points 1 year ago (2 children)

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@lemmy.kde.social 1 points 1 year ago

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!

[–] tubbadu@lemmy.kde.social 1 points 1 year ago (1 children)

ok got it, so /home will be backupped and /media will not, correct? thank you very much!

[–] tubbadu@lemmy.kde.social 1 points 1 year ago

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;
}
[–] tubbadu@lemmy.kde.social 1 points 1 year ago (2 children)

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

[–] tubbadu@lemmy.kde.social 1 points 1 year ago (5 children)

how can I find out more about this?

[–] tubbadu@lemmy.kde.social 2 points 1 year ago

And if they do, they won't be able to tell you after

[–] tubbadu@lemmy.kde.social 5 points 1 year ago

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... ̿ \(͡ ° ͜ʖ ͡ °)/ ̿

[–] tubbadu@lemmy.kde.social 2 points 1 year ago (1 children)

I used to use proton vpn but I recently learned that torrenting is not allowed on the free tier, so I had to look for alternatives, and none of them offers a free tier with openvpn or wireguard keys that allows torrenting :(

[–] tubbadu@lemmy.kde.social 2 points 1 year ago

I'll look into it, thanks!

[–] tubbadu@lemmy.kde.social 3 points 1 year ago (3 children)

Hide.me free tier does not allow unofficial clients (they doesn't give you the wireguard keys) otherwise I'd use gluetun for sure!

view more: ‹ prev next ›