Piper just moved to https://github.com/OHF-Voice/piper1-gpl
It’s fine, and it’s probably the best TTS you’re going to run locally.
Piper just moved to https://github.com/OHF-Voice/piper1-gpl
It’s fine, and it’s probably the best TTS you’re going to run locally.


Someone linked this fork, seems maintained:


Watchtower, the automatic container image update platform notorious for breaking things
That’s kind of a bullshit allegation. Watchtower did what it did, if you set it up to grab unstable tags, then too bad for you.
Do their radios still not do 801.11af? You still need to have their stupid POE injectors hanging on the wall?
IDK how Frigate handles alerts, but Blue Iris will write an alert to MQTT topic if it matches object recog, and I have an app MQTT Alert that watches that and goes nuts if it comes up. The BI android app is underwhelming in its alerts.
I’d have to figure Frigate has some sort of MQTT capability. I tried using Frigate but it was pretty basic for my needs, so I moved on.


I use Matrix with the Jitsi plugin. I know everyone talks shit about Matrix, it’s been flawless for me.
IDK about watching videos, that’s a lot to ask of a screensharing app.


Yah, that’s a PWM charger. You’d likely see up to another third more power stored with an MPPT at temperatures below freezing from my experience running various offgrid livestock pumping systems over the years. I still use old PWM controllers on things like fencers because they’re pretty low draw, but I haven’t bought a PWM for years now since MPPT prices came down to earth.
Just a suggestion, idk what your particular scenario is but it sounds like you’re running out of power pretty quick. And for batteries, I’ve personally moved to LFP with heaters in insulated boxes for the sheer life expectancy, power density and reliability compared to LA in cold temperatures. But I wouldn’t say it’s the cheapest way to do things.


Well, I guess whatever camera you get should give you a power requirement and you can work backwards from there as to storage and panel requirement. My off the cuff notion would say you’ll need a deep cycle or a group 31 of 100aH to last for a day or two depending on weather and length of day, and lithium batteries will get plating if you try to charge below freezing so they’re out.
It’s all in the math, then double it because nature hates you.


Do you have an MPPT charger or a PWM? The amount of extra power you get off your panels in winter can be significant with a good MPPT charger because it isn’t clipping the higher voltage/power you get in cold.


Grab a regular ethernet connected camera with 12V supply and ONVIF compatible (most PTZ cameras like Amcrest or Vikylon are 12V), and a OpenWRT router like GLiNet’s cheapo units in bridge mode. They have a wireguard VPN active already, you just need to get it set up. Then you specify what subnet the inside of that router is so you can get to the camera, and access it via IP.
Put down a car battery, a cheap MPPT charger and a panel or two. The PowMr charge controllers have a couple of USB ports on them to power the router and they’re $50.


It’s fine if you use the AIO or do some specific things on baremetal like Postgres and Redis. I’ve used in virtually every format over the last dozen years, and you eventually learn what works.


Bitching about nextcloud seems to be some people’s hobby around here.


They don’t obfuscate the filesystem, it’s right there in clear folder trees under each username in the chosen data folder with all the filenames you see in the UI, you can do whatever you want with it.
I hear this bullshit constantly and I go back to check just to make sure I’m not fooling myself and there it is. Where do people get this from, do you not know how to navigate a filesystem?



I have to start to learn how to automatically create notes. I’m starting to forget how my systems work together, too. Fortunately when I research something I do it the same way every time so I come up with the same result, then go to implement it and find all the scripts etc that I forgot about that do that job.
I hate the “Microsoft Recall” idea, but damn, I need something like that with an AI to keep it indexed and searchable as it relates to my activities. All self-hosted, of course.


I don’t see this phenomenon. Maybe people suggest those things to use because frankly, they’re a very fundamental part of the self-hosting landscape, and you’re see it as “you must use these”. Use whatever the hell you want and pay the price for doing it the hard way, by all means. But saying people are gatekeeping isn’t the way I see this community.
If you do a zfs list from the Proxmox server command line, you’ll now see a dataset named something like rpool/vm100-data-disk1 and that the second virtual disk in your VM. Now you operate on the virtualdisk however you like, format it with EXT4 or something (don’t use ZFS). It’s still a ZFS volume and Proxmox will be able to snapshot it, replicate it etc, or you could do it manually on the host. But as far as the VM is concerned, it’s a raw disk that you do normal disk stuff with.
The files and folders of NC are outside of the database. They are fully browseable in the filesystem. The database is just there for the metadata.


I virtualized my OPNsense years ago via Proxmox and put it on HA. I’ve had it failover to another node that blinked out for some reason, and not noticed it for weeks. I’m a complete believer in virtualizing it. I used 2 nics per node and the external NIC is on a switch across all nodes. YOu could use VLANs instead.
Not to mention the snapshots before updates, and restoring via PBS (which I’ve had to do and takes a few minutes). I would never go back to bare metal.


I like Fully_Kiosk on android, but it’s paid.
Eh, I just saw you weren’t meaning a tablet. That’s what most people kiosk on.
Happy to help.
The docker setup is probably less maintenance than a straight install, but your usecase might need the bare install. there’s also Home Assistant that can add Piper as an Addon (which is a docker container inside the HassOS docker container). Also the Hass install will let you add faster-Whisper and Openwakeword for a full voice assistant that autoconnects via the Wyoming protocol.