Friday, 09 July 2021
Interesting Snippets from 2021-07-09
-
shavee
shavee is a simple program to decrypt and mount encrypted ZFS user home directories at login using Yubikey HMAC or a Simple USB drive as 2FA written in rust.
-
Implement --backup(-dir) · Issue #98 · rclone/rclone · GitHub
Hello, let me show how I use the rsync's backup-dir, backup and suffix options. This would be a very good feature to add to rclone.
-
Reliable, Deliverable, Self-Hosted Email
The Mailu project bundles antispam, POP3, IMAP, SMTP, webmail, administrative interface, etc. into a set of Docker containers that can be managed with Docker Compose or your container tool of choice. This gives us a good, well-architected base setup to configure further. Use a trusted SMTP outgoing relay to send email. Yes, this is not self-hosting, but you cannot “self-host” an outgoing email anyways, it is ultimately leaving your network one way or another. Use a backup email server to receive email when your server is down. Set up MX records with a lower priority than your self-hosted mail server to have them act as a fallback. You can either self-host this backup or use a public service. Then, when the primary server is back up, use IMAP to mirror messages from the backup automatically.
-
Mailu — Mailu, Docker based mail server
Mailu is a simple yet full-featured mail server as a set of Docker images. It is free software (both as in free beer and as in free speech), open to suggestions and external contributions. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.
-
GitHub - linuxserver/davos: Web-based FTP automation for Linux servers.
davos is an FTP download automation tool that allows you to scan various FTP servers for files you are interested in. This can be used to configure file feeds as part of a wider workflow.
-
GitHub - centminmod/telegram-send: send messages via linux command line via Telegram Bot API
Send or update messages or send text files to your own Telegram Bot API created using BotFather