Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)K
Posts
1
Comments
229
Joined
3 yr. ago

  • Always has, May December, Maestro and They Cloned Tyrone premiered on Netflix this year, I think I'm forgetting another one. Plus plenty of comedy specials

  • I think the simplest setup is keeping all the apps and services on the local network and doing something like this guide so they are always behind a VPN. Then setup another VPN on unraid or another device to access from outside the local network. There are plenty of other guides for unraid and Plex and the arr stack out there, unraid is just what I use but can use whatever OS you would prefer.

    https://unraid-guides.com/2021/05/19/how-to-route-any-docker-container-on-unraid-through-a-vpn/

  • Care to share any of the recommendations? I don't use YouTube often but would be happy to visit and use an alternative

  • I use Kavita and KavitaEmail to organize and have a frontend for my books, and the latter to email them to my kindle if it's not on there yet. My kavita container is stopped most of the time because I already know what I'm going to read next and just need it up to sync or send new books.

    Used to just have my library I exported from Amazon and ebooks com on a single folder on my NAS, kavita helped clean it up a bit.

    I also tried audiobookshelf but mostly for audiobooks and podcasts and didnt quite fit my workflow I already had and liked using kavita and Antennapod.

  • Fair, I was more thinking from the server side not the client side where cloudflare certs are the ones seen first.

  • I have a cloudflare tunnel setup for 1 service in my homelab and have it connecting to my reverse proxy so the data between cloudflare and my backend is encrypted separately. I get no malformed requests and no issues from cloudflare, even remote public IP data in the headers.

    Everyone mentions this as an issue, and I am sure doing the default of pointing cloudflared at a http local service but it's not the ONLY option.

  • I have had it on for a few hours at times and by looking like crap I would say it ruins the experience for me because it makes every scene and action look like a soap opera or a YouTube video and doesn't feel like a film anymore and doesn't carry the same weight. That's just my opinion obviously. Could see certain scenes and movies working well with that but most I don't want to feel like I'm on the set of a soap opera.

  • They have some snuck in there, I am still rocking a M55 from 2017 and with a lot of calibrating I don't see too much difference in 4K HDR to new under 1k TCLs and cheaper samsungs. Though next year I want an LG OLED.

  • Do they have a wireless one? I've only ever seen wired options but don't know their product line super well

  • My work environments use Prometheus and node-exporter and grafana. At home I use telegraf, influxdb and grafana (and Prometheus for other app specific metrics) but the biggest reason I went with telegraf and influxdb at home is because Prometheus scrapes data from the configured clients (pull), while telegraf sends the data on the configured interval to influxdb (push) and starting my homelab adventure I had 2 VMS in the cloud and 2 pis at home and having telegraf sending the data in to my pis rather than going out and scraping made it a lot easier for that remote setup. I had influxdb setup behind a reverse proxy and auth so telegraf was sending data over TLS and needed to authenticate to just the single endpoint. That is the major difference to me, but there are also subsets of other exporters and plugins and stuff to tailor data for each one depending on what you want.