Skip Navigation

User banner
Matthias Liffers
Matthias Liffers @ m @social.tthi.as
Posts
1
Comments
11
Joined
3 yr. ago

  • As a card-carrying librarian, I recommend using Zotero as a client with a WebDAV backend (I use Nextcloud).

    If you’re studying or writing anything in which you need to cite your sources, Zotero is excellent and has integrations with many word processors. I’m pretty sure it can output your references as BibTeX if you’re in one of the disciplines that uses LaTeX.

  • Thanks for asking this question. Responses here helped me decide to get a Kyria split keyboard. Who even needs a number row?

  • Vaultwarden's readme says that it supports the Bitwarden Emergency Access feature. Why not use that?

  • Like some others, I have separate storage and compute servers.

    The data directory is an NFS share on my storage server and I run Nextcloud in docker on my compute server.

    I have the NFS share defined as a volume of type nfs in the docker compose, mounted to /var/www/html/data. Nextcloud itself just treats it like a local directory.

  • I really like KitchenOwl’s shopping list interface, native iOS app, and OIDC integration. I haven’t used the budgeting or meal planning functions yet.

  • I’m using Autorestic, a wrapper for Restic that lets you specify everything in a config file. It can fire hooks before/after backups so I’ve added it to my healthchecks instance to know if backups were completed successfully.

    One caveat with Restic: it relies on hostnames to work optimally (for incremental backups) so if you’re using Autorestic in a container, set the host: option in the config file. My backups took a few hours each night until I fixed this - now they’re less than 30 minutes.

  • I use it to synchronise RetroArch save states across my devices - desktop PC, Android TV, and Android handheld.

  • I've done a couple of host migrations since using Docker for all my services.

    I don't even bother with database dumps or anything like that, I copy my compose files and mapped directories, being sure to preserve permissions, and all my services come back up without any issues.

  • Since I started posting online under my real name, I’m even more careful about what I post.

  • General Discussion @lemmy.world

    Lemmy client that lets you use a Mastodon account