andreas

joined 1 year ago
[โ€“] [email protected] 29 points 1 year ago

quick, somebody go call the datahoarder community

[โ€“] [email protected] 1 points 1 year ago (1 children)

few days late here, but that pastebin had some really good feeds ๐Ÿ™ I noticed the OPML file was labeled FreshRSS and I also use FreshRSS. So I fixed up the feeds and configured FreshRSS to scrape the full articles (when possible) and bypass ads, tracking and paywalls.

I figured I'd pay it forward by sharing my revised OPML file.

I also included some of my other feeds that are related (if you or anyone else is interested).

Some of the feeds are created from scratch since a few if these sites don't offer RSS, so if the sites change their layout the configs may need to be adjusted a bit, but in my experience this rarely happens.

I had to replace some of the urls with publicly hosted versions of the front-ends I host locally and scrape, but feel free to change it up however you like.

https://gist.akl.ink/Idly9231/22fd15085f1144a1b74e2f748513f911

[โ€“] [email protected] 1 points 1 year ago (1 children)

yes, external termination is definitely ideal (I prefer https when possible as my browsers are set to reject http and it gets annoying with local stuff. plus I've got a local CA I use so it's not a lot of extra work to set up).

Thing is, I find HA a bit frustrating to configure, it's not like the other linux LXCs/VMs I run on my proxmox so I'm not super familiar with installing stuff outside of the HA OS in that container. is the process any different than running nginx on any other distro?

[โ€“] [email protected] 3 points 1 year ago

as far as subtitles go, I've had good luck with Bazarr:

https://github.com/morpheus65535/bazarr

[โ€“] [email protected] 3 points 1 year ago (1 children)

something like 95% stays local and is remote accessed via wireguard, The rest is stuff I need to host via a hostname with a trusted cert because apps I use require that or if I need to share links to files for work, school etc. For the external stuff I use Cloudflare tunnels just because I use DDNS and want to avoid/can't use port forwarding. works well for me.

[โ€“] [email protected] 2 points 1 year ago (3 children)

that's a good point, didn't think of that. I never saw any kind of setting on Venstar's end to adjust any related settings (not surprised tbh). Maybe I can find something in HA to allow http calls for that device alone? I'm gonna look into that

[โ€“] [email protected] 2 points 1 year ago

I tried that; it re-paired but then disappeared after about a day or so. Figure there is something going on with my NAT/Avahi setup, but this shouldn't be an issue considering it worked before I added TLS. Maybe there is a setting in HA that I need to adjust.

I'm not as familiar with the networking configuration options in HA. I'm assuming I have everything set up correctly since everything else works as intended. I'm running it as a VM in Proxmox and my background is in network development so naturally everything else on my network is installed in regular linux vms/containers behind nginx. Is there a specific config file for https or is it just the usual HA config file?

 

Been using the Venstar colourtouch T7900 for a while now and was very happy with it. But ever since configuring HomeAssistant with my local Certs/Authority (I run it all local only and access remotely via Wireguard), it won't communicate with HA anymore. I updated the firmware and rebooted it and it came back for about a week but has since become unavailable again in HomeAssistant and rebooting fails to fix it anymore.

anyone else have this issue. or am I missing something here?

side note/context: I have both the thermostat and HomeAssistant configured with static IP addresses, if that matters at all.