โ† Back to smarthome overview

TubeArchivist

TubeArchivist runs on the Synology NAS via Docker Compose, self-hosting a searchable archive of downloaded YouTube content (Elasticsearch + Redis + the TubeArchivist app itself).

Why this needed real troubleshooting

Running Elasticsearch on Synology's DSM kernel isn't fully straightforward: newer Elasticsearch releases require a Linux kernel feature (SECCOMP) that Synology's kernel doesn't compile in. The fix is version-pinning Elasticsearch to the last release that still works without it, rather than fighting the kernel.

Other Synology-specific quirks

What's backed up

DataIncluded in NAS backup?
Downloaded media filesYes, via the NAS's own backup volumes
Elasticsearch metadata/indexYes, via the NAS's own backup volumes
Redis cacheNo โ€” safe to delete/rebuild, only holds session data