Merge wiki additions into vault files

- wireguard-vpn: add Related notes section
- tv-luna-send: add Common Luna URIs table
- htpc-magic4pc: add WebOS app build/deploy, auto-launch, back key sections
- watchlist-automation: new file (full pipeline overview, migrated from wiki)
- watchlist-discover: update cron jobs (migrated to Kraken 2026-05-27)
This commit is contained in:
Alexey Martemyanov
2026-05-29 15:36:34 +06:00
parent 2ccb7e0a4a
commit 9ba2688a13
5 changed files with 244 additions and 3 deletions
+14
View File
@@ -40,6 +40,20 @@
Переменная `TV_HOST` переопределяет таргет (default: `root@LGwebOSTV`, alias `root@tv`, IP: `root@192.168.1.75`).
DNS резолвится через роутер (192.168.1.1), см. [[router-bishkek-asus]].
## Common Luna URIs
| URI | Назначение |
|-----|-----------|
| `.../applicationmanager/running` | Список запущенных приложений |
| `.../applicationmanager/closeByAppId` | Закрыть приложение по ID |
| `.../appInstallService/dev/install` | Установить IPK (subscribe) |
| `.../appInstallService/dev/remove` | Удалить приложение |
| `.../applicationManager/launch` | Запустить приложение |
| `.../applicationManager/getForegroundAppInfo` | Текущее активное приложение |
| `...magic4pc.service/query` | Статус сервиса magic4pc |
Полные префиксы: `com.webos.service.applicationmanager`, `com.webos.appInstallService`, `com.webos.applicationManager`.
## Ограничение
`luna-send -i` (subscribe, бесконечный) не работает через враппер. Для install (`dev/install`) используется прямой ssh+script с polling в deploy.sh.