[-] notdeadyet@lemmy.dbzer0.com 3 points 3 months ago

I have followed that guide which let me to a few GitHub issues.

Here is what I have put in my config:

servers {
        trusted_proxies cloudflare {
                        interval 12h
                        timeout 15s
                }
        trusted_proxies static private_ranges
        client_ip_headers Cf-Connecting-Ip X-Forwarded-For
        }
}

I have also added all Cloudflare IPs in Jellyfin's known proxies:

103.21.244.0/22, 103.22.200.0/22, 103.31.4.0/22, 104.16.0.0/13, 104.24.0.0/14, 108.162.192.0/18, 131.0.72.0/22, 141.101.64.0/18, 162.158.0.0/15, 172.64.0.0/13, 173.245.48.0/20, 188.114.96.0/20, 190.93.240.0/20, 197.234.240.0/22, 198.41.128.0/17

Yet, I'm still not seeing the real IPs.

34

Hello everyone,

I currently have Jellyfin running through Caddy and Cloudflare as reverse proxies.

I have tried everything and can't seem to get Jellyfin to report anything but the Cloudflare IP for clients.

Does anyone have a similar setup and could help me troubleshoot this? I can share whatever configs I am using as required.

Thanks!

[-] notdeadyet@lemmy.dbzer0.com 17 points 3 months ago* (last edited 3 months ago)

That led me in the right direction!

Fixed it with:

pvresize /dev/sda3
lvresize --extents +100%FREE --resizefs /dev/pve/data

Thank you!

[-] notdeadyet@lemmy.dbzer0.com 3 points 3 months ago

Would you know how I would go about doing that?

[-] notdeadyet@lemmy.dbzer0.com 3 points 3 months ago

I'll give that a shot with gparted on the weekend if all else fails. Thanks!

25
Proxmox Help (lemmy.dbzer0.com)

Hey everyone, I'm currently using proxmox to virtualize my OPNsense and another VM. Today when I went to create a third VM, everything crashed with I/O errors, and I realized my local-lvm was out of space. This was odd to me since I have a 1TB drive and only have two small VMs.

To my surprise, proxmox is only using 100GB of my disk. Can someone please guide me on how I can fix this without having to reinstall proxmox? I would prefer to have my OPNsense VM running while I fix this. Here are some diagnostics to help. Thanks

https://pastebin.com/1N7fwmYy

[-] notdeadyet@lemmy.dbzer0.com 8 points 10 months ago

They had a server breach and didn't tell anyone until a few years after the fact.

[-] notdeadyet@lemmy.dbzer0.com 6 points 1 year ago* (last edited 1 year ago)

PiHole can't specify specific ports for each cname, which is what you need a reverse proxy for.

Typically, you create all of your cnames in pihole and direct them to your reverse proxy server IP. From your reverse proxy of choice, you specify each url to the specific ip:port of your service.

[-] notdeadyet@lemmy.dbzer0.com 5 points 1 year ago

Awesome! Thank you

[-] notdeadyet@lemmy.dbzer0.com 5 points 1 year ago

Wait... How do you make SearXNG redirect to old.reddit?

29
Radarr Custom Formats (lemmy.dbzer0.com)
submitted 1 year ago* (last edited 1 year ago) by notdeadyet@lemmy.dbzer0.com to c/piracy@lemmy.dbzer0.com

Does anyone know how to make the custom formats work for multiple languages?

What I'm trying to do is the following:

1. BOTH English and French audio preferred.
2. If both are not available on the file, revert to English only.

Everything I've tried will make radarr pick either French or English, not both.

Can anyone help me out with this?

[-] notdeadyet@lemmy.dbzer0.com 9 points 1 year ago

You will need to run a reverse proxy on one of your VMs ( I use Caddy, it's very simple), and forward port 80/443 to your reverse proxy.

Within your reverse proxy, you can tell it what port corresponds to which address and it will send you to the right service.

This is obviously an oversimplified answer, but there are many Caddy guides and I can help you with any specific questions.

[-] notdeadyet@lemmy.dbzer0.com 9 points 1 year ago

I mean, the world's your oyster with price limit! Haha.

[-] notdeadyet@lemmy.dbzer0.com 3 points 1 year ago

That's very normal regarding the crash trying to join #matrix:matrix.org. You need much higher specs and need to be using Postgres database, MySQL probably won't handle it.

Can you post a sanitized version of your homeserver.yaml so we can take a look at your config?

Also are you running docker or something else?

[-] notdeadyet@lemmy.dbzer0.com 10 points 1 year ago* (last edited 1 year ago)

To me it sounds like you don't have a DHCP problem at all, the issue is no website can be resolved when your DNS is down (PiHole).

You really have two options:

  1. Make sure the PiHole stays up 24/7, with minor downtime for maybe a reboot or an update.

or

  1. Setup an additional raspberrypi with PiHole and use gravity-sync to keep them synced. Then, I would run ISC-DHCP server on both the raspberrypi's, one as the primary and the other as the secondary. That way you can specify both of your DNS servers. Make them authoritative and disable your routers DHCP. You can take a look at this guide:

https://stevendiver.com/2020/02/21/isc-dhcp-failover-configuration/

Personally, I like to keep the wife happy so I have option 2 at home, that way the internet never goes down when I tinker.

Edit: Didn't notice you said your router can't issue out two DNS servers. I've never heard of that.

view more: next ›

notdeadyet

joined 1 year ago