So, another challenge scenario:
1. #Wordpress #form sends email formatted with text tags to the mail server (#dovecot in my case as all internet parts are hosted on #Yunohost VPS)
2. Local server retrieves mail and parses text fields from the message.
3. Using preselected templates merges it with parsed text into a letter and envelope,
4. Upon confirmation of the operator, sends it all to the print spooler.
Am I missing anything? Are there any #FOSS programs doing such thing?
#homeautomation #gosund #domoticz #jeedom #homeassisant #yunohost
I bought Gosund P1 Power strip, and now I am completely lost how to proceed. Our home is Windows/Google free and our home server is Yunohost. Desktops run Manjaro, phones run LineageOS.
Now, I neeed nothing fancy: measurement and recording of power consumption (3D printer, laser cutter and LED strips) and selective control of outlets. It doesn't even HAVE to be from mobile.
On Yunohost I can install Jeedom, Domoticz or Home Assistant, but the learning curve is too steep for me. Can I haz some walkthrough, please? Pretty please?
I see no advantages over platforms existing in Yunohost ecosystem.
Should I assign a RasPi just to control one power strip? Thanks, but no.
I'd rather buy a regular power meter and take pictures of its display.
Also there is an docker image, so maybe it is possible to use it with YunoHost.
Backup with rsync question
I am setting up a rotating 7-day #backup for my #yunohost, using #rsync. I managed to create a list of #cron jobs, like this:sudo rsync -aur /home/yunohost.backup /media/backup_disk/YNHx260_bkp/Sunday
but the problem is that rsync keeps adding files to target directories, instead of replacing their content, which is my intention.
Should I use rm to clean up the target before rsync, or is there a more intelligent way to do that?
8Petros [$ rm -rv /capitalism/*] likes this.
Otto
in reply to 8Petros [$ rm -rv /capitalism/*] • • •8Petros [$ rm -rv /capitalism/*]
in reply to Otto • •Thank you, anyway.