chore(public): sanitize repository presentation

This commit is contained in:
igor04091968
2026-06-03 08:02:15 +03:00
parent dd3163624b
commit 9fc218dc49
107 changed files with 829 additions and 139257 deletions
+4 -4
View File
@@ -6,8 +6,8 @@
Подтвержденный целевой кейс:
- Linux desktop/admin host: `10.10.10.2`
- удаленный `AW server`: `10.10.10.13:5600`
- Linux desktop/admin host: `<GATEWAY_HOST>`
- удаленный `AW server`: `<AW_SERVER_HOST>:5600`
## Что делает скрипт
@@ -24,7 +24,7 @@
```bash
cd /path/to/AWatch-rus
sh ./scripts/install_aw_linux_client.sh \
--server-host 10.10.10.13 \
--server-host <AW_SERVER_HOST> \
--server-port 5600
```
@@ -62,7 +62,7 @@ cat ~/.config/activitywatch/aw-qt/aw-qt.toml
Проверка на сервере:
```bash
curl -fsS http://10.10.10.13:5600/api/0/buckets | jq -r 'keys[]' | grep '^aw-watcher-'
curl -fsS http://<AW_SERVER_HOST>:5600/api/0/buckets | jq -r 'keys[]' | grep '^aw-watcher-'
```
## Ограничение