Failed to authenticate. API Error: 401 Invalid authentication credentials

[2026-05-19] vault sync
This commit is contained in:
Alexey Martemyanov
2026-05-19 03:09:57 +06:00
parent 3eaea604d7
commit a81be87b5f
9 changed files with 302 additions and 5 deletions
+6
View File
@@ -1,6 +1,7 @@
---
title: TrueNAS Inpxer — Книги & Pitfalls
type: reference
namespace: work
tags:
- truenas
- inpxer
@@ -34,3 +35,8 @@ for book in *.epub; do upload "$book"; done
# Правильно (последовательно с паузой):
for book in *.epub; do upload "$book"; sleep 3; done
```
## Связанные страницы
- [[entities/library-app]] — книжная библиотека на TrueNAS (inpxer UI)
- [[concepts/kraken-media-stack]] — полный стек на Кракене (медиа + книги)