Debian 13 (trixie) + ZFSBootMenu container build + mkinitcpio + Dropbear + Tailscale.
Last validated against live host <HOST_OS> on 2026-03-02.
This document is the reproducible build/operate runbook for the current <HOST_OS> setup:
| login5.spotify.com | |
| spclient.wg.spotify.com | |
| open.spotify.com | |
| api-partner.spotify.com | |
| partners.wg.spotify.com | |
| api.spotify.com | |
| audio4-fa.scdn.co | |
| audio-fa.scdn.co | |
| seektables.scdn.co |
| (require 'counsel) | |
| (defun my-nov-find-id-of-file (filename) | |
| (interactive) | |
| (let ((i 0) | |
| (dontbreak t)) | |
| (while (and (< i (length nov-documents)) | |
| dontbreak) | |
| (setq i (1+ i)) | |
| (when (string-equal filename (cdr (aref nov-documents i))) | |
| (setq dontbreak nil) |