Just 3.3 cents per day seems pretty reasonable
Just 3.3 cents per day seems pretty reasonable
Obligatory if you install HA on a raspberry Pi. Use the SSD option as you will wear out an SD card or usb key pretty quickly since those devices aren’t intended for constant writes from things like logging and generally don’t have any wear out leveling.
I don’t know how slow the old one was, but if I send myself an SMS using the bridge it completes a round trip to the Telco and back in about 1 second
Have you tried the new SMS bridge that relies on gmessages?
https://github.com/mautrix/gmessages
If you have an Android phone you can use the Google SMS app:
https://play.google.com/store/apps/details?id=com.google.android.apps.messaging
Then you pair the app and bridge. It’s been pretty reliable since I started using this bridge, especially when compared to the previous bridge options.
I have a FreePBX virtual machine hosted at home. I use VoIP.ms which covers most North American numbers and many numbers abroad. I use it to provide phone service to my parents house and cottage and my house and cottage. I put in about $40 a year to cover all these places with their own DID number.
Might I suggest Fast Reverse Proxy ( https://github.com/fatedier/frp )
It’s a great solution if you don’t have a public IP or can’t/don’t want to open any ports.
I found it super easy to setup and configure. I put caddy in front of the server side for mine to ssl offload there. But you could also route everything down the tunnel it makes and use a local reverse proxy to handle SSL offloading
I also use .lan I used to use .local for years until I started to have conflict issues with .local resolution on Android when they started using mdns
Sonarr and Radarr need to have the directories be the same as your torrent client and newsreader.
Sonarr/Radarr read the. Directory that the API reports as the save destination and moves it from there
I agree with this, though I think a lot of people don’t differentiate between operating system containers like LXC provides and application containers like docker provides.